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

Unified Diff: chrome/browser/resources/options/compiled_resources.gyp

Issue 1277223002: Add cr-network-select element for selecting a Chrome OS network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_515987_network_configure
Patch Set: Compile fix Created 5 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: chrome/browser/resources/options/compiled_resources.gyp
diff --git a/chrome/browser/resources/options/compiled_resources.gyp b/chrome/browser/resources/options/compiled_resources.gyp
index cd62ec0e7be24ab31747b1856886203c8661f5d8..68a87ed207e79c8c010ced730c1eefd8d8b50d15 100644
--- a/chrome/browser/resources/options/compiled_resources.gyp
+++ b/chrome/browser/resources/options/compiled_resources.gyp
@@ -8,7 +8,7 @@
'variables': {
'depends': [
'../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
- '../../../../ui/webui/resources/cr_elements/v1_0/cr_onc/cr_onc_types.js',
+ '../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_types.js',
'../../../../ui/webui/resources/js/action_link.js',
'../../../../ui/webui/resources/js/cr.js',
'../../../../ui/webui/resources/js/cr/event_target.js',
@@ -48,7 +48,7 @@
'externs': [
'../../../../third_party/closure_compiler/externs/chrome_extensions.js',
'../../../../third_party/closure_compiler/externs/chrome_send.js',
- '../../../../ui/webui/resources/cr_elements/v1_0/cr_network_icon/cr_network_icon_externs.js',
+ '../../../../ui/webui/resources/cr_elements/v1_0/network/cr_network_icon_externs.js',
],
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],

Powered by Google App Engine
This is Rietveld 408576698