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

Unified Diff: media/BUILD.gn

Issue 1743543004: Enable Accelerated Video Decode in Linux Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use std::tie Created 4 years, 10 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 18e1830fc4d540d20d7bda54a5e7714f2d783e54..e029f6eaa841ae5c4ce1cc0959c3d37ec3720585 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -425,7 +425,7 @@ component("media") {
]
}
- if (current_cpu != "arm" && is_chromeos) {
+ if (current_cpu != "arm" && is_linux) {
sources += [
"filters/h264_bitstream_buffer.cc",
"filters/h264_bitstream_buffer.h",
@@ -760,7 +760,7 @@ test("media_unittests") {
}
}
- if (current_cpu != "arm" && is_chromeos) {
+ if (current_cpu != "arm" && is_linux) {
sources += [ "filters/h264_bitstream_buffer_unittest.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698