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 15 matching lines...) Expand all Loading... |
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': 'change_picture_browser_proxy', | 29 'target_name': 'change_picture_browser_proxy', |
30 'dependencies': [ | 30 'dependencies': [ |
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
32 ], | 32 ], |
33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
34 }, | 34 }, |
35 { | 35 { |
| 36 'target_name': 'easy_unlock_browser_proxy', |
| 37 'dependencies': [ |
| 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 39 ], |
| 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 41 }, |
| 42 { |
36 'target_name': 'people_page', | 43 'target_name': 'people_page', |
37 'dependencies': [ | 44 'dependencies': [ |
38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
42 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 49 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 50 'easy_unlock_browser_proxy', |
43 'sync_private_api', | 51 'sync_private_api', |
44 ], | 52 ], |
45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
46 }, | 54 }, |
47 { | 55 { |
48 'target_name': 'sync_page', | 56 'target_name': 'sync_page', |
49 'dependencies': [ | 57 'dependencies': [ |
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
53 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 61 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
54 'sync_private_api', | 62 'sync_private_api', |
55 ], | 63 ], |
56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 64 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
57 }, | 65 }, |
58 { | 66 { |
59 'target_name': 'sync_private_api', | 67 'target_name': 'sync_private_api', |
60 'dependencies': [ | 68 'dependencies': [ |
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 69 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 70 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
63 ], | 71 ], |
64 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 72 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
65 }, | 73 }, |
66 ], | 74 ], |
67 } | 75 } |
OLD | NEW |