| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 'target_name': 'people_page', | 117 'target_name': 'people_page', |
| 118 'dependencies': [ | 118 'dependencies': [ |
| 119 '../compiled_resources2.gyp:route', | 119 '../compiled_resources2.gyp:route', |
| 120 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 120 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 124 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 124 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 126 'easy_unlock_browser_proxy', | 127 'easy_unlock_browser_proxy', |
| 127 'easy_unlock_turn_off_dialog', | 128 'easy_unlock_turn_off_dialog', |
| 128 'lock_screen_constants', | 129 'lock_screen_constants', |
| 129 'lock_state_behavior', | 130 'lock_state_behavior', |
| 130 'profile_info_browser_proxy', | 131 'profile_info_browser_proxy', |
| 131 'sync_browser_proxy', | 132 'sync_browser_proxy', |
| 132 ], | 133 ], |
| 133 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 134 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 134 }, | 135 }, |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'dependencies': [ | 240 'dependencies': [ |
| 240 '../prefs/compiled_resources2.gyp:prefs_behavior', | 241 '../prefs/compiled_resources2.gyp:prefs_behavior', |
| 241 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 242 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 242 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 243 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 243 'import_data_browser_proxy', | 244 'import_data_browser_proxy', |
| 244 ], | 245 ], |
| 245 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 246 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 246 }, | 247 }, |
| 247 ], | 248 ], |
| 248 } | 249 } |
| OLD | NEW |