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

Unified Diff: components/signin.gypi

Issue 216943002: Componentize SigninErrorController unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing dependency Created 6 years, 9 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 | « components/components_tests.gyp ('k') | components/signin/core/browser/fake_auth_status_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin.gypi
diff --git a/components/signin.gypi b/components/signin.gypi
index 7e8632d15c1f810128965f5352b7d9215747df49..01c64afdc750a47073eb05e0cb31619458d79f02 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -53,15 +53,29 @@
'signin/core/browser/webdata/token_web_data.cc',
'signin/core/browser/webdata/token_web_data.h',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources!': [
+ # Not used on Android.
+ 'signin/core/browser/mutable_profile_oauth2_token_service.cc',
+ 'signin/core/browser/mutable_profile_oauth2_token_service.h',
+ ],
+ }],
+ ],
},
- ],
- 'conditions': [
- ['OS=="android"', {
- 'sources!': [
- # Not used on Android.
- 'signin/core/browser/mutable_profile_oauth2_token_service.cc',
- 'signin/core/browser/mutable_profile_oauth2_token_service.h',
+ {
+ 'target_name': 'signin_core_browser_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'signin_core_browser',
],
- }],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'signin/core/browser/fake_auth_status_provider.cc',
+ 'signin/core/browser/fake_auth_status_provider.h',
+ ],
+ },
],
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/signin/core/browser/fake_auth_status_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698