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

Unified Diff: media/blink/BUILD.gn

Issue 1567123002: Support CAST+WMPI on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fixes + comments addressed Created 4 years, 11 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 | « content/renderer/render_frame_impl.cc ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 75c368a496548c332ff5cbd5c0a39cdaaa537d93..31140ce23f112cbba0d37aa0c7db27182bd4b088 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -12,6 +12,7 @@ component("blink") {
"//base",
"//cc",
"//cc/blink",
+ "//gpu",
"//gpu/blink",
"//media",
"//media:shared_memory_support",
@@ -92,6 +93,12 @@ component("blink") {
"webmediaplayer_impl.cc",
"webmediaplayer_impl.h",
]
+ if (is_android) {
+ sources += [
+ "webmediaplayer_cast_android.cc",
+ "webmediaplayer_cast_android.h",
+ ]
+ }
}
}
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698