Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 86686) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -3471,6 +3471,22 @@ |
# '<(DEPTH)/ui/gfx/size.cc', |
# '<(DEPTH)/ui/gfx/size.h', |
# ], |
+ # 'conditions': [ |
+ # ['target_arch=="arm"', { |
+ # 'sources': [ |
+ # '<(DEPTH)/content/gpu/gles2_texture_to_egl_image_translator.cc', |
+ # '<(DEPTH)/content/gpu/gles2_texture_to_egl_image_translator.h', |
+ # '<(DEPTH)/content/gpu/omx_video_decode_accelerator.cc', |
+ # '<(DEPTH)/content/gpu/omx_video_decode_accelerator.h', |
+ # ], |
+ # 'link_settings': { |
+ # 'libraries': [ |
+ # '-lEGL', |
+ # '-lGLESv2', |
+ # ], |
+ # }, |
+ # }], |
+ # ], |
# }, |
{ |
'target_name': 'plugin_tests', |