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

Unified Diff: media/gpu/BUILD.gn

Issue 2538883002: Detect H264 slices of the same frame in VEAUnittest (Closed)
Patch Set: Win clang build issues. Created 3 years, 12 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
« no previous file with comments | « no previous file | media/gpu/h264_decoder.h » ('j') | media/gpu/h264_decoder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 96bdca3504faa9dbd2abbad2f05da39839595816..21e277c4a760f9f2b9c60bd9f7fe3c673c1861b9 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -211,7 +211,7 @@ component("gpu") {
}
}
- if (is_chromeos || is_win) {
+ if (is_chromeos || is_mac || is_win) {
sources += [
"accelerated_video_decoder.h",
"h264_decoder.cc",
« no previous file with comments | « no previous file | media/gpu/h264_decoder.h » ('j') | media/gpu/h264_decoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698