diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 21:36:32 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-18 21:36:32 +0000 |
commit | 9fc7e36e831c9922bf425c8accc63d09303b6357 (patch) | |
tree | 876a51b8510f1ed98793e758de403bf142a06256 /build | |
parent | 34d01155badb8848408b68101efa5c8b0784992d (diff) | |
download | chromium_src-9fc7e36e831c9922bf425c8accc63d09303b6357.zip chromium_src-9fc7e36e831c9922bf425c8accc63d09303b6357.tar.gz chromium_src-9fc7e36e831c9922bf425c8accc63d09303b6357.tar.bz2 |
Enable a minimal content/ build on iOS
This removes some files from the already-upstreamed iOS content/ gyp
support in order to get a minimal target building while the remaining
content/ changes are upstreamed.
Minor ifdefing is necessary in a few files in order to build them on
iOS; these are included since they are core files without which it's
very difficult to bring up a build at all.
Adds one new class to the ui/ build since it's needed by the content/
code that is now built.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10933091
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157421 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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 be5c163..be41e67 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -11,6 +11,7 @@ 'dependencies': [ 'some.gyp:*', '../base/base.gyp:*', + '../content/content.gyp:*', '../crypto/crypto.gyp:*', '../media/media.gyp:*', '../net/net.gyp:*', @@ -32,7 +33,6 @@ 'dependencies': [ '../cc/cc_tests.gyp:*', '../chrome/chrome.gyp:*', - '../content/content.gyp:*', '../gpu/gpu.gyp:*', '../gpu/tools/tools.gyp:*', '../ipc/ipc.gyp:*', |