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

Unified Diff: media/BUILD.gn

Issue 490233002: VaapiVideoAccelerator: make Vaapi accelerator work with ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't limit h264_bitstream_buffer_unittest to x11 Created 6 years, 3 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
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index e548b5dc64e3a5d5baa37874aec2e417f3e60fc1..3411c942f306430227fc4100f1434df79898b106 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -498,7 +498,7 @@ test("media_unittests") {
# ]
}
- if (cpu_arch != "arm" && is_chromeos && use_x11) {
+ if (cpu_arch != "arm" && is_chromeos) {
sources += [ "filters/h264_bitstream_buffer_unittest.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698