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

Unified Diff: chrome/chrome_browser.gypi

Issue 434253002: Only build EasyUnlockService when extensions are enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/browser/profiles/chrome_browser_main_extra_parts_profiles.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e2a38fb54319acf9c4abdc82a6011e16e9114c68..df920406ffbf2f186b7acc623553ce5791a7dde1 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1206,10 +1206,6 @@
'browser/signin/chrome_signin_client.h',
'browser/signin/chrome_signin_client_factory.cc',
'browser/signin/chrome_signin_client_factory.h',
- 'browser/signin/easy_unlock_service.cc',
- 'browser/signin/easy_unlock_service.h',
- 'browser/signin/easy_unlock_service_factory.cc',
- 'browser/signin/easy_unlock_service_factory.h',
'browser/signin/local_auth.cc',
'browser/signin/local_auth.h',
'browser/signin/principals_message_filter.cc',
@@ -1542,6 +1538,10 @@
'browser/search/hotword_service.h',
'browser/search/hotword_service_factory.cc',
'browser/search/hotword_service_factory.h',
+ 'browser/signin/easy_unlock_service.cc',
+ 'browser/signin/easy_unlock_service.h',
+ 'browser/signin/easy_unlock_service_factory.cc',
+ 'browser/signin/easy_unlock_service_factory.h',
'browser/speech/extension_api/tts_engine_extension_api.cc',
'browser/speech/extension_api/tts_engine_extension_api.h',
'browser/speech/extension_api/tts_engine_extension_observer.cc',
« no previous file with comments | « chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698