diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 11:07:03 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 11:07:03 +0000 |
commit | 6abca6c58ab51454cfd176a2f79f28cc28179870 (patch) | |
tree | b3f7c0396b603569130d29dfde3d876ef05d1411 /build/all.gyp | |
parent | 668ed2c8747b70dcc91df87523c205c29aa1108b (diff) | |
download | chromium_src-6abca6c58ab51454cfd176a2f79f28cc28179870.zip chromium_src-6abca6c58ab51454cfd176a2f79f28cc28179870.tar.gz chromium_src-6abca6c58ab51454cfd176a2f79f28cc28179870.tar.bz2 |
Build the user_agent target for iOS
This enables building just the user_agent target of webkit_support.gyp
on iOS, and adds iOS versions of the UA-construction utility methods.
Eventually the goal is for iOS not to build any code in webkit/, but
user agent is tied in to enough other code in webkit/ that it's
unlikely to be extracted in the short term, so adding minimal iOS
support to webkit_support.gyp is a necessary bridging measure.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10905184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156276 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 79a282c..be5c163 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -24,6 +24,7 @@ '../third_party/sqlite/sqlite.gyp:*', '../third_party/zlib/zlib.gyp:*', '../ui/ui.gyp:*', + '../webkit/support/webkit_support.gyp:*', 'temp_gyp/googleurl.gyp:*', ], 'conditions': [ @@ -61,7 +62,6 @@ '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip', '../v8/tools/gyp/v8.gyp:*', '../webkit/compositor_bindings/compositor_bindings_tests.gyp:*', - '../webkit/support/webkit_support.gyp:*', '../webkit/webkit.gyp:*', '<(libjpeg_gyp_path):*', ], |