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/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: Rebased. 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
« no previous file with comments | « ios/ios_web.gyp ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/provider/ios_provider_web.gyp
diff --git a/ios/ios_web.gyp b/ios/provider/ios_provider_web.gyp
similarity index 71%
rename from ios/ios_web.gyp
rename to ios/provider/ios_provider_web.gyp
index 6f3f2d4c2912ff3e8e71cbfe87fc4b2537b74f5f..751f124810b071c29a873f62ae18571548666604 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',
+ '../public/provider/web/web_state.h',
+ '../public/provider/web/web_state_user_data.h',
],
'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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698