Chromium Code Reviews| 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', |