Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / downloads / compiled_resources2.gyp
blobaf609c9df584cfda249e4de5270a35fe963e1f84
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'targets': [
6     {
7       'target_name': 'externs',
8       'includes': ['../../../../third_party/closure_compiler/externs_js.gypi'],
9     },
10     {
11       'target_name': 'constants',
12       'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
13       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
14     },
15     {
16       'target_name': 'item_view',
17       'dependencies': [
18         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
19         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
20         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
21         'constants',
22         'throttled_icon_loader',
23         'externs',
24       ],
25       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26     },
27     {
28       'target_name': 'focus_row',
29       'dependencies': [
30         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
31         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
32         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row',
33         'item_view',
34       ],
35       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
36     },
37     {
38       'target_name': 'manager',
39       'dependencies': [
40         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
41         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
42         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
43         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker',
44         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
45         '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
46         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
47         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid',
48         'constants',
49         'throttled_icon_loader',
50         'item_view',
51         'focus_row',
52         '<(EXTERNS_GYP):chrome_send',
53         'externs',
54       ],
55       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
56     },
57     {
58       'target_name': 'throttled_icon_loader',
59       'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
60       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
61     },
62   ],