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

Unified Diff: ios/ios_tests.gyp

Issue 234573003: Upstream PO2TS_IOS unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: 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)',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698