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

Unified Diff: webkit/webkit.gyp

Issue 275026: Move scripting / v8 related methods out of WebKit.h, second try (Closed)
Patch Set: rebase Created 11 years, 2 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 | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 85b9f2958cee2765df2e631c9b16d846d7acfa67..9aed9ecafda8805d282a9dc5aefb6892d09a1a6b 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -130,6 +130,7 @@
'api/public/WebRange.h',
'api/public/WebRect.h',
'api/public/WebScreenInfo.h',
+ 'api/public/WebScriptController.h',
'api/public/WebScriptSource.h',
'api/public/WebSecurityOrigin.h',
'api/public/WebSettings.h',
@@ -220,6 +221,7 @@
'api/src/WebPluginLoadObserver.cpp',
'api/src/WebPluginLoadObserver.h',
'api/src/WebRange.cpp',
+ 'api/src/WebScriptController.cpp',
'api/src/WebSecurityOrigin.cpp',
'api/src/WebSettingsImpl.cpp',
'api/src/WebSettingsImpl.h',
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698