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

Unified Diff: content/content_tests.gypi

Issue 807853005: Refactor Vaapi video decoder/encoder in preparation of Freon support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove whitespace changes Created 6 years 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index cb3c05ec586b15720b90515d864e7ec6aff43176..eec3aad4576733d1a922e3f7a449f85d3a805651 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1609,7 +1609,6 @@
'dependencies': [
'content.gyp:content_common',
'../base/base.gyp:base',
- '../build/linux/system.gyp:x11',
'../media/media.gyp:media',
'../testing/gtest.gyp:gtest',
'../third_party/libyuv/libyuv.gyp:libyuv',
@@ -1621,6 +1620,13 @@
'include_dirs': [
'<(DEPTH)/third_party/libva',
],
+ 'conditions': [
+ ['use_x11==1', {
piman 2014/12/17 18:57:06 This condition is already true in this block. Did
llandwerlin-old 2014/12/17 21:24:59 Thanks, removing this.
+ 'dependencies': [
+ '../build/linux/system.gyp:x11',
+ ]
+ }],
+ ],
},
]
}],

Powered by Google App Engine
This is Rietveld 408576698