ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / ui / webui / resources / js / compiled_resources.gyp
blob668413a624419e95eb9e0bf8c04e3a577158f9a4
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         # TODO(jlklein): Get <(VARIABLES) in transient externs/depends working.
34         'externs': ['../../../../third_party/closure_compiler/externs/chrome_send_externs.js'],
35       },
36       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
37     },
38     {
39       'target_name': 'parse_html_subset',
40       'variables': {
41         'externs': ['../../../../third_party/closure_compiler/externs/pending_compiler_externs.js'],
42       },
43       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
44     },
45     {
46       'target_name': 'i18n_template_no_process',
47       'variables': {
48         'depends': ['compiled_resources.gyp:load_time_data'],
49       },
50       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
51     },
52     {
53       'target_name': 'i18n_template2',
54       'variables': {
55         'depends': ['compiled_resources.gyp:load_time_data'],
56       },
57       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
58     },
59   ],