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

Side by Side Diff: webkit/webkit.gyp

Issue 341030: Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into... (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
« no previous file with comments | « webkit/glue/webview_impl.cc ('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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'api/public/WebWidget.h', 165 'api/public/WebWidget.h',
166 'api/public/WebWidgetClient.h', 166 'api/public/WebWidgetClient.h',
167 'api/public/WebWorker.h', 167 'api/public/WebWorker.h',
168 'api/public/WebWorkerClient.h', 168 'api/public/WebWorkerClient.h',
169 'api/public/win/WebInputEventFactory.h', 169 'api/public/win/WebInputEventFactory.h',
170 'api/public/win/WebSandboxSupport.h', 170 'api/public/win/WebSandboxSupport.h',
171 'api/public/win/WebScreenInfoFactory.h', 171 'api/public/win/WebScreenInfoFactory.h',
172 'api/public/win/WebScreenInfoFactory.h', 172 'api/public/win/WebScreenInfoFactory.h',
173 'api/src/ApplicationCacheHost.cpp', 173 'api/src/ApplicationCacheHost.cpp',
174 'api/src/AssertMatchingEnums.cpp', 174 'api/src/AssertMatchingEnums.cpp',
175 'api/src/AutocompletePopupMenuClient.cpp',
176 'api/src/AutocompletePopupMenuClient.h',
175 'api/src/BackForwardListClientImpl.cpp', 177 'api/src/BackForwardListClientImpl.cpp',
176 'api/src/BackForwardListClientImpl.h', 178 'api/src/BackForwardListClientImpl.h',
177 'api/src/ChromeClientImpl.cpp', 179 'api/src/ChromeClientImpl.cpp',
178 'api/src/ChromeClientImpl.h', 180 'api/src/ChromeClientImpl.h',
179 'api/src/ChromiumBridge.cpp', 181 'api/src/ChromiumBridge.cpp',
180 'api/src/ChromiumCurrentTime.cpp', 182 'api/src/ChromiumCurrentTime.cpp',
181 'api/src/ChromiumThreading.cpp', 183 'api/src/ChromiumThreading.cpp',
182 'api/src/ContextMenuClientImpl.cpp', 184 'api/src/ContextMenuClientImpl.cpp',
183 'api/src/ContextMenuClientImpl.h', 185 'api/src/ContextMenuClientImpl.h',
184 'api/src/DOMUtilitiesPrivate.cpp', 186 'api/src/DOMUtilitiesPrivate.cpp',
185 'api/src/DOMUtilitiesPrivate.h', 187 'api/src/DOMUtilitiesPrivate.h',
186 'api/src/DragClientImpl.cpp', 188 'api/src/DragClientImpl.cpp',
187 'api/src/DragClientImpl.h', 189 'api/src/DragClientImpl.h',
188 'api/src/EditorClientImpl.cpp', 190 'api/src/EditorClientImpl.cpp',
189 'api/src/EditorClientImpl.h', 191 'api/src/EditorClientImpl.h',
192 'api/src/FrameLoaderClientImpl.cpp',
193 'api/src/FrameLoaderClientImpl.h',
194 'api/src/EmptyWebFrameClientImpl.h',
190 'api/src/gtk/WebFontInfo.cpp', 195 'api/src/gtk/WebFontInfo.cpp',
191 'api/src/gtk/WebFontInfo.h', 196 'api/src/gtk/WebFontInfo.h',
192 'api/src/gtk/WebInputEventFactory.cpp', 197 'api/src/gtk/WebInputEventFactory.cpp',
193 'api/src/InspectorClientImpl.cpp', 198 'api/src/InspectorClientImpl.cpp',
194 'api/src/InspectorClientImpl.h', 199 'api/src/InspectorClientImpl.h',
195 'api/src/linux/WebFontRendering.cpp', 200 'api/src/linux/WebFontRendering.cpp',
196 'api/src/x11/WebScreenInfoFactory.cpp', 201 'api/src/x11/WebScreenInfoFactory.cpp',
197 'api/src/mac/WebInputEventFactory.mm', 202 'api/src/mac/WebInputEventFactory.mm',
198 'api/src/mac/WebScreenInfoFactory.mm', 203 'api/src/mac/WebScreenInfoFactory.mm',
199 'api/src/LocalizedStrings.cpp', 204 'api/src/LocalizedStrings.cpp',
(...skipping 24 matching lines...) Expand all
224 'api/src/WebData.cpp', 229 'api/src/WebData.cpp',
225 'api/src/WebDatabase.cpp', 230 'api/src/WebDatabase.cpp',
226 'api/src/WebDataSourceImpl.cpp', 231 'api/src/WebDataSourceImpl.cpp',
227 'api/src/WebDataSourceImpl.h', 232 'api/src/WebDataSourceImpl.h',
228 'api/src/WebDragData.cpp', 233 'api/src/WebDragData.cpp',
229 'api/src/WebKit.cpp', 234 'api/src/WebKit.cpp',
230 'api/src/WebFileChooserCompletionImpl.cpp', 235 'api/src/WebFileChooserCompletionImpl.cpp',
231 'api/src/WebFileChooserCompletionImpl.h', 236 'api/src/WebFileChooserCompletionImpl.h',
232 'api/src/WebFontCache.cpp', 237 'api/src/WebFontCache.cpp',
233 'api/src/WebForm.cpp', 238 'api/src/WebForm.cpp',
239 'api/src/WebFrameImpl.cpp',
240 'api/src/WebFrameImpl.h',
234 'api/src/WebHistoryItem.cpp', 241 'api/src/WebHistoryItem.cpp',
235 'api/src/WebHTTPBody.cpp', 242 'api/src/WebHTTPBody.cpp',
236 'api/src/WebImageCG.cpp', 243 'api/src/WebImageCG.cpp',
237 'api/src/WebImageSkia.cpp', 244 'api/src/WebImageSkia.cpp',
238 'api/src/WebInputEvent.cpp', 245 'api/src/WebInputEvent.cpp',
239 'api/src/WebInputEventConversion.cpp', 246 'api/src/WebInputEventConversion.cpp',
240 'api/src/WebInputEventConversion.h', 247 'api/src/WebInputEventConversion.h',
241 'api/src/WebKit.cpp', 248 'api/src/WebKit.cpp',
242 'api/src/WebMediaPlayerClientImpl.cpp', 249 'api/src/WebMediaPlayerClientImpl.cpp',
243 'api/src/WebMediaPlayerClientImpl.h', 250 'api/src/WebMediaPlayerClientImpl.h',
(...skipping 20 matching lines...) Expand all
264 'api/src/WebStorageEventDispatcherImpl.h', 271 'api/src/WebStorageEventDispatcherImpl.h',
265 'api/src/WebStorageNamespaceImpl.cpp', 272 'api/src/WebStorageNamespaceImpl.cpp',
266 'api/src/WebStorageNamespaceImpl.h', 273 'api/src/WebStorageNamespaceImpl.h',
267 'api/src/WebString.cpp', 274 'api/src/WebString.cpp',
268 'api/src/WebURL.cpp', 275 'api/src/WebURL.cpp',
269 'api/src/WebURLRequest.cpp', 276 'api/src/WebURLRequest.cpp',
270 'api/src/WebURLRequestPrivate.h', 277 'api/src/WebURLRequestPrivate.h',
271 'api/src/WebURLResponse.cpp', 278 'api/src/WebURLResponse.cpp',
272 'api/src/WebURLResponsePrivate.h', 279 'api/src/WebURLResponsePrivate.h',
273 'api/src/WebURLError.cpp', 280 'api/src/WebURLError.cpp',
281 'api/src/WebViewImpl.cpp',
282 'api/src/WebViewImpl.h',
274 'api/src/WebWorkerClientImpl.cpp', 283 'api/src/WebWorkerClientImpl.cpp',
275 'api/src/WebWorkerClientImpl.h', 284 'api/src/WebWorkerClientImpl.h',
276 'api/src/WebWorkerImpl.cpp', 285 'api/src/WebWorkerImpl.cpp',
277 'api/src/WebWorkerImpl.h', 286 'api/src/WebWorkerImpl.h',
278 'api/src/WrappedResourceRequest.h', 287 'api/src/WrappedResourceRequest.h',
279 'api/src/WrappedResourceResponse.h', 288 'api/src/WrappedResourceResponse.h',
280 'api/src/win/WebInputEventFactory.cpp', 289 'api/src/win/WebInputEventFactory.cpp',
281 'api/src/win/WebScreenInfoFactory.cpp', 290 'api/src/win/WebScreenInfoFactory.cpp',
282 ], 291 ],
283 'conditions': [ 292 'conditions': [
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'glue/webcursor_gtk_data.h', 647 'glue/webcursor_gtk_data.h',
639 'glue/webcursor_mac.mm', 648 'glue/webcursor_mac.mm',
640 'glue/webcursor_win.cc', 649 'glue/webcursor_win.cc',
641 'glue/webdevtoolsagent_impl.cc', 650 'glue/webdevtoolsagent_impl.cc',
642 'glue/webdevtoolsagent_impl.h', 651 'glue/webdevtoolsagent_impl.h',
643 'glue/webdevtoolsfrontend_impl.cc', 652 'glue/webdevtoolsfrontend_impl.cc',
644 'glue/webdevtoolsfrontend_impl.h', 653 'glue/webdevtoolsfrontend_impl.h',
645 'glue/webdropdata.cc', 654 'glue/webdropdata.cc',
646 'glue/webdropdata_win.cc', 655 'glue/webdropdata_win.cc',
647 'glue/webdropdata.h', 656 'glue/webdropdata.h',
648 'glue/webframe_impl.cc',
649 'glue/webframe_impl.h',
650 'glue/webframeloaderclient_impl.cc',
651 'glue/webframeloaderclient_impl.h',
652 'glue/webkit_glue.cc', 657 'glue/webkit_glue.cc',
653 'glue/webkit_glue.h', 658 'glue/webkit_glue.h',
654 'glue/webkitclient_impl.cc', 659 'glue/webkitclient_impl.cc',
655 'glue/webkitclient_impl.h', 660 'glue/webkitclient_impl.h',
656 'glue/webmediaplayer_impl.h', 661 'glue/webmediaplayer_impl.h',
657 'glue/webmediaplayer_impl.cc', 662 'glue/webmediaplayer_impl.cc',
658 'glue/webmenuitem.h', 663 'glue/webmenuitem.h',
659 'glue/webmenurunner_mac.h', 664 'glue/webmenurunner_mac.h',
660 'glue/webmenurunner_mac.mm', 665 'glue/webmenurunner_mac.mm',
661 'glue/webplugin.h', 666 'glue/webplugin.h',
662 'glue/webplugin_delegate.h', 667 'glue/webplugin_delegate.h',
663 'glue/webplugin_impl.cc', 668 'glue/webplugin_impl.cc',
664 'glue/webplugin_impl.h', 669 'glue/webplugin_impl.h',
665 'glue/webplugininfo.h', 670 'glue/webplugininfo.h',
666 'glue/webpreferences.cc', 671 'glue/webpreferences.cc',
667 'glue/webpreferences.h', 672 'glue/webpreferences.h',
668 'glue/websocketstreamhandle_bridge.h', 673 'glue/websocketstreamhandle_bridge.h',
669 'glue/websocketstreamhandle_delegate.h', 674 'glue/websocketstreamhandle_delegate.h',
670 'glue/websocketstreamhandle_impl.cc', 675 'glue/websocketstreamhandle_impl.cc',
671 'glue/websocketstreamhandle_impl.h', 676 'glue/websocketstreamhandle_impl.h',
672 'glue/webthemeengine_impl_win.cc', 677 'glue/webthemeengine_impl_win.cc',
673 'glue/weburlloader_impl.cc', 678 'glue/weburlloader_impl.cc',
674 'glue/weburlloader_impl.h', 679 'glue/weburlloader_impl.h',
675 'glue/webview_impl.cc',
676 'glue/webview_impl.h',
677 'glue/window_open_disposition.h', 680 'glue/window_open_disposition.h',
678 'glue/window_open_disposition.cc', 681 'glue/window_open_disposition.cc',
679 682
680 # These files used to be built in the webcore target, but moved here 683 # These files used to be built in the webcore target, but moved here
681 # since part of glue. 684 # since part of glue.
682 'extensions/v8/gc_extension.cc', 685 'extensions/v8/gc_extension.cc',
683 'extensions/v8/gc_extension.h', 686 'extensions/v8/gc_extension.h',
684 'extensions/v8/gears_extension.cc', 687 'extensions/v8/gears_extension.cc',
685 'extensions/v8/gears_extension.h', 688 'extensions/v8/gears_extension.h',
686 'extensions/v8/interval_extension.cc', 689 'extensions/v8/interval_extension.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 ], 814 ],
812 } 815 }
813 ], # targets 816 ], # targets
814 } 817 }
815 818
816 # Local Variables: 819 # Local Variables:
817 # tab-width:2 820 # tab-width:2
818 # indent-tabs-mode:nil 821 # indent-tabs-mode:nil
819 # End: 822 # End:
820 # vim: set expandtab tabstop=2 shiftwidth=2: 823 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698