Index: ios/ios_tests.gyp |
diff --git a/ios/ios_base.gyp b/ios/ios_tests.gyp |
similarity index 58% |
copy from ios/ios_base.gyp |
copy to ios/ios_tests.gyp |
index f15192a8618d7a94598160b60dd3a833b5e0eb24..d167b94b55cca5ee51b758146abacad975efff48 100644 |
--- a/ios/ios_base.gyp |
+++ b/ios/ios_tests.gyp |
@@ -7,19 +7,17 @@ |
}, |
'targets': [ |
{ |
- 'target_name': 'ios_consumer_base', |
+ 'target_name': 'test_support_ios', |
'type': 'static_library', |
+ 'sources': [ |
+ 'public/test/fake_profile_oauth2_token_service_ios_provider.h', |
+ 'public/test/fake_profile_oauth2_token_service_ios_provider.mm', |
+ ], |
'dependencies': [ |
- '../base/base.gyp:base', |
+ '<(DEPTH)/testing/gtest.gyp:gtest', |
], |
'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- 'consumer/base/supports_user_data.cc', |
- 'consumer/base/util.mm', |
- 'public/consumer/base/supports_user_data.h', |
- 'public/consumer/base/util.h', |
+ '<(DEPTH)', |
], |
}, |
], |