Commit 066e8c28 authored by rbpotter's avatar rbpotter Committed by Commit bot

Print Preview: Remove include from print_header.js

BUG=717620
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2869303004
Cr-Commit-Position: refs/heads/master@{#471001}
parent 51e21125
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target', '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_manager', '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_manager',
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_outline_manager', '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_outline_manager',
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:node_utils',
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
'<(EXTERNS_GYP):chrome_send', '<(EXTERNS_GYP):chrome_send',
], ],
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// <include src="../../../../ui/webui/resources/js/cr/ui/node_utils.js">
cr.define('print_preview', function() { cr.define('print_preview', function() {
'use strict'; 'use strict';
......
...@@ -189,6 +189,13 @@ ...@@ -189,6 +189,13 @@
], ],
'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'], 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
}, },
{
'target_name': 'node_utils',
'dependencies': [
'../../compiled_resources2.gyp:cr',
],
'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{ {
'target_name': 'overlay', 'target_name': 'overlay',
'dependencies': [ 'dependencies': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment