Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / compiled_resources2.gyp
blob53e6c1ff7aea9f5b34281a7ff53e759484ead67c
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': '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         '../downloads/compiled_resources2.gyp:constants',
21         '../downloads/compiled_resources2.gyp:throttled_icon_loader',
22         '../downloads/compiled_resources2.gyp:externs',
23         'action_service',
24       ],
25       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26     },
27     {
28       'target_name': 'manager',
29       'dependencies': [
30         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
31         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
32         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
33         '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
34         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
35         'action_service',
36         'item_view',
37         'toolbar',
38         '<(EXTERNS_GYP):chrome_send',
39         '../downloads/compiled_resources2.gyp:externs',
40       ],
41       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
42     },
43     {
44       'target_name': 'toolbar',
45       'dependencies': [
46         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
47         'action_service',
48       ],
49       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50     },
51   ],