summaryrefslogtreecommitdiffstats
path: root/chromecast/chromecast.gyp
diff options
context:
space:
mode:
authorgunsch <gunsch@chromium.org>2014-08-29 18:47:04 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-30 01:51:09 +0000
commit611228ee885eb89f54703e24fd547b4832d189d8 (patch)
tree962fdfa8f71411f1364dd3315d9e6454e17a80b9 /chromecast/chromecast.gyp
parent439a05cd87fe1f880b896bd7b154454299355899 (diff)
downloadchromium_src-611228ee885eb89f54703e24fd547b4832d189d8.zip
chromium_src-611228ee885eb89f54703e24fd547b4832d189d8.tar.gz
chromium_src-611228ee885eb89f54703e24fd547b4832d189d8.tar.bz2
Chromecast: adds CastBrowserProcess to manage browser process entities.
These are not appropriate for CastBrowserMainParts to manage. R=lcwu@chromium.org,byungchul@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/521753002 Cr-Commit-Position: refs/heads/master@{#292752}
Diffstat (limited to 'chromecast/chromecast.gyp')
-rw-r--r--chromecast/chromecast.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 6824379..3c744d6 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -195,6 +195,8 @@
'shell/browser/cast_browser_context.h',
'shell/browser/cast_browser_main_parts.cc',
'shell/browser/cast_browser_main_parts.h',
+ 'shell/browser/cast_browser_process.cc',
+ 'shell/browser/cast_browser_process.h',
'shell/browser/cast_content_browser_client.cc',
'shell/browser/cast_content_browser_client.h',
'shell/browser/cast_http_user_agent_settings.cc',