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

Side by Side Diff: chrome/browser/resources/history/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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': 'externs', 7 'target_name': 'externs',
8 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
9 }, 9 },
10 { 10 {
11 'target_name': 'history_focus_manager', 11 'target_name': 'history_focus_manager',
12 'dependencies': [ 12 'dependencies': [
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
15 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_mana ger', 15 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_mana ger',
16 ], 16 ],
17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
18 }, 18 },
19 { 19 {
20 'target_name': 'history', 20 'target_name': 'history',
21 'dependencies': [ 21 'dependencies': [
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:action_link', 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:action_link',
23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker', 25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker',
26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
28 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', 29 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
29 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:alert_over lay', 30 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:alert_over lay',
30 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', 31 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
31 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_outl ine_manager', 33 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_outl ine_manager',
33 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' , 34 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' ,
34 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu', 35 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu',
35 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_butto n', 36 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_butto n',
36 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_item' , 37 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_item' ,
37 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:overlay', 38 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:overlay',
38 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:position_u til', 39 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:position_u til',
39 'history_focus_manager', 40 'history_focus_manager',
40 '<(EXTERNS_GYP):chrome_send', 41 '<(EXTERNS_GYP):chrome_send',
41 'externs', 42 'externs',
42 ], 43 ],
43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 44 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
44 }, 45 },
45 ], 46 ],
46 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698