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': 'control_bar', | 7 'target_name': 'control_bar', |
8 'dependencies': [ | 8 'dependencies': [ |
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
11 'profile_browser_proxy', | 11 'profile_browser_proxy', |
12 ], | 12 ], |
13 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 13 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
14 }, | 14 }, |
15 { | 15 { |
16 'target_name': 'create_profile', | 16 'target_name': 'create_profile', |
17 'dependencies': [ | 17 'dependencies': [ |
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', | 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', |
21 'profile_browser_proxy', | 21 'profile_browser_proxy', |
22 ], | 22 ], |
23 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 23 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
24 }, | 24 }, |
25 { | 25 { |
26 'target_name': 'error_dialog', | 26 'target_name': 'error_dialog', |
27 'dependencies': [ | |
28 'user_manager_dialog' | |
29 ], | |
27 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
28 }, | 31 }, |
29 { | 32 { |
30 'target_name': 'import_supervised_user', | 33 'target_name': 'import_supervised_user', |
31 'dependencies': [ | 34 'dependencies': [ |
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
33 'profile_browser_proxy', | 36 'profile_browser_proxy', |
37 'user_manager_dialog' | |
34 ], | 38 ], |
35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 39 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
36 }, | 40 }, |
37 { | 41 { |
38 'target_name': 'profile_browser_proxy', | 42 'target_name': 'profile_browser_proxy', |
39 'dependencies': [ | 43 'dependencies': [ |
40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
42 ], | 46 ], |
43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 47 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
44 }, | 48 }, |
45 { | 49 { |
46 'target_name': 'supervised_user_create_confirm', | 50 'target_name': 'supervised_user_create_confirm', |
47 'dependencies': [ | 51 'dependencies': [ |
48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
50 'profile_browser_proxy', | 54 'profile_browser_proxy', |
51 ], | 55 ], |
52 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
53 }, | 57 }, |
54 { | 58 { |
55 'target_name': 'supervised_user_learn_more', | 59 'target_name': 'supervised_user_learn_more', |
56 'dependencies': [ | 60 'dependencies': [ |
57 'profile_browser_proxy', | 61 'profile_browser_proxy', |
58 ], | 62 ], |
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
60 }, | 64 }, |
61 { | 65 { |
66 'target_name': 'user_manager_dialog', | |
Moe
2016/06/03 21:51:50
Had to remove this target b/c adding the following
Dan Beam
2016/06/03 22:00:47
why? can you paste the error?
it's better to fix
Moe
2016/06/06 16:29:20
I didn't know we modify the third party Polymer JS
| |
67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
68 }, | |
69 { | |
62 'target_name': 'user_manager_pages', | 70 'target_name': 'user_manager_pages', |
63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
64 }, | 72 }, |
65 { | 73 { |
66 'target_name': 'user_manager_tutorial', | 74 'target_name': 'user_manager_tutorial', |
67 'dependencies': [ | 75 'dependencies': [ |
68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
69 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
70 ], | 78 ], |
71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
72 }, | 80 }, |
73 ], | 81 ], |
74 } | 82 } |
OLD | NEW |