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

Unified Diff: components/signin.gypi

Issue 235813002: Add profile-switches to signin-internals; move switches to component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp(i) files Created 6 years, 8 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: components/signin.gypi
diff --git a/components/signin.gypi b/components/signin.gypi
index aa09f771fa435fb3c24087c130b2cbce7deccf52..361304ff8c25fd97bb2550538552223b9b5466c4 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -15,6 +15,8 @@
'signin/core/common/signin_pref_names.h',
'signin/core/common/signin_switches.cc',
'signin/core/common/signin_switches.h',
+ 'signin/core/common/profile_management_switches.cc',
+ 'signin/core/common/profile_management_switches.h',
],
},
{
@@ -81,7 +83,6 @@
],
}],
],
-
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},

Powered by Google App Engine
This is Rietveld 408576698