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

Unified Diff: ios/ios.gyp

Issue 18541002: Introduce the WebState iOS provider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review 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 | « no previous file | ios/ios_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/ios.gyp
diff --git a/ios/ios.gyp b/ios/ios.gyp
index 5e835b34e783c465e9604a6c79255ea19f86a7bf..4545b46cbe5092a81cc89f3a52dcbda291e44e1c 100644
--- a/ios/ios.gyp
+++ b/ios/ios.gyp
@@ -10,7 +10,9 @@
'target_name': 'ios',
'type': 'none',
'dependencies': [
- 'ios_consumer.gyp:*',
+ 'ios_base.gyp:*',
+ 'ios_web.gyp:*',
+ 'ios_tests_unit.gyp:*',
],
},
],
« no previous file with comments | « no previous file | ios/ios_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698