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

Unified Diff: libvpx.gyp

Issue 10793025: [cros] Expose libmkv to Chrome. (Closed) Base URL: http://git.chromium.org/chromium/deps/libvpx.git@master
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx.gyp
===================================================================
--- libvpx.gyp (revision 147426)
+++ libvpx.gyp (working copy)
@@ -108,6 +108,14 @@
'-Wno-parentheses-equality',
],
}],
+ [ 'chromeos == 1', {
+ # ChromeOS needs these files for animated WebM avatars.
+ 'sources': [
+ 'source/libvpx/libmkv/EbmlIDs.h',
+ 'source/libvpx/libmkv/EbmlWriter.c',
+ 'source/libvpx/libmkv/EbmlWriter.h',
+ ],
+ }],
],
},
],
@@ -196,6 +204,14 @@
'ANDROID_CPU_ARM_FEATURE_NEON=4',
],
}],
+ [ 'chromeos == 1', {
+ # ChromeOS needs these files for animated WebM avatars.
+ 'sources': [
+ 'source/libvpx/libmkv/EbmlIDs.h',
+ 'source/libvpx/libmkv/EbmlWriter.c',
+ 'source/libvpx/libmkv/EbmlWriter.h',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698