Roll src/third_party/WebKit 6f84130:7353389 (svn 184386:184391)
[chromium-blink-merge.git] / ui / webui / resources / js / compiled_resources.gyp
blobb8f8aa37e4d8b8410a5d3d9c40ac69c9685192d8
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': 'assert',
8       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
9     },
10     {
11       'target_name': 'cr',
12       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
13     },
14     {
15       'target_name': 'event_tracker',
16       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
17     },
18     {
19       'target_name': 'load_time_data',
20       'variables': {
21         'depends': [
22           '../../../../third_party/jstemplate/util.js',
23           '../../../../third_party/jstemplate/jsevalcontext.js',
24           '../../../../third_party/jstemplate/jstemplate.js',
25         ],
26       },
27       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
28     },
29     {
30       'target_name': 'util',
31       'variables': {
32         'depends': ['cr.js'],
33         'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
34       },
35       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
36     },
37     {
38       'target_name': 'parse_html_subset',
39       'variables': {
40         'externs': ['<(CLOSURE_DIR)/externs/pending_compiler_externs.js'],
41       },
42       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
43     },
44     {
45       'target_name': 'i18n_template_no_process',
46       'variables': {
47         'depends': ['compiled_resources.gyp:load_time_data'],
48       },
49       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
50     },
51     {
52       'target_name': 'i18n_template2',
53       'variables': {
54         'depends': ['compiled_resources.gyp:load_time_data'],
55       },
56       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
57     },
58   ],