diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 21:01:00 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 21:01:00 +0000 |
commit | 70ea557108e5596f7e1b99b90df7cc3ff52c9041 (patch) | |
tree | 7d2c9a21f0a03aa4d1a58e29c694136ec792d1b3 /ios/ios.gyp | |
parent | 33447b3cc4995b6bd2086a30d61bfebe60053b8f (diff) | |
download | chromium_src-70ea557108e5596f7e1b99b90df7cc3ff52c9041.zip chromium_src-70ea557108e5596f7e1b99b90df7cc3ff52c9041.tar.gz chromium_src-70ea557108e5596f7e1b99b90df7cc3ff52c9041.tar.bz2 |
Move the iOS user agent functions to ios/web/public.
The old implementations lived in //content, but they had no content
dependencies, so they are safe to move to //web.
BUG=390969
TEST=None
Review URL: https://codereview.chromium.org/364853010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ios/ios.gyp')
-rw-r--r-- | ios/ios.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/ios.gyp b/ios/ios.gyp index 4545b46..81bda61 100644 --- a/ios/ios.gyp +++ b/ios/ios.gyp @@ -11,8 +11,9 @@ 'type': 'none', 'dependencies': [ 'ios_base.gyp:*', - 'ios_web.gyp:*', 'ios_tests_unit.gyp:*', + 'provider/ios_provider_web.gyp:*', + 'web/ios_web.gyp:*', ], }, ], |