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

Unified Diff: media/BUILD.gn

Issue 411523005: Revert of Clean up. Experimental user avatars removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « components/user_manager/user_image/user_image.cc ('k') | media/formats/webm/chromeos/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index e2209aadf76780a40241f88a777fe96ca32befe4..6b710be16a25c60320c7d92b83499d633be39349 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -450,6 +450,27 @@
}
}
+ if (is_chromeos) {
+ # A simple WebM encoder for animated avatars on ChromeOS.
+ sources += [
+ "formats/webm/chromeos/ebml_writer.cc",
+ "formats/webm/chromeos/ebml_writer.h",
+ "formats/webm/chromeos/webm_encoder.cc",
+ "formats/webm/chromeos/webm_encoder.h",
+ ]
+ deps += [
+ "//third_party/libvpx",
+ "//third_party/libyuv"
+ ]
+ # For VaapiVideoEncodeAccelerator.
+ if (cpu_arch != "arm" && use_x11) {
+ sources += [
+ "filters/h264_bitstream_buffer.cc",
+ "filters/h264_bitstream_buffer.h",
+ ]
+ }
+ }
+
if (!is_ios) {
deps += [ "//third_party/libyuv" ]
}
« no previous file with comments | « components/user_manager/user_image/user_image.cc ('k') | media/formats/webm/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698