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

Unified Diff: media/BUILD.gn

Issue 395133002: Clean up. Experimental user avatars removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Libvpx update. 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 f2acd92058a1f9ded7d903cc87cef344cc060509..5dc5ebd084b74fc949208ad3a951f26b0c54206c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -474,27 +474,6 @@ component("media") {
}
}
- 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