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

Unified Diff: ios/ios_tests_unit.gyp

Issue 18541002: Introduce the WebState iOS provider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 7 years, 6 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 | « ios/ios_consumer.gyp ('k') | ios/ios_web.gyp » ('j') | ios/ios_web.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/ios_tests_unit.gyp
diff --git a/ios/ios_consumer.gyp b/ios/ios_tests_unit.gyp
similarity index 55%
rename from ios/ios_consumer.gyp
rename to ios/ios_tests_unit.gyp
index f83a0eb3ad828987ff9def682de8d43f987f572d..5b76f8924f9a3a21b585e1fcbf8f659d138993e6 100644
--- a/ios/ios_consumer.gyp
+++ b/ios/ios_tests_unit.gyp
@@ -7,23 +7,7 @@
},
'targets': [
{
- 'target_name': 'ios_consumer_base',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- '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',
- ],
- },
- {
- 'target_name': 'ios_consumer_unittests',
+ 'target_name': 'ios_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
'../base/base.gyp:base',
@@ -31,7 +15,7 @@
'../base/base.gyp:test_support_base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- 'ios_consumer_base',
+ 'ios_base.gyp:ios_consumer_base',
],
'sources': [
'consumer/base/supports_user_data_unittest.cc',
« no previous file with comments | « ios/ios_consumer.gyp ('k') | ios/ios_web.gyp » ('j') | ios/ios_web.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698