summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 19:32:25 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 19:32:25 +0000
commit71470b9f6ffa0c2432ecae186565569768c414a8 (patch)
tree57c1965dfdbd3e48cbbbaa1bdcba3e75bac0e1b1 /apps/apps.gypi
parent019bfaf280063fc5f0cbeb2936d4d26cf2b1e7d7 (diff)
downloadchromium_src-71470b9f6ffa0c2432ecae186565569768c414a8.zip
chromium_src-71470b9f6ffa0c2432ecae186565569768c414a8.tar.gz
chromium_src-71470b9f6ffa0c2432ecae186565569768c414a8.tar.bz2
app_shell: Add ShellContentRendererClient
This is a step toward getting app_shell to initialize a renderer with extension support. * Add apps/shell/renderer so we can separate out the render process code * Do a little bit of cleanup in the Permissions system, which is the next thing to tackle. BUG=335632 TEST=none Review URL: https://codereview.chromium.org/149163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index bcb458c..393b9fe 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -124,6 +124,8 @@
'..',
],
'sources': [
+ 'shell/renderer/shell_content_renderer_client.cc',
+ 'shell/renderer/shell_content_renderer_client.h',
'shell/shell_app_sorting.cc',
'shell/shell_app_sorting.h',
'shell/shell_browser_context.cc',