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

Unified Diff: ios/provider/ios_provider_web.gyp

Issue 364853010: Move the iOS user agent functions to ios/web/public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/provider/ios_provider_web.gyp
diff --git a/ios/ios_web.gyp b/ios/provider/ios_provider_web.gyp
similarity index 88%
rename from ios/ios_web.gyp
rename to ios/provider/ios_provider_web.gyp
index 6f3f2d4c2912ff3e8e71cbfe87fc4b2537b74f5f..f82a6a1be4038d6499c4703460f28bce6e5cc579 100644
--- a/ios/ios_web.gyp
+++ b/ios/provider/ios_provider_web.gyp
@@ -10,14 +10,14 @@
'target_name': 'ios_provider_web',
'type': 'none',
'include_dirs': [
- '..',
+ '../..',
],
'sources': [
'public/provider/web/web_state.h',
'public/provider/web/web_state_user_data.h',
stuartmorgan 2014/07/07 18:43:57 These need ../ also (it didn't complain only becau
rohitrao (ping after 24h) 2014/07/07 18:57:05 Done.
],
'dependencies': [
- 'ios_base.gyp:ios_consumer_base',
+ '../ios_base.gyp:ios_consumer_base',
],
},
],
« no previous file with comments | « ios/ios_web.gyp ('k') | ios/web/ios_web.gyp » ('j') | ios/web/public/user_agent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698