Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index eeb3805b800b6c8896708858ac901e8b57c5c3be..54964247b0fecb8d4047cec27a64960a50f636cc 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -589,7 +589,6 @@ |
'../base/base.gyp:base', |
'../testing/gtest.gyp:gtest', |
'../media/media.gyp:media', |
- '../ui/gl/gl.gyp:gl', |
'../ui/ui.gyp:ui', |
], |
'include_dirs': [ |
@@ -626,6 +625,11 @@ |
'../base/allocator/allocator.gyp:allocator', |
], |
}], |
+ ['target_arch != "arm"', { |
+ 'dependencies': [ |
+ '../ui/gl/gl.gyp:gl', |
+ ], |
+ }], |
['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { |
'include_dirs': [ |
'<(DEPTH)/third_party/libva', |