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

Side by Side Diff: chrome/browser/resources/settings/site_settings/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': 'all_sites', 7 'target_name': 'all_sites',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'constants', 62 'constants',
63 'site_settings_behavior', 63 'site_settings_behavior',
64 'site_settings_prefs_browser_proxy', 64 'site_settings_prefs_browser_proxy',
65 ], 65 ],
66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
67 }, 67 },
68 { 68 {
69 'target_name': 'site_settings_behavior', 69 'target_name': 'site_settings_behavior',
70 'dependencies': [ 70 'dependencies': [
71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
74 '<(EXTERNS_GYP):settings_private', 74 '<(EXTERNS_GYP):settings_private',
75 'constants', 75 'constants',
76 ], 76 ],
77 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 77 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
78 }, 78 },
79 { 79 {
80 'target_name': 'site_settings_category', 80 'target_name': 'site_settings_category',
81 'dependencies': [ 81 'dependencies': [
82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 17 matching lines...) Expand all
101 { 101 {
102 'target_name': 'website_usage_private_api', 102 'target_name': 'website_usage_private_api',
103 'dependencies': [ 103 'dependencies': [
104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
105 '<(EXTERNS_GYP):chrome_send', 105 '<(EXTERNS_GYP):chrome_send',
106 ], 106 ],
107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
108 }, 108 },
109 ], 109 ],
110 } 110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698