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

Unified Diff: media/media.gyp

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 | « media/formats/webm/chromeos/webm_encoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index a6bfc9b757dda336175e341546586b26b4ed5598..ddf8ef8cd7032fad2113197be731a8f035279ab2 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -650,19 +650,6 @@
'DISABLE_USER_INPUT_MONITOR',
],
}],
- # A simple WebM encoder for animated avatars on ChromeOS.
- ['chromeos==1', {
- 'dependencies': [
- '../third_party/libvpx/libvpx.gyp:libvpx',
- '../third_party/libyuv/libyuv.gyp:libyuv',
- ],
- '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',
- ],
- }],
# For VaapiVideoEncodeAccelerator.
['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
'sources': [
« no previous file with comments | « media/formats/webm/chromeos/webm_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698