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

Unified Diff: chromecast/chromecast.gyp

Issue 472183002: Chromecast: Adds WebUI stubs for cast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (since devtools added) Created 6 years, 4 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/shell/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 4ec76561270a86b32cff3d70391db14c7ef63869..5881dd0855161ee47334c302f6e6aa2720ec11fa 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -159,6 +159,7 @@
'shell/browser/geolocation/cast_access_token_store.h',
'shell/browser/url_request_context_factory.cc',
'shell/browser/url_request_context_factory.h',
+ 'shell/browser/webui/webui_cast.h',
'shell/common/cast_content_client.cc',
'shell/common/cast_content_client.h',
'shell/renderer/cast_content_renderer_client.cc',
@@ -168,6 +169,7 @@
['chromecast_branding=="Chrome"', {
'dependencies': [
'internal/chromecast_internal.gyp:cast_gfx_internal',
+ 'internal/chromecast_internal.gyp:cast_shell_internal',
],
}, {
'dependencies': [
@@ -175,6 +177,7 @@
],
'sources': [
'shell/browser/devtools/remote_debugging_server_simple.cc',
+ 'shell/browser/webui/webui_cast_simple.cc',
],
}],
],
« no previous file with comments | « no previous file | chromecast/shell/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698