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

Unified Diff: chrome/browser/resources/settings/settings_page/compiled_resources.gyp

Issue 1536593004: Settings People Revamp: Implement Chrome Profile name/icon selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/settings_page/compiled_resources.gyp
diff --git a/chrome/browser/resources/settings/settings_page/compiled_resources.gyp b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
index a8ad6a1a344426f635ba438ca5f644ab6a1865ed..a36c51a8e14370c48363f0c2d03a2fde87297952 100644
--- a/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/settings_page/compiled_resources.gyp
@@ -7,5 +7,15 @@
'target_name': 'settings_page_visibility',
'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
},
+ {
+ 'target_name': 'settings_router',
+ 'variables': {
+ 'depends': [
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
+ ],
+ },
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698