summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 18:19:42 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 18:19:42 +0000
commit41fba0e6af7d9108cf120bc36d69ea875bfed831 (patch)
tree5c2f3e8c1eee0d930c9bef0542c9955ec55c284d /content/content_shell.gypi
parent73907d5539367bd173068e9e7cf5aad9fbc9bc1f (diff)
downloadchromium_src-41fba0e6af7d9108cf120bc36d69ea875bfed831.zip
chromium_src-41fba0e6af7d9108cf120bc36d69ea875bfed831.tar.gz
chromium_src-41fba0e6af7d9108cf120bc36d69ea875bfed831.tar.bz2
Replace the gc extension in content shell with a gin::Wrappable class
BUG=334679 R=dcarney@chromium.org Review URL: https://codereview.chromium.org/139413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 403e15d..9edeacc 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -41,6 +41,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../components/components.gyp:breakpad_component',
+ '../gin/gin.gyp:gin',
'../ipc/ipc.gyp:ipc',
'../media/media.gyp:media',
'../net/net.gyp:net',
@@ -159,8 +160,8 @@
'shell/common/webkit_test_helpers.h',
'shell/geolocation/shell_access_token_store.cc',
'shell/geolocation/shell_access_token_store.h',
- 'shell/renderer/gc_extension.cc',
- 'shell/renderer/gc_extension.h',
+ 'shell/renderer/gc_controller.cc',
+ 'shell/renderer/gc_controller.h',
'shell/renderer/shell_content_renderer_client.cc',
'shell/renderer/shell_content_renderer_client.h',
'shell/renderer/shell_render_frame_observer.cc',