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

Unified Diff: ui/webui/resources/cr_elements/network/compiled_resources2.gyp

Issue 2250773002: WebUI: cr-network-list: Use a single list of cr-network-list-items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add show-separators Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/network/compiled_resources2.gyp
diff --git a/ui/webui/resources/cr_elements/network/compiled_resources2.gyp b/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
index 0e0e1f403c5aabb9c750ae781a2df9e22961efac..53a56d695b5d28f3fe2585fb71eaec725e82eac7 100644
--- a/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/network/compiled_resources2.gyp
@@ -17,13 +17,16 @@
{
'target_name': 'cr_network_list',
'dependencies': [
+ 'cr_network_list_types',
'cr_onc_types',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'cr_network_list_custom_item',
+ 'target_name': 'cr_network_list_item',
'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'cr_network_list_types',
'cr_onc_types',
@@ -31,21 +34,17 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'cr_network_list_network_item',
+ 'target_name': 'cr_network_list_types',
'dependencies': [
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'cr_onc_types',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'cr_network_list_types',
- 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
- {
'target_name': 'cr_network_select',
'dependencies': [
'<(EXTERNS_GYP):networking_private',
+ 'cr_network_list_types',
'cr_onc_types',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
« no previous file with comments | « chrome/browser/ui/webui/chromeos/network_ui.cc ('k') | ui/webui/resources/cr_elements/network/cr_network_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698