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

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

Issue 1919183005: Cleanup: Extract icon related methods outside of util.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename favicon.html to icon.html 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
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 {
11 'target_name': 'assert', 11 'target_name': 'assert',
12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
13 }, 13 },
14 { 14 {
15 'target_name': 'cr', 15 'target_name': 'cr',
16 'dependencies': [ 16 'dependencies': [
17 'promise_resolver', 17 'promise_resolver',
18 '<(EXTERNS_GYP):chrome_send', 18 '<(EXTERNS_GYP):chrome_send',
19 'assert', 19 'assert',
20 ], 20 ],
21 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 21 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
22 }, 22 },
23 { 23 {
24 'target_name': 'event_tracker', 24 'target_name': 'event_tracker',
25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26 }, 26 },
27 { 27 {
28 'target_name': 'icon',
29 'dependencies': [
30 'cr',
31 'util',
32 ],
33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
34 },
35 {
28 'target_name': 'i18n_template_no_process', 36 'target_name': 'i18n_template_no_process',
29 'dependencies': [ 37 'dependencies': [
30 'load_time_data', 38 'load_time_data',
31 '<(EXTERNS_GYP):pending_compiler_externs', 39 '<(EXTERNS_GYP):pending_compiler_externs',
32 ], 40 ],
33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
34 }, 42 },
35 { 43 {
36 'target_name': 'i18n_template', 44 'target_name': 'i18n_template',
37 'dependencies': [ 45 'dependencies': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 81 },
74 { 82 {
75 'target_name': 'web_ui_listener_behavior', 83 'target_name': 'web_ui_listener_behavior',
76 'dependencies': [ 84 'dependencies': [
77 'cr', 85 'cr',
78 ], 86 ],
79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
80 }, 88 },
81 ], 89 ],
82 } 90 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698