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

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

Issue 2754733002: Closure: remove pending_compiler_externs.js (Closed)
Patch Set: remove Created 3 years, 9 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
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'assert', 7 'target_name': 'assert',
8 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
9 }, 9 },
10 { 10 {
11 'target_name': 'cr', 11 'target_name': 'cr',
12 'variables': { 12 'variables': {
13 'depends': ['compiled_resources.gyp:promise_resolver'], 13 'depends': ['compiled_resources.gyp:promise_resolver'],
14 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'], 14 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'],
15 }, 15 },
16 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 16 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
17 }, 17 },
18 { 18 {
19 'target_name': 'event_tracker', 19 'target_name': 'event_tracker',
20 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 20 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
21 }, 21 },
22 { 22 {
23 'target_name': 'i18n_template_no_process', 23 'target_name': 'i18n_template_no_process',
24 'variables': { 24 'variables': {
25 'depends': ['compiled_resources.gyp:load_time_data'], 25 'depends': ['compiled_resources.gyp:load_time_data'],
26 'externs': ['../../../../third_party/closure_compiler/externs/pending_co mpiler_externs.js'],
27 }, 26 },
28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 27 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
29 }, 28 },
30 { 29 {
31 'target_name': 'i18n_template', 30 'target_name': 'i18n_template',
32 'variables': { 31 'variables': {
33 'depends': ['compiled_resources.gyp:load_time_data'], 32 'depends': ['compiled_resources.gyp:i18n_template_no_process'],
34 'externs': ['../../../../third_party/closure_compiler/externs/pending_co mpiler_externs.js'],
35 }, 33 },
36 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 34 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
37 }, 35 },
38 { 36 {
39 'target_name': 'load_time_data', 37 'target_name': 'load_time_data',
40 'variables': { 38 'variables': {
41 'depends': [ 39 'depends': [
42 '../../../../third_party/jstemplate/util.js', 40 '../../../../third_party/jstemplate/util.js',
43 '../../../../third_party/jstemplate/jsevalcontext.js', 41 '../../../../third_party/jstemplate/jsevalcontext.js',
44 '../../../../third_party/jstemplate/jstemplate.js', 42 '../../../../third_party/jstemplate/jstemplate.js',
(...skipping 13 matching lines...) Expand all
58 'target_name': 'util', 56 'target_name': 'util',
59 'variables': { 57 'variables': {
60 'depends': ['compiled_resources.gyp:cr', 'assert.js'], 58 'depends': ['compiled_resources.gyp:cr', 'assert.js'],
61 # TODO(jlklein): Get <(VARIABLES) in transient externs/depends working. 59 # TODO(jlklein): Get <(VARIABLES) in transient externs/depends working.
62 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'], 60 'externs': ['../../../../third_party/closure_compiler/externs/chrome_sen d.js'],
63 }, 61 },
64 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 62 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
65 }, 63 },
66 ], 64 ],
67 } 65 }
OLDNEW
« no previous file with comments | « third_party/closure_compiler/tools/create_include_gyp.py ('k') | ui/webui/resources/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698