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

Unified Diff: chrome/browser/resources/settings/device_page/compiled_resources2.gyp

Issue 1707613002: MD Settings: Start device page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixup Created 4 years, 10 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/settings/device_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/reset_page/compiled_resources2.gyp b/chrome/browser/resources/settings/device_page/compiled_resources2.gyp
similarity index 69%
copy from chrome/browser/resources/settings/reset_page/compiled_resources2.gyp
copy to chrome/browser/resources/settings/device_page/compiled_resources2.gyp
index 8e32a677733bd5beb19e0d129c7eeefd58c3c293..27067175e5a3fdbd1423d91f9c3f83dc2712ac0c 100644
--- a/chrome/browser/resources/settings/reset_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/device_page/compiled_resources2.gyp
@@ -4,10 +4,12 @@
{
'targets': [
{
- 'target_name': 'reset_page',
+ 'target_name': 'device_page',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ #'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
dschuyler 2016/02/17 20:11:24 Can this line be removed or commented to say why i
michaelpg 2016/02/17 23:33:40 Oops, forgot to finish this file. Thanks!
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
+ '../settings_page/compiled_resources2.gyp:settings_animated_pages',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698