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

Unified Diff: chrome/browser/resources/settings/people_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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/manage_profile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/compiled_resources.gyp
diff --git a/chrome/browser/resources/settings/people_page/compiled_resources.gyp b/chrome/browser/resources/settings/people_page/compiled_resources.gyp
index 3744d88e26fca5e388e1e4df45875c085583c875..bdcf6a9b758bad80913669baf335dbfe34ec8a01 100644
--- a/chrome/browser/resources/settings/people_page/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/people_page/compiled_resources.gyp
@@ -18,6 +18,20 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
},
{
+ 'target_name': 'sync_page',
+ 'variables': {
+ 'depends': [
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
+ '../../../../../ui/webui/resources/js/i18n_behavior.js',
+ '../settings_page/settings_animated_pages.js',
+ 'sync_private_api.js',
+ ],
+ },
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
+ },
+ {
'target_name': 'sync_private_api',
'variables': {
'depends': [
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/manage_profile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698