Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2217)

Unified Diff: build/all.gyp

Issue 391030: Test program for OpenMAX video decoding (Closed)
Patch Set: comments Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | media/omx/omx_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 81ae757525d58c22e4f2c2829a4be1069ab9e89a..0a386ea3763f2e5fd7ac9d46e3a7475a0cfa61be 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',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | media/omx/omx_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698