Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: ui/webui/resources/js/compiled_resources.gyp

Issue 436843006: Closure compile JS files with GYP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to compile_js.gypi Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/webui/resources/js/chromeos/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4 {
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 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
21 },
22 {
23 'target_name': 'util',
24 'variables': {
25 'depends': ['cr.js'],
26 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
27 },
28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
29 },
30 {
31 'target_name': 'local_strings',
32 'variables': {
33 'externs': ['template_data_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': ['load_time_data.js'],
48 },
49 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
50 },
51 {
52 'target_name': 'i18n_template',
53 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
54 },
55 {
56 'target_name': 'i18n_template2',
57 'variables': {
58 'depends': ['load_time_data.js'],
59 },
60 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
61 },
62 ],
63 }
OLDNEW
« no previous file with comments | « ui/webui/resources/js/chromeos/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698