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

Unified Diff: media/blink/BUILD.gn

Issue 563953003: GN rules for everything in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | mojo/BUILD.gn » ('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 73a750129bae002f5d959ff169bf97f605b52605..17cf57e9141217d4e1ef4bdb2b1f8ab61a763702 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -53,6 +53,13 @@ component("blink") {
"websourcebuffer_impl.cc",
"websourcebuffer_impl.h",
]
+
+ if (is_android) {
+ sources -= [
+ "webmediaplayer_impl.cc",
+ "webmediaplayer_impl.h",
+ ]
+ }
}
test("media_blink_unittests") {
« no previous file with comments | « no previous file | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698