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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webview_impl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'api/public/WebPluginContainer.h', 127 'api/public/WebPluginContainer.h',
128 'api/public/WebPluginListBuilder.h', 128 'api/public/WebPluginListBuilder.h',
129 'api/public/WebPoint.h', 129 'api/public/WebPoint.h',
130 'api/public/WebPopupMenu.h', 130 'api/public/WebPopupMenu.h',
131 'api/public/WebPopupMenuInfo.h', 131 'api/public/WebPopupMenuInfo.h',
132 'api/public/WebRange.h', 132 'api/public/WebRange.h',
133 'api/public/WebRect.h', 133 'api/public/WebRect.h',
134 'api/public/WebScreenInfo.h', 134 'api/public/WebScreenInfo.h',
135 'api/public/WebScriptController.h', 135 'api/public/WebScriptController.h',
136 'api/public/WebScriptSource.h', 136 'api/public/WebScriptSource.h',
137 'api/public/WebSearchableFormData.h',
137 'api/public/WebSecurityOrigin.h', 138 'api/public/WebSecurityOrigin.h',
138 'api/public/WebSecurityPolicy.h', 139 'api/public/WebSecurityPolicy.h',
139 'api/public/WebSettings.h', 140 'api/public/WebSettings.h',
140 'api/public/WebSize.h', 141 'api/public/WebSize.h',
141 'api/public/WebSocketStreamError.h', 142 'api/public/WebSocketStreamError.h',
142 'api/public/WebSocketStreamHandle.h', 143 'api/public/WebSocketStreamHandle.h',
143 'api/public/WebSocketStreamHandleClient.h', 144 'api/public/WebSocketStreamHandleClient.h',
144 'api/public/WebStorageArea.h', 145 'api/public/WebStorageArea.h',
145 'api/public/WebStorageEventDispatcher.h', 146 'api/public/WebStorageEventDispatcher.h',
146 'api/public/WebStorageNamespace.h', 147 'api/public/WebStorageNamespace.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'api/src/WebNode.cpp', 226 'api/src/WebNode.cpp',
226 'api/src/WebNotification.cpp', 227 'api/src/WebNotification.cpp',
227 'api/src/WebPluginContainerImpl.h', 228 'api/src/WebPluginContainerImpl.h',
228 'api/src/WebPluginContainerImpl.cpp', 229 'api/src/WebPluginContainerImpl.cpp',
229 'api/src/WebPluginListBuilderImpl.cpp', 230 'api/src/WebPluginListBuilderImpl.cpp',
230 'api/src/WebPluginListBuilderImpl.h', 231 'api/src/WebPluginListBuilderImpl.h',
231 'api/src/WebPluginLoadObserver.cpp', 232 'api/src/WebPluginLoadObserver.cpp',
232 'api/src/WebPluginLoadObserver.h', 233 'api/src/WebPluginLoadObserver.h',
233 'api/src/WebRange.cpp', 234 'api/src/WebRange.cpp',
234 'api/src/WebScriptController.cpp', 235 'api/src/WebScriptController.cpp',
236 'api/src/WebSearchableFormData.cpp',
235 'api/src/WebSecurityOrigin.cpp', 237 'api/src/WebSecurityOrigin.cpp',
236 'api/src/WebSecurityPolicy.cpp', 238 'api/src/WebSecurityPolicy.cpp',
237 'api/src/WebSettingsImpl.cpp', 239 'api/src/WebSettingsImpl.cpp',
238 'api/src/WebSettingsImpl.h', 240 'api/src/WebSettingsImpl.h',
239 'api/src/WebStorageAreaImpl.cpp', 241 'api/src/WebStorageAreaImpl.cpp',
240 'api/src/WebStorageAreaImpl.h', 242 'api/src/WebStorageAreaImpl.h',
241 'api/src/WebStorageEventDispatcherImpl.cpp', 243 'api/src/WebStorageEventDispatcherImpl.cpp',
242 'api/src/WebStorageEventDispatcherImpl.h', 244 'api/src/WebStorageEventDispatcherImpl.h',
243 'api/src/WebStorageNamespaceImpl.cpp', 245 'api/src/WebStorageNamespaceImpl.cpp',
244 'api/src/WebStorageNamespaceImpl.h', 246 'api/src/WebStorageNamespaceImpl.h',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'glue/password_autocomplete_listener.h', 600 'glue/password_autocomplete_listener.h',
599 'glue/password_form.h', 601 'glue/password_form.h',
600 'glue/password_form_dom_manager.cc', 602 'glue/password_form_dom_manager.cc',
601 'glue/password_form_dom_manager.h', 603 'glue/password_form_dom_manager.h',
602 'glue/resource_fetcher.cc', 604 'glue/resource_fetcher.cc',
603 'glue/resource_fetcher.h', 605 'glue/resource_fetcher.h',
604 'glue/resource_loader_bridge.cc', 606 'glue/resource_loader_bridge.cc',
605 'glue/resource_loader_bridge.h', 607 'glue/resource_loader_bridge.h',
606 'glue/resource_type.h', 608 'glue/resource_type.h',
607 'glue/scoped_clipboard_writer_glue.h', 609 'glue/scoped_clipboard_writer_glue.h',
608 'glue/searchable_form_data.cc',
609 'glue/searchable_form_data.h',
610 'glue/simple_webmimeregistry_impl.cc', 610 'glue/simple_webmimeregistry_impl.cc',
611 'glue/simple_webmimeregistry_impl.h', 611 'glue/simple_webmimeregistry_impl.h',
612 'glue/webaccessibility.h', 612 'glue/webaccessibility.h',
613 'glue/webaccessibilitymanager.h', 613 'glue/webaccessibilitymanager.h',
614 'glue/webaccessibilitymanager_impl.cc', 614 'glue/webaccessibilitymanager_impl.cc',
615 'glue/webaccessibilitymanager_impl.h', 615 'glue/webaccessibilitymanager_impl.h',
616 'glue/webclipboard_impl.cc', 616 'glue/webclipboard_impl.cc',
617 'glue/webclipboard_impl.h', 617 'glue/webclipboard_impl.h',
618 'glue/webcursor.cc', 618 'glue/webcursor.cc',
619 'glue/webcursor.h', 619 'glue/webcursor.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 ], 802 ],
803 } 803 }
804 ], # targets 804 ], # targets
805 } 805 }
806 806
807 # Local Variables: 807 # Local Variables:
808 # tab-width:2 808 # tab-width:2
809 # indent-tabs-mode:nil 809 # indent-tabs-mode:nil
810 # End: 810 # End:
811 # vim: set expandtab tabstop=2 shiftwidth=2: 811 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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