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

Side by Side Diff: webkit/webkit.gyp

Issue 338041: Move a bunch of files into webkit/api/src... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'api/public/WebWidget.h', 162 'api/public/WebWidget.h',
163 'api/public/WebWidgetClient.h', 163 'api/public/WebWidgetClient.h',
164 'api/public/WebWorker.h', 164 'api/public/WebWorker.h',
165 'api/public/WebWorkerClient.h', 165 'api/public/WebWorkerClient.h',
166 'api/public/win/WebInputEventFactory.h', 166 'api/public/win/WebInputEventFactory.h',
167 'api/public/win/WebSandboxSupport.h', 167 'api/public/win/WebSandboxSupport.h',
168 'api/public/win/WebScreenInfoFactory.h', 168 'api/public/win/WebScreenInfoFactory.h',
169 'api/public/win/WebScreenInfoFactory.h', 169 'api/public/win/WebScreenInfoFactory.h',
170 'api/src/ApplicationCacheHost.cpp', 170 'api/src/ApplicationCacheHost.cpp',
171 'api/src/AssertMatchingEnums.cpp', 171 'api/src/AssertMatchingEnums.cpp',
172 'api/src/BackForwardListClientImpl.cpp',
173 'api/src/BackForwardListClientImpl.h',
174 'api/src/ChromeClientImpl.cpp',
175 'api/src/ChromeClientImpl.h',
172 'api/src/ChromiumBridge.cpp', 176 'api/src/ChromiumBridge.cpp',
173 'api/src/ChromiumCurrentTime.cpp', 177 'api/src/ChromiumCurrentTime.cpp',
174 'api/src/ChromiumThreading.cpp', 178 'api/src/ChromiumThreading.cpp',
175 'api/src/DOMUtilitiesPrivate.cpp', 179 'api/src/DOMUtilitiesPrivate.cpp',
176 'api/src/DOMUtilitiesPrivate.h', 180 'api/src/DOMUtilitiesPrivate.h',
181 'api/src/DragClientImpl.cpp',
182 'api/src/DragClientImpl.h',
177 'api/src/gtk/WebFontInfo.cpp', 183 'api/src/gtk/WebFontInfo.cpp',
178 'api/src/gtk/WebFontInfo.h', 184 'api/src/gtk/WebFontInfo.h',
179 'api/src/gtk/WebInputEventFactory.cpp', 185 'api/src/gtk/WebInputEventFactory.cpp',
186 'api/src/InspectorClientImpl.cpp',
187 'api/src/InspectorClientImpl.h',
180 'api/src/linux/WebFontRendering.cpp', 188 'api/src/linux/WebFontRendering.cpp',
181 'api/src/x11/WebScreenInfoFactory.cpp', 189 'api/src/x11/WebScreenInfoFactory.cpp',
182 'api/src/mac/WebInputEventFactory.mm', 190 'api/src/mac/WebInputEventFactory.mm',
183 'api/src/mac/WebScreenInfoFactory.mm', 191 'api/src/mac/WebScreenInfoFactory.mm',
184 'api/src/LocalizedStrings.cpp', 192 'api/src/LocalizedStrings.cpp',
185 'api/src/MediaPlayerPrivateChromium.cpp', 193 'api/src/MediaPlayerPrivateChromium.cpp',
186 'api/src/NotificationPresenterImpl.h', 194 'api/src/NotificationPresenterImpl.h',
187 'api/src/NotificationPresenterImpl.cpp', 195 'api/src/NotificationPresenterImpl.cpp',
188 'api/src/PasswordAutocompleteListener.h', 196 'api/src/PasswordAutocompleteListener.h',
189 'api/src/PlatformMessagePortChannel.cpp', 197 'api/src/PlatformMessagePortChannel.cpp',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'api/src/WebMediaPlayerClientImpl.cpp', 236 'api/src/WebMediaPlayerClientImpl.cpp',
229 'api/src/WebMediaPlayerClientImpl.h', 237 'api/src/WebMediaPlayerClientImpl.h',
230 'api/src/WebNode.cpp', 238 'api/src/WebNode.cpp',
231 'api/src/WebNotification.cpp', 239 'api/src/WebNotification.cpp',
232 'api/src/WebPluginContainerImpl.h', 240 'api/src/WebPluginContainerImpl.h',
233 'api/src/WebPluginContainerImpl.cpp', 241 'api/src/WebPluginContainerImpl.cpp',
234 'api/src/WebPluginListBuilderImpl.cpp', 242 'api/src/WebPluginListBuilderImpl.cpp',
235 'api/src/WebPluginListBuilderImpl.h', 243 'api/src/WebPluginListBuilderImpl.h',
236 'api/src/WebPluginLoadObserver.cpp', 244 'api/src/WebPluginLoadObserver.cpp',
237 'api/src/WebPluginLoadObserver.h', 245 'api/src/WebPluginLoadObserver.h',
246 'api/src/WebPopupMenuImpl.cpp',
247 'api/src/WebPopupMenuImpl.h',
238 'api/src/WebRange.cpp', 248 'api/src/WebRange.cpp',
239 'api/src/WebScriptController.cpp', 249 'api/src/WebScriptController.cpp',
240 'api/src/WebSearchableFormData.cpp', 250 'api/src/WebSearchableFormData.cpp',
241 'api/src/WebSecurityOrigin.cpp', 251 'api/src/WebSecurityOrigin.cpp',
242 'api/src/WebSecurityPolicy.cpp', 252 'api/src/WebSecurityPolicy.cpp',
243 'api/src/WebSettingsImpl.cpp', 253 'api/src/WebSettingsImpl.cpp',
244 'api/src/WebSettingsImpl.h', 254 'api/src/WebSettingsImpl.h',
245 'api/src/WebStorageAreaImpl.cpp', 255 'api/src/WebStorageAreaImpl.cpp',
246 'api/src/WebStorageAreaImpl.h', 256 'api/src/WebStorageAreaImpl.h',
247 'api/src/WebStorageEventDispatcherImpl.cpp', 257 'api/src/WebStorageEventDispatcherImpl.cpp',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'glue/plugins/plugin_string_stream.cc', 559 'glue/plugins/plugin_string_stream.cc',
550 'glue/plugins/plugin_string_stream.h', 560 'glue/plugins/plugin_string_stream.h',
551 'glue/plugins/plugin_stubs.cc', 561 'glue/plugins/plugin_stubs.cc',
552 'glue/plugins/webplugin_delegate_impl.cc', 562 'glue/plugins/webplugin_delegate_impl.cc',
553 'glue/plugins/webplugin_delegate_impl.h', 563 'glue/plugins/webplugin_delegate_impl.h',
554 'glue/plugins/webplugin_delegate_impl_gtk.cc', 564 'glue/plugins/webplugin_delegate_impl_gtk.cc',
555 'glue/plugins/webplugin_delegate_impl_mac.mm', 565 'glue/plugins/webplugin_delegate_impl_mac.mm',
556 'glue/plugins/webplugin_delegate_impl_win.cc', 566 'glue/plugins/webplugin_delegate_impl_win.cc',
557 'glue/alt_error_page_resource_fetcher.cc', 567 'glue/alt_error_page_resource_fetcher.cc',
558 'glue/alt_error_page_resource_fetcher.h', 568 'glue/alt_error_page_resource_fetcher.h',
559 'glue/back_forward_list_client_impl.cc',
560 'glue/back_forward_list_client_impl.h',
561 'glue/chrome_client_impl.cc',
562 'glue/chrome_client_impl.h',
563 'glue/context_menu.h', 569 'glue/context_menu.h',
564 'glue/cpp_binding_example.cc', 570 'glue/cpp_binding_example.cc',
565 'glue/cpp_binding_example.h', 571 'glue/cpp_binding_example.h',
566 'glue/cpp_bound_class.cc', 572 'glue/cpp_bound_class.cc',
567 'glue/cpp_bound_class.h', 573 'glue/cpp_bound_class.h',
568 'glue/cpp_variant.cc', 574 'glue/cpp_variant.cc',
569 'glue/cpp_variant.h', 575 'glue/cpp_variant.h',
570 'glue/dom_operations.cc', 576 'glue/dom_operations.cc',
571 'glue/dom_operations.h', 577 'glue/dom_operations.h',
572 'glue/dom_operations_private.h', 578 'glue/dom_operations_private.h',
573 'glue/dom_serializer.cc', 579 'glue/dom_serializer.cc',
574 'glue/dom_serializer.h', 580 'glue/dom_serializer.h',
575 'glue/dom_serializer_delegate.h', 581 'glue/dom_serializer_delegate.h',
576 'glue/dragclient_impl.cc',
577 'glue/dragclient_impl.h',
578 'glue/editor_client_impl.cc', 582 'glue/editor_client_impl.cc',
579 'glue/editor_client_impl.h', 583 'glue/editor_client_impl.h',
580 'glue/entity_map.cc', 584 'glue/entity_map.cc',
581 'glue/entity_map.h', 585 'glue/entity_map.h',
582 'glue/form_data.h', 586 'glue/form_data.h',
583 'glue/form_field.cc', 587 'glue/form_field.cc',
584 'glue/form_field.h', 588 'glue/form_field.h',
585 'glue/form_field_values.cc', 589 'glue/form_field_values.cc',
586 'glue/form_field_values.h', 590 'glue/form_field_values.h',
587 'glue/ftp_directory_listing_response_delegate.cc', 591 'glue/ftp_directory_listing_response_delegate.cc',
588 'glue/ftp_directory_listing_response_delegate.h', 592 'glue/ftp_directory_listing_response_delegate.h',
589 'glue/glue_accessibility_object.cc', 593 'glue/glue_accessibility_object.cc',
590 'glue/glue_accessibility_object.h', 594 'glue/glue_accessibility_object.h',
591 'glue/glue_serialize.cc', 595 'glue/glue_serialize.cc',
592 'glue/glue_serialize.h', 596 'glue/glue_serialize.h',
593 'glue/glue_util.cc', 597 'glue/glue_util.cc',
594 'glue/glue_util.h', 598 'glue/glue_util.h',
595 'glue/image_decoder.cc', 599 'glue/image_decoder.cc',
596 'glue/image_decoder.h', 600 'glue/image_decoder.h',
597 'glue/image_resource_fetcher.cc', 601 'glue/image_resource_fetcher.cc',
598 'glue/image_resource_fetcher.h', 602 'glue/image_resource_fetcher.h',
599 'glue/inspector_client_impl.cc',
600 'glue/inspector_client_impl.h',
601 'glue/multipart_response_delegate.cc', 603 'glue/multipart_response_delegate.cc',
602 'glue/multipart_response_delegate.h', 604 'glue/multipart_response_delegate.h',
603 'glue/npruntime_util.cc', 605 'glue/npruntime_util.cc',
604 'glue/npruntime_util.h', 606 'glue/npruntime_util.h',
605 'glue/password_autocomplete_listener_impl.cc', 607 'glue/password_autocomplete_listener_impl.cc',
606 'glue/password_autocomplete_listener_impl.h', 608 'glue/password_autocomplete_listener_impl.h',
607 'glue/password_form.h', 609 'glue/password_form.h',
608 'glue/password_form_dom_manager.cc', 610 'glue/password_form_dom_manager.cc',
609 'glue/password_form_dom_manager.h', 611 'glue/password_form_dom_manager.h',
610 'glue/resource_fetcher.cc', 612 'glue/resource_fetcher.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'glue/webmediaplayer_impl.h', 649 'glue/webmediaplayer_impl.h',
648 'glue/webmediaplayer_impl.cc', 650 'glue/webmediaplayer_impl.cc',
649 'glue/webmenuitem.h', 651 'glue/webmenuitem.h',
650 'glue/webmenurunner_mac.h', 652 'glue/webmenurunner_mac.h',
651 'glue/webmenurunner_mac.mm', 653 'glue/webmenurunner_mac.mm',
652 'glue/webplugin.h', 654 'glue/webplugin.h',
653 'glue/webplugin_delegate.h', 655 'glue/webplugin_delegate.h',
654 'glue/webplugin_impl.cc', 656 'glue/webplugin_impl.cc',
655 'glue/webplugin_impl.h', 657 'glue/webplugin_impl.h',
656 'glue/webplugininfo.h', 658 'glue/webplugininfo.h',
657 'glue/webpopupmenu_impl.cc',
658 'glue/webpopupmenu_impl.h',
659 'glue/webpreferences.cc', 659 'glue/webpreferences.cc',
660 'glue/webpreferences.h', 660 'glue/webpreferences.h',
661 'glue/websocketstreamhandle_bridge.h', 661 'glue/websocketstreamhandle_bridge.h',
662 'glue/websocketstreamhandle_delegate.h', 662 'glue/websocketstreamhandle_delegate.h',
663 'glue/websocketstreamhandle_impl.cc', 663 'glue/websocketstreamhandle_impl.cc',
664 'glue/websocketstreamhandle_impl.h', 664 'glue/websocketstreamhandle_impl.h',
665 'glue/webthemeengine_impl_win.cc', 665 'glue/webthemeengine_impl_win.cc',
666 'glue/weburlloader_impl.cc', 666 'glue/weburlloader_impl.cc',
667 'glue/weburlloader_impl.h', 667 'glue/weburlloader_impl.h',
668 'glue/webview_impl.cc', 668 'glue/webview_impl.cc',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 ], 808 ],
809 } 809 }
810 ], # targets 810 ], # targets
811 } 811 }
812 812
813 # Local Variables: 813 # Local Variables:
814 # tab-width:2 814 # tab-width:2
815 # indent-tabs-mode:nil 815 # indent-tabs-mode:nil
816 # End: 816 # End:
817 # vim: set expandtab tabstop=2 shiftwidth=2: 817 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/api/src/ChromeClientImpl.cpp ('K') | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698