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

Unified Diff: webkit/webkit.gyp

Issue 306057: Move SearchableFormData over to the WebKit API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/glue/webview_impl.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
===================================================================
--- webkit/webkit.gyp (revision 29912)
+++ webkit/webkit.gyp (working copy)
@@ -134,6 +134,7 @@
'api/public/WebScreenInfo.h',
'api/public/WebScriptController.h',
'api/public/WebScriptSource.h',
+ 'api/public/WebSearchableFormData.h',
'api/public/WebSecurityOrigin.h',
'api/public/WebSecurityPolicy.h',
'api/public/WebSettings.h',
@@ -232,6 +233,7 @@
'api/src/WebPluginLoadObserver.h',
'api/src/WebRange.cpp',
'api/src/WebScriptController.cpp',
+ 'api/src/WebSearchableFormData.cpp',
'api/src/WebSecurityOrigin.cpp',
'api/src/WebSecurityPolicy.cpp',
'api/src/WebSettingsImpl.cpp',
@@ -605,8 +607,6 @@
'glue/resource_loader_bridge.h',
'glue/resource_type.h',
'glue/scoped_clipboard_writer_glue.h',
- 'glue/searchable_form_data.cc',
- 'glue/searchable_form_data.h',
'glue/simple_webmimeregistry_impl.cc',
'glue/simple_webmimeregistry_impl.h',
'glue/webaccessibility.h',
« no previous file with comments | « webkit/glue/webview_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698