Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: chrome/browser/resources/settings/printing_page/compiled_resources2.gyp

Issue 2333283004: [CUPS] Implement the UI handler for adding a new printer. (Closed)
Patch Set: Address michaelpg@'s offline comment. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'cloud_printers', 7 'target_name': 'cloud_printers',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
10 ], 10 ],
11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
12 }, 12 },
13 { 13 {
14 'target_name': 'cups_add_printer_dialog', 14 'target_name': 'cups_add_printer_dialog',
15 'dependencies': [ 15 'dependencies': [
16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
17 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
17 'cups_printers_browser_proxy', 18 'cups_printers_browser_proxy',
18 ], 19 ],
19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 20 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
20 }, 21 },
21 { 22 {
22 'target_name': 'cups_add_printer_dialog_util', 23 'target_name': 'cups_add_printer_dialog_util',
23 'dependencies': [ 24 'dependencies': [
24 'cups_printers_browser_proxy', 25 'cups_printers_browser_proxy',
25 ], 26 ],
26 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 27 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
27 }, 28 },
28 { 29 {
29 'target_name': 'cups_printer_details_page', 30 'target_name': 'cups_printer_details_page',
30 'dependencies': [ 31 'dependencies': [
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
32 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 33 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
33 'cups_printers_browser_proxy', 34 'cups_printers_browser_proxy',
34 ], 35 ],
35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 36 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
36 }, 37 },
37 { 38 {
38 'target_name': 'cups_printers', 39 'target_name': 'cups_printers',
39 'dependencies': [ 40 'dependencies': [
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
40 'cups_printers_browser_proxy', 43 'cups_printers_browser_proxy',
41 ], 44 ],
42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
43 }, 46 },
44 { 47 {
45 'target_name': 'cups_printers_browser_proxy', 48 'target_name': 'cups_printers_browser_proxy',
46 'dependencies': [ 49 'dependencies': [
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
48 ], 51 ],
49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
(...skipping 12 matching lines...) Expand all
62 'dependencies': [ 65 'dependencies': [
63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
64 '../compiled_resources2.gyp:route', 67 '../compiled_resources2.gyp:route',
65 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 68 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
66 'cups_printer_details_page', 69 'cups_printer_details_page',
67 ], 70 ],
68 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 71 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
69 }, 72 },
70 ], 73 ],
71 } 74 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698