| 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': 'add_site_dialog', | 7 'target_name': 'add_site_dialog', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 10 'constants', | 10 'constants', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'dependencies': [ | 61 'dependencies': [ |
| 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 64 'cookie_info', | 64 'cookie_info', |
| 65 ], | 65 ], |
| 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 'target_name': 'protocol_handlers', | 69 'target_name': 'protocol_handlers', |
| 70 'dependencies': [ | 70 'dependencies': [ |
| 71 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 72 'site_settings_behavior', | 73 'site_settings_behavior', |
| 73 ], | 74 ], |
| 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 75 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 75 }, | 76 }, |
| 76 { | 77 { |
| 77 'target_name': 'usb_devices', | 78 'target_name': 'usb_devices', |
| 78 'dependencies': [ | 79 'dependencies': [ |
| 79 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 80 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 80 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 { | 192 { |
| 192 'target_name': 'zoom_levels', | 193 'target_name': 'zoom_levels', |
| 193 'dependencies': [ | 194 'dependencies': [ |
| 194 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 195 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 195 'site_settings_behavior', | 196 'site_settings_behavior', |
| 196 ], | 197 ], |
| 197 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 198 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 198 }, | 199 }, |
| 199 ], | 200 ], |
| 200 } | 201 } |
| OLD | NEW |