diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 18:53:51 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 18:53:51 +0000 |
commit | 3ce214b707d1eee460ff0c187c0b03b135e57e28 (patch) | |
tree | 82388ad5264df880604c1f6dc6fc0276c1cc03f0 /build/all.gyp | |
parent | 54f3ef56528d34bb89eac89b36b57cd40245d3b8 (diff) | |
download | chromium_src-3ce214b707d1eee460ff0c187c0b03b135e57e28.zip chromium_src-3ce214b707d1eee460ff0c187c0b03b135e57e28.tar.gz chromium_src-3ce214b707d1eee460ff0c187c0b03b135e57e28.tar.bz2 |
Build supported media targets on iOS.
Makes the changes required to get media and media_unittests to build
successfully for iOS, building only the limited set of files that iOS requires.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10919092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154996 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 ce2b014..71c0454 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -12,6 +12,7 @@ 'some.gyp:*', '../base/base.gyp:*', '../crypto/crypto.gyp:*', + '../media/media.gyp:*', '../net/net.gyp:*', '../sql/sql.gyp:*', '../testing/gtest.gyp:*', @@ -38,7 +39,6 @@ '../gpu/tools/tools.gyp:*', '../ipc/ipc.gyp:*', '../jingle/jingle.gyp:*', - '../media/media.gyp:*', '../ppapi/ppapi.gyp:*', '../ppapi/ppapi_internal.gyp:*', '../printing/printing.gyp:*', |