diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 5 |
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', |