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

Unified Diff: build/common.gypi

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 | « build/all.gyp ('k') | media/omx/omx_test.cc » ('j') | media/omx/omx_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 34f9f25ac46e8d1c35cc0b9388c76e899ccbe431..4652db45a699fe8dce1e4f3fcaa4d82fbe310724 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -146,6 +146,9 @@
# Whether pepper APIs are enabled.
'enable_pepper%': 0,
+ # Whether usage of OpenMAX is enabled.
+ 'enable_openmax%': 0,
+
# TODO(bradnelson): eliminate this when possible.
# To allow local gyp files to prevent release.vsprops from being included.
# Yes(1) means include release.vsprops.
« no previous file with comments | « build/all.gyp ('k') | media/omx/omx_test.cc » ('j') | media/omx/omx_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698