Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / compiled_resources2.gyp
blobb6fc3367559c2f03e1fced715b9e7ceb47af3772
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
3 # found in the LICENSE file.
5   'targets': [
6     {
7       'target_name': 'action_service',
8       'dependencies': [
9         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
12       ],
13       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
14     },
15     {
16       'target_name': 'focus_row',
17       'dependencies': [
18         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
19         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row',
20       ],
21       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
22     },
23     {
24       'target_name': 'item',
25       'dependencies': [
26         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
27         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
28         '../downloads/compiled_resources2.gyp:constants',
29         '../downloads/compiled_resources2.gyp:throttled_icon_loader',
30         '../downloads/compiled_resources2.gyp:externs',
31         'action_service',
32       ],
33       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
34     },
35     {
36       'target_name': 'manager',
37       'dependencies': [
38         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
39         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
40         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
41         '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
42         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
43         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid',
44         'action_service',
45         'focus_row',
46         'item',
47         'toolbar',
48         '<(EXTERNS_GYP):chrome_send',
49         '../downloads/compiled_resources2.gyp:externs',
50       ],
51       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
52     },
53     {
54       'target_name': 'toolbar',
55       'dependencies': [
56         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
57         'action_service',
58       ],
59       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
60     },
61   ],