| OLD | NEW |
| 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 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 32 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 32 'cups_printers_browser_proxy', | 33 'cups_printers_browser_proxy', |
| 33 ], | 34 ], |
| 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 35 }, | 36 }, |
| 36 { | 37 { |
| 37 'target_name': 'cups_printers', | 38 'target_name': 'cups_printers', |
| 38 'dependencies': [ | 39 'dependencies': [ |
| 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 39 'cups_printers_browser_proxy', | 42 'cups_printers_browser_proxy', |
| 40 ], | 43 ], |
| 41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 42 }, | 45 }, |
| 43 { | 46 { |
| 44 'target_name': 'cups_printers_browser_proxy', | 47 'target_name': 'cups_printers_browser_proxy', |
| 45 'dependencies': [ | 48 'dependencies': [ |
| 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 47 ], | 50 ], |
| 48 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 61 'dependencies': [ | 64 'dependencies': [ |
| 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 63 '../compiled_resources2.gyp:route', | 66 '../compiled_resources2.gyp:route', |
| 64 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 67 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 65 'cups_printer_details_page', | 68 'cups_printer_details_page', |
| 66 ], | 69 ], |
| 67 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 70 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 68 }, | 71 }, |
| 69 ], | 72 ], |
| 70 } | 73 } |
| OLD | NEW |