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

Unified Diff: chromecast/renderer/BUILD.gn

Issue 2342563003: [chromecast] Enable Mojo javascript bindings for cast_shell (Closed)
Patch Set: Add Mojo JavaScript support for Chromecast Created 4 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 | chromecast/renderer/DEPS » ('j') | chromecast/renderer/cast_content_renderer_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/BUILD.gn
diff --git a/chromecast/renderer/BUILD.gn b/chromecast/renderer/BUILD.gn
index 0bd8199dde25f572b9c4986b4363362dee44cf6d..1c17a2ec6d5b80a2a76b5a065be35b71705eceaa 100644
--- a/chromecast/renderer/BUILD.gn
+++ b/chromecast/renderer/BUILD.gn
@@ -8,6 +8,8 @@ source_set("renderer") {
sources = [
"cast_content_renderer_client.cc",
"cast_content_renderer_client.h",
+ "cast_gin_runner.cc",
+ "cast_gin_runner.h",
"cast_media_load_deferrer.cc",
"cast_media_load_deferrer.h",
"cast_render_thread_observer.cc",
@@ -36,6 +38,7 @@ source_set("renderer") {
"//chromecast/media",
"//components/cdm/renderer",
"//components/network_hints/renderer",
+ "//content:resources_grit",
"//content/public/common",
"//content/public/renderer",
"//crypto",
« no previous file with comments | « no previous file | chromecast/renderer/DEPS » ('j') | chromecast/renderer/cast_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698