 Chromium Code Reviews
 Chromium Code Reviews Issue 431040:
  Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore."  (Closed)
    
  
    Issue 431040:
  Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore."  (Closed) 
  | Index: build/all.gyp | 
| diff --git a/build/all.gyp b/build/all.gyp | 
| index 7f0fd9db9a609efe5e1205a6020aa563ebf692fc..4a61b709f7070130454965095f1ae0eba628ff03 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', |