summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 23:14:23 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 23:14:23 +0000
commit3cfcae2bed49e80e31fbedf4e2ed45c594e7b941 (patch)
treefaf29a47484c7c757bddd1b3ccdf1bdc85215fb4 /build
parent8e81776b35b83f86b749445239efe36f7c8dc1e0 (diff)
downloadchromium_src-3cfcae2bed49e80e31fbedf4e2ed45c594e7b941.zip
chromium_src-3cfcae2bed49e80e31fbedf4e2ed45c594e7b941.tar.gz
chromium_src-3cfcae2bed49e80e31fbedf4e2ed45c594e7b941.tar.bz2
Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore."
Review URL: http://codereview.chromium.org/431040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 7f0fd9d..4a61b70 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -56,6 +56,11 @@
'../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
],
}],
+ ['enable_openmax==1', {
+ 'dependencies': [
+ '../media/omx/omx_test.gyp:*',
+ ],
+ }],
['OS=="mac" or OS=="linux" or OS=="freebsd"', {
'dependencies': [
'../third_party/yasm/yasm.gyp:*#host',