| 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': 'camera', | 7 'target_name': 'camera', |
| 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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 ], | 135 ], |
| 136 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 136 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 'target_name': 'sync_page', | 139 'target_name': 'sync_page', |
| 140 'dependencies': [ | 140 'dependencies': [ |
| 141 '../compiled_resources2.gyp:route', | 141 '../compiled_resources2.gyp:route', |
| 142 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 142 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 143 'sync_browser_proxy', | 143 'sync_browser_proxy', |
| 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 145 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | |
| 146 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 145 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 147 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 146 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 148 ], | 147 ], |
| 149 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 148 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 150 }, | 149 }, |
| 151 { | 150 { |
| 152 'target_name': 'sync_browser_proxy', | 151 'target_name': 'sync_browser_proxy', |
| 153 'dependencies': [ | 152 'dependencies': [ |
| 154 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', | 153 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', |
| 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'dependencies': [ | 186 'dependencies': [ |
| 188 '../prefs/compiled_resources2.gyp:prefs_behavior', | 187 '../prefs/compiled_resources2.gyp:prefs_behavior', |
| 189 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 188 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 189 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 191 'import_data_browser_proxy', | 190 'import_data_browser_proxy', |
| 192 ], | 191 ], |
| 193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 192 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 194 }, | 193 }, |
| 195 ], | 194 ], |
| 196 } | 195 } |
| OLD | NEW |