diff options
author | bdibello@google.com <bdibello@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-10 18:52:56 +0000 |
---|---|---|
committer | bdibello@google.com <bdibello@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-10 18:52:56 +0000 |
commit | 5acb0a7605d1eec9220e0b7b3b663967fcf1e5ce (patch) | |
tree | 61dba9e1e4081f8d67c46febb499a17e24391290 /build | |
parent | e499e674b043597f1f05ce1bd070241014a884a3 (diff) | |
download | chromium_src-5acb0a7605d1eec9220e0b7b3b663967fcf1e5ce.zip chromium_src-5acb0a7605d1eec9220e0b7b3b663967fcf1e5ce.tar.gz chromium_src-5acb0a7605d1eec9220e0b7b3b663967fcf1e5ce.tar.bz2 |
Remove dependencies on /media for iOS.
/media was only needed for the old version of voice search on iOS.
BUG=227855
Review URL: https://chromiumcodereview.appspot.com/18777006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 3818816..3a0858a 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -14,7 +14,6 @@ '../chrome/chrome.gyp:*', '../content/content.gyp:*', '../crypto/crypto.gyp:*', - '../media/media.gyp:*', '../net/net.gyp:*', '../sdch/sdch.gyp:*', '../sql/sql.gyp:*', @@ -41,6 +40,7 @@ '../gpu/tools/tools.gyp:*', '../ipc/ipc.gyp:*', '../jingle/jingle.gyp:*', + '../media/media.gyp:*', '../ppapi/ppapi.gyp:*', '../ppapi/ppapi_internal.gyp:*', '../printing/printing.gyp:*', @@ -207,7 +207,6 @@ '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:unit_tests', '../crypto/crypto.gyp:crypto_unittests', - '../media/media.gyp:media_unittests', '../net/net.gyp:net_unittests', '../sql/sql.gyp:sql_unittests', '../ui/ui.gyp:ui_unittests', @@ -232,6 +231,7 @@ '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', + '../media/media.gyp:media_unittests', '../ppapi/ppapi_internal.gyp:ppapi_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', |