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': 'actions', | 7 'target_name': 'actions', |
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 '<(EXTERNS_GYP):chrome_extensions', | 10 '<(EXTERNS_GYP):chrome_extensions', |
(...skipping 26 matching lines...) Expand all Loading... |
37 'target_name': 'bookmarks_store', | 37 'target_name': 'bookmarks_store', |
38 'dependencies': [ | 38 'dependencies': [ |
39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
40 '<(EXTERNS_GYP):chrome_extensions', | 40 '<(EXTERNS_GYP):chrome_extensions', |
41 'reducers', | 41 'reducers', |
42 'types', | 42 'types', |
43 ], | 43 ], |
44 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 44 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
45 }, | 45 }, |
46 { | 46 { |
| 47 'target_name': 'edit_dialog', |
| 48 'dependencies': [ |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 51 '<(EXTERNS_GYP):chrome_extensions', |
| 52 'types', |
| 53 ], |
| 54 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
| 55 }, |
| 56 { |
47 'target_name': 'folder_node', | 57 'target_name': 'folder_node', |
48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 58 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
49 'dependencies': [ | 59 'dependencies': [ |
50 '<(EXTERNS_GYP):chrome_extensions', | 60 '<(EXTERNS_GYP):chrome_extensions', |
51 'actions', | 61 'actions', |
52 'store_client', | 62 'store_client', |
53 ], | 63 ], |
54 }, | 64 }, |
55 { | 65 { |
56 'target_name': 'item', | 66 'target_name': 'item', |
57 'dependencies': [ | 67 'dependencies': [ |
58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
59 '<(EXTERNS_GYP):chrome_extensions', | 69 '<(EXTERNS_GYP):chrome_extensions', |
60 'actions', | 70 'actions', |
61 'store_client', | 71 'store_client', |
62 ], | 72 ], |
63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 73 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
64 }, | 74 }, |
65 { | 75 { |
66 'target_name': 'list', | 76 'target_name': 'list', |
67 'dependencies': [ | 77 'dependencies': [ |
68 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 78 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
69 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
70 '<(EXTERNS_GYP):bookmark_manager_private', | 80 '<(EXTERNS_GYP):bookmark_manager_private', |
71 '<(EXTERNS_GYP):chrome_extensions', | 81 '<(EXTERNS_GYP):chrome_extensions', |
72 'actions', | 82 'actions', |
| 83 'edit_dialog', |
73 'item', | 84 'item', |
74 'store_client', | 85 'store_client', |
75 ], | 86 ], |
76 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
77 }, | 88 }, |
78 { | 89 { |
79 'target_name': 'reducers', | 90 'target_name': 'reducers', |
80 'dependencies': [ | 91 'dependencies': [ |
81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
82 'actions', | 93 'actions', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'target_name': 'util', | 141 'target_name': 'util', |
131 'dependencies': [ | 142 'dependencies': [ |
132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 143 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
133 '<(EXTERNS_GYP):chrome_extensions', | 144 '<(EXTERNS_GYP):chrome_extensions', |
134 'types', | 145 'types', |
135 ], | 146 ], |
136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] | 147 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] |
137 } | 148 } |
138 ] | 149 ] |
139 } | 150 } |
OLD | NEW |