| 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 ], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 { | 21 { |
| 22 'target_name': 'cups_add_printer_dialog_util', | 22 'target_name': 'cups_add_printer_dialog_util', |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 'cups_printers_browser_proxy', | 24 'cups_printers_browser_proxy', |
| 25 ], | 25 ], |
| 26 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 26 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 'target_name': 'cups_printer_details_page', | 29 'target_name': 'cups_printer_details_page', |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 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': [ |
| 39 'cups_printers_browser_proxy', | 40 'cups_printers_browser_proxy', |
| 40 ], | 41 ], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 61 'dependencies': [ | 62 'dependencies': [ |
| 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 63 '../compiled_resources2.gyp:route', | 64 '../compiled_resources2.gyp:route', |
| 64 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 65 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 65 'cups_printer_details_page', | 66 'cups_printer_details_page', |
| 66 ], | 67 ], |
| 67 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 68 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 68 }, | 69 }, |
| 69 ], | 70 ], |
| 70 } | 71 } |
| OLD | NEW |