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

Side by Side Diff: chrome/browser/resources/md_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 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': 'constants', 7 'target_name': 'constants',
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': 'history_item', 11 'target_name': 'history_item',
12 'dependencies': [ 12 'dependencies': [
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 15 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
15 '../history/compiled_resources2.gyp:externs', 16 '../history/compiled_resources2.gyp:externs',
16 ], 17 ],
17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 18 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
18 }, 19 },
19 { 20 {
20 'target_name': 'history_list', 21 'target_name': 'history_list',
21 'dependencies': [ 22 'dependencies': [
22 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', 23 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted',
(...skipping 10 matching lines...) Expand all
33 'target_name': 'history_toolbar', 34 'target_name': 'history_toolbar',
34 'dependencies': [ 35 'dependencies': [
35 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field', 36 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field',
36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
37 ], 38 ],
38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 39 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
39 }, 40 },
40 { 41 {
41 'target_name': 'history', 42 'target_name': 'history',
42 'dependencies': [ 43 'dependencies': [
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
45 'constants', 46 'constants',
46 'app', 47 'app',
47 '<(EXTERNS_GYP):chrome_send', 48 '<(EXTERNS_GYP):chrome_send',
48 '../history/compiled_resources2.gyp:externs', 49 '../history/compiled_resources2.gyp:externs',
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': 'app', 54 'target_name': 'app',
54 'dependencies': [ 55 'dependencies': [
(...skipping 10 matching lines...) Expand all
65 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
66 }, 67 },
67 { 68 {
68 'target_name': 'side_bar', 69 'target_name': 'side_bar',
69 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 70 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
70 }, 71 },
71 { 72 {
72 'target_name': 'synced_device_card', 73 'target_name': 'synced_device_card',
73 'dependencies': [ 74 'dependencies': [
74 '../history/compiled_resources2.gyp:externs', 75 '../history/compiled_resources2.gyp:externs',
75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
76 ], 77 ],
77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
78 }, 79 },
79 { 80 {
80 'target_name': 'synced_device_manager', 81 'target_name': 'synced_device_manager',
81 'dependencies': [ 82 'dependencies': [
82 'synced_device_card', 83 'synced_device_card',
83 ], 84 ],
84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
85 }, 86 },
86 ], 87 ],
87 } 88 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698