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

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

Issue 599653003: Remove old template html boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bydefault
Patch Set: fix android Created 6 years, 2 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
« no previous file with comments | « ui/base/webui/jstemplate_builder.cc ('k') | ui/webui/resources/js/i18n_template.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
(...skipping 10 matching lines...) Expand all
21 }, 21 },
22 { 22 {
23 'target_name': 'util', 23 'target_name': 'util',
24 'variables': { 24 'variables': {
25 'depends': ['cr.js'], 25 'depends': ['cr.js'],
26 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], 26 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
27 }, 27 },
28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
29 }, 29 },
30 { 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', 31 'target_name': 'parse_html_subset',
39 'variables': { 32 'variables': {
40 'externs': ['<(CLOSURE_DIR)/externs/pending_compiler_externs.js'], 33 'externs': ['<(CLOSURE_DIR)/externs/pending_compiler_externs.js'],
41 }, 34 },
42 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 35 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
43 }, 36 },
44 { 37 {
45 'target_name': 'i18n_template_no_process', 38 'target_name': 'i18n_template_no_process',
46 'variables': { 39 'variables': {
47 'depends': ['load_time_data.js'], 40 'depends': ['load_time_data.js'],
48 }, 41 },
49 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 42 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
50 }, 43 },
51 { 44 {
52 'target_name': 'i18n_template', 45 'target_name': 'i18n_template',
53 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 46 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
54 }, 47 },
55 { 48 {
56 'target_name': 'i18n_template2', 49 'target_name': 'i18n_template2',
57 'variables': { 50 'variables': {
58 'depends': ['load_time_data.js'], 51 'depends': ['load_time_data.js'],
59 }, 52 },
60 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 53 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
61 }, 54 },
62 ], 55 ],
63 } 56 }
OLDNEW
« no previous file with comments | « ui/base/webui/jstemplate_builder.cc ('k') | ui/webui/resources/js/i18n_template.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698