Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: content/content_tests.gypi

Issue 10736006: Fix OMX VDA unittest for ARM. (Closed) Base URL: https://git.chromium.org/git/chromium/src@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/media/rendering_helper_gl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/common/gpu/media/rendering_helper_gl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698