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

Unified Diff: content/content_common.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 | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 4fe8ef97f74d2902c00d536abf3a6a0dd564b177..8d46684e5e782db5e9357b447d095bc2f34105bd 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -489,7 +489,7 @@
],
},
}],
- ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', {
+ ['target_arch != "arm" and chromeos == 1', {
'sources': [
'common/gpu/media/h264_dpb.cc',
'common/gpu/media/h264_dpb.h',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698