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

Unified Diff: media/remoting/BUILD.gn

Issue 2474803002: [Media Remoting] Add function to create interstitial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 1 month 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 | « media/base/media_resources.h ('k') | media/remoting/remoting_interstitial_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/BUILD.gn
diff --git a/media/remoting/BUILD.gn b/media/remoting/BUILD.gn
index 716f11040a347c3ffe74dc71a93dd9bf0e166922..388d32fa51e6f50bcb799ef15f79b9ecfa7fd645 100644
--- a/media/remoting/BUILD.gn
+++ b/media/remoting/BUILD.gn
@@ -45,6 +45,8 @@ source_set("remoting") {
"remoting_cdm_controller.h",
"remoting_cdm_factory.cc",
"remoting_cdm_factory.h",
+ "remoting_interstitial_ui.cc",
+ "remoting_interstitial_ui.h",
"remoting_renderer_controller.cc",
"remoting_renderer_controller.h",
"remoting_renderer_factory.cc",
@@ -60,6 +62,7 @@ source_set("remoting") {
"//media",
"//media/mojo/interfaces:remoting",
"//mojo/public/cpp/bindings",
+ "//skia",
]
}
« no previous file with comments | « media/base/media_resources.h ('k') | media/remoting/remoting_interstitial_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698