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

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

Issue 1920253002: Refactors parse_html_subset() into i18n_behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 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
« no previous file with comments | « ui/webui/resources/html/i18n_behavior.html ('k') | ui/webui/resources/js/i18n_behavior.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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': 'action_link', 7 'target_name': 'action_link',
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 28 matching lines...) Expand all
39 # Ideally, <include> would automatically import externs as well, but 39 # Ideally, <include> would automatically import externs as well, but
40 # it current doesn't and that sounds hard. Let's just kill <include>. 40 # it current doesn't and that sounds hard. Let's just kill <include>.
41 '<(EXTERNS_GYP):pending_compiler_externs', 41 '<(EXTERNS_GYP):pending_compiler_externs',
42 ], 42 ],
43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
44 }, 44 },
45 { 45 {
46 'target_name': 'i18n_behavior', 46 'target_name': 'i18n_behavior',
47 'dependencies': [ 47 'dependencies': [
48 'load_time_data', 48 'load_time_data',
49 'parse_html_subset',
49 ], 50 ],
50 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
51 }, 52 },
52 { 53 {
53 'target_name': 'load_time_data', 54 'target_name': 'load_time_data',
54 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp: jstemplate'], 55 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp: jstemplate'],
55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
56 }, 57 },
57 { 58 {
58 'target_name': 'parse_html_subset', 59 'target_name': 'parse_html_subset',
(...skipping 14 matching lines...) Expand all
73 }, 74 },
74 { 75 {
75 'target_name': 'web_ui_listener_behavior', 76 'target_name': 'web_ui_listener_behavior',
76 'dependencies': [ 77 'dependencies': [
77 'cr', 78 'cr',
78 ], 79 ],
79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
80 }, 81 },
81 ], 82 ],
82 } 83 }
OLDNEW
« no previous file with comments | « ui/webui/resources/html/i18n_behavior.html ('k') | ui/webui/resources/js/i18n_behavior.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698