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

Unified Diff: content/content_tests.gypi

Issue 11418079: Do not compile third_party/libva on Linux. It's not used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: uploading again Created 8 years, 1 month 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/content_common.gypi ('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 97c3cd34ca73ffe646533d54dfba2c5ef0b9ce2f..1ce3c411b644871121d434f4c71fe168c26b61cc 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -794,7 +794,7 @@
},
],
}],
- ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', {
+ ['chromeos==1 or OS=="win" or OS=="mac"', {
'targets': [
{
'target_name': 'video_decode_accelerator_unittest',
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698