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

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

Issue 2887253006: Closure: remove older, original GYP compilation system (Closed)
Patch Set: compiled_resources.gypi Created 3 years, 7 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
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 'variables': {
13 'depends': ['compiled_resources.gyp:promise_resolver'],
14 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'],
15 },
16 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
17 },
18 {
19 'target_name': 'event_tracker',
20 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
21 },
22 {
23 'target_name': 'i18n_template_no_process',
24 'variables': {
25 'depends': ['compiled_resources.gyp:load_time_data'],
26 },
27 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
28 },
29 {
30 'target_name': 'i18n_template',
31 'variables': {
32 'depends': ['compiled_resources.gyp:i18n_template_no_process'],
33 },
34 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
35 },
36 {
37 'target_name': 'load_time_data',
38 'variables': {
39 'depends': [
40 '../../../../third_party/jstemplate/util.js',
41 '../../../../third_party/jstemplate/jsevalcontext.js',
42 '../../../../third_party/jstemplate/jstemplate.js',
43 ],
44 },
45 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
46 },
47 {
48 'target_name': 'parse_html_subset',
49 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
50 },
51 {
52 'target_name': 'promise_resolver',
53 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
54 },
55 {
56 'target_name': 'util',
57 'variables': {
58 'depends': ['compiled_resources.gyp:cr', 'assert.js'],
59 # TODO(jlklein): Get <(VARIABLES) in transient externs/depends working.
60 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'],
61 },
62 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
63 },
64 ],
65 }
OLDNEW
« no previous file with comments | « ui/keyboard/resources/compiled_resources.gyp ('k') | ui/webui/resources/js/cr/ui/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698