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

Unified Diff: webkit/media/webkit_media.gypi

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 8 years, 4 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 | « ui/ui.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webkit_media.gypi
diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi
index 994a3542c51d635a746445731c14a249c39401f6..d1529910e503549cfa5792c7ab9a339e6eb0edc9 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -65,8 +65,13 @@
['OS == "android"', {
'sources!': [
'audio_decoder.cc',
+ 'audio_decoder.h',
+ 'filter_helpers.cc',
+ 'filter_helpers.h',
'webmediaplayer_impl.cc',
'webmediaplayer_impl.h',
+ 'webmediaplayer_proxy.cc',
+ 'webmediaplayer_proxy.h',
],
'dependencies': [
'<(DEPTH)/media/media.gyp:player_android',
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698