summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/chrome.gyp2
-rw-r--r--webkit/tools/test_shell/test_shell.gyp1
-rw-r--r--webkit/webkit.gyp5
3 files changed, 6 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 3757caa..e09bdea 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1270,6 +1270,8 @@
'renderer/renderer_main_platform_delegate_linux.cc',
'renderer/renderer_main_platform_delegate_mac.mm',
'renderer/renderer_main_platform_delegate_win.cc',
+ 'renderer/renderer_webkitclient_impl.cc',
+ 'renderer/renderer_webkitclient_impl.h',
'renderer/user_script_slave.cc',
'renderer/user_script_slave.h',
'renderer/visitedlink_slave.cc',
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index d92d29a..6134283 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -60,6 +60,7 @@
'test_shell_switches.cc',
'test_shell_switches.h',
'test_shell_win.cc',
+ 'test_shell_webkit_init.h',
'test_webview_delegate.cc',
'test_webview_delegate.h',
'test_webview_delegate_gtk.cc',
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 69a5cc5..cd9850c 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -969,6 +969,7 @@
'../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.h',
+ '../third_party/WebKit/WebCore/bindings/v8/custom/V8LocationCustom.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8MessageChannelConstructor.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8NamedNodesCollection.h',
@@ -4269,13 +4270,13 @@
'glue/webinputevent_linux.cc',
'glue/webinputevent_mac.mm',
'glue/webinputevent_win.cc',
- 'glue/webkitclient_impl.cc',
- 'glue/webkitclient_impl.h',
'glue/webkit_glue.cc',
'glue/webkit_glue.h',
'glue/webkit_glue_gtk.cc',
'glue/webkit_glue_mac.mm',
'glue/webkit_glue_win.cc',
+ 'glue/webkitclient_impl.cc',
+ 'glue/webkitclient_impl.h',
'glue/webmediaplayer.h',
'glue/webmediaplayer_delegate.h',
'glue/webmediaplayer_impl.cc',