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