Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ui / webui / resources / js / compiled_resources2.gyp
blob2d0ce6627aedb5d2c80e025e02b8f908356b5232
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_link',
8       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9     },
10     {
11       'target_name': 'assert',
12       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
13     },
14     {
15       'target_name': 'cr',
16       'dependencies': [
17         '<(EXTERNS_GYP):chrome_send',
18         'assert',
19       ],
20       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
21     },
22     {
23       'target_name': 'load_time_data',
24       'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate'],
25       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26     },
27     {
28       'target_name': 'event_tracker',
29       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
30     },
31     {
32       'target_name': 'util',
33       'dependencies': [
34         '<(EXTERNS_GYP):chrome_send',
35         'cr',
36       ],
37       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
38     },
39     {
40       'target_name': 'parse_html_subset',
41       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
42     },
43     {
44       'target_name': 'i18n_template_no_process',
45       'dependencies': [
46         'load_time_data',
47         '<(EXTERNS_GYP):pending_compiler_externs',
48       ],
49       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50     },
51     {
52       'target_name': 'i18n_template',
53       'dependencies': [
54         'load_time_data',
55         # Ideally, <include> would automatically import externs as well, but
56         # it current doesn't and that sounds hard. Let's just kill <include>.
57         '<(EXTERNS_GYP):pending_compiler_externs',
58       ],
59       'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
60     },
61   ],