| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 { | 68 { |
| 69 'target_name': 'people_page', | 69 'target_name': 'people_page', |
| 70 'dependencies': [ | 70 'dependencies': [ |
| 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 75 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 75 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 76 'easy_unlock_browser_proxy', | 76 'easy_unlock_browser_proxy', |
| 77 'easy_unlock_turn_off_dialog', | 77 'easy_unlock_turn_off_dialog', |
| 78 'profile_info_browser_proxy', |
| 78 'sync_private_api', | 79 'sync_private_api', |
| 79 ], | 80 ], |
| 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 81 }, | 82 }, |
| 82 { | 83 { |
| 84 'target_name': 'profile_info_browser_proxy', |
| 85 'dependencies': [ |
| 86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 87 ], |
| 88 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 89 }, |
| 90 { |
| 83 'target_name': 'sync_page', | 91 'target_name': 'sync_page', |
| 84 'dependencies': [ | 92 'dependencies': [ |
| 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 88 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 96 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 89 'sync_private_api', | 97 'sync_private_api', |
| 90 ], | 98 ], |
| 91 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 99 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 92 }, | 100 }, |
| 93 { | 101 { |
| 94 'target_name': 'sync_private_api', | 102 'target_name': 'sync_private_api', |
| 95 'dependencies': [ | 103 'dependencies': [ |
| 96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 105 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 98 ], | 106 ], |
| 99 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 100 }, | 108 }, |
| 101 ], | 109 ], |
| 102 } | 110 } |
| OLD | NEW |