OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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': 'action_service', | 7 'target_name': 'action_service', |
8 'dependencies': [ | 8 'dependencies': [ |
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
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': 'constants', | 16 'target_name': 'constants', |
17 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c
r'], | 17 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c
r'], |
18 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 18 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
19 }, | 19 }, |
20 { | 20 { |
| 21 'target_name': 'downloads', |
| 22 'dependencies': [ |
| 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 24 'manager', |
| 25 ], |
| 26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 27 }, |
| 28 { |
21 'target_name': 'externs', | 29 'target_name': 'externs', |
22 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], | 30 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], |
23 }, | 31 }, |
24 { | 32 { |
25 'target_name': 'item', | 33 'target_name': 'item', |
26 'dependencies': [ | 34 'dependencies': [ |
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/c
ompiled_resources2.gyp:paper-inky-focus-behavior-extracted', | 37 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/c
ompiled_resources2.gyp:paper-inky-focus-behavior-extracted', |
30 'constants', | 38 'constants', |
(...skipping 25 matching lines...) Expand all Loading... |
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', | 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
58 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', | 66 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.
gyp:cr_toolbar', |
59 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-menu/compil
ed_resources2.gyp:paper-menu-extracted', | 67 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-menu/compil
ed_resources2.gyp:paper-menu-extracted', |
60 'action_service', | 68 'action_service', |
61 ], | 69 ], |
62 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 70 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
63 }, | 71 }, |
64 ], | 72 ], |
65 } | 73 } |
OLD | NEW |