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

Unified Diff: BUILD.gn

Issue 495353003: Move WebMediaPlayerImpl and its dependencies to media/blink. (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 | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a980e851be157ae5ff83a9ddc316d85e9556fc2a..36ec166a87c440f4a21f3a0a7f23a30d79908d16 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -51,6 +51,7 @@ group("root") {
"//ipc/mojo",
"//jingle:notifier",
"//media",
+ "//media/blink",
"//media/cast",
"//mojo",
"//net",
@@ -194,6 +195,7 @@ group("root") {
"//extensions/common",
"//extensions/common/api",
"//extensions/renderer",
+ "//media/blink", # Blocked on blink
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
"//sandbox",
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698