| 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': [ |
| 16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 17 'cups_printers_browser_proxy', |
| 18 ], |
| 15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 16 }, | 20 }, |
| 17 { | 21 { |
| 22 'target_name': 'cups_add_printer_dialog_util', |
| 23 'dependencies': [ |
| 24 'cups_printers_browser_proxy', |
| 25 ], |
| 26 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 27 }, |
| 28 { |
| 18 'target_name': 'cups_printer_details_page', | 29 'target_name': 'cups_printer_details_page', |
| 19 'dependencies': [ | 30 'dependencies': [ |
| 20 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 31 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 21 'cups_printers_browser_proxy', | 32 'cups_printers_browser_proxy', |
| 22 ], | 33 ], |
| 23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 24 }, | 35 }, |
| 25 { | 36 { |
| 26 'target_name': 'cups_printers', | 37 'target_name': 'cups_printers', |
| 27 'dependencies': [ | 38 'dependencies': [ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 49 'target_name': 'printing_page', | 60 'target_name': 'printing_page', |
| 50 'dependencies': [ | 61 'dependencies': [ |
| 51 '../compiled_resources2.gyp:route', | 62 '../compiled_resources2.gyp:route', |
| 52 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 63 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 53 'cups_printer_details_page', | 64 'cups_printer_details_page', |
| 54 ], | 65 ], |
| 55 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 56 }, | 67 }, |
| 57 ], | 68 ], |
| 58 } | 69 } |
| OLD | NEW |