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

Side by Side Diff: third_party/WebKit/Source/web/web.gypi

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 23 matching lines...) Expand all
34 'ExternalDateTimeChooser.cpp', 34 'ExternalDateTimeChooser.cpp',
35 'ExternalDateTimeChooser.h', 35 'ExternalDateTimeChooser.h',
36 'ExternalPopupMenu.cpp', 36 'ExternalPopupMenu.cpp',
37 'ExternalPopupMenu.h', 37 'ExternalPopupMenu.h',
38 'FindInPageCoordinates.cpp', 38 'FindInPageCoordinates.cpp',
39 'FindInPageCoordinates.h', 39 'FindInPageCoordinates.h',
40 'FrameLoaderClientImpl.cpp', 40 'FrameLoaderClientImpl.cpp',
41 'FrameLoaderClientImpl.h', 41 'FrameLoaderClientImpl.h',
42 'FullscreenController.cpp', 42 'FullscreenController.cpp',
43 'FullscreenController.h', 43 'FullscreenController.h',
44 'GeolocationClientProxy.cpp',
45 'GeolocationClientProxy.h',
46 'IndexedDBClientImpl.cpp', 44 'IndexedDBClientImpl.cpp',
47 'IndexedDBClientImpl.h', 45 'IndexedDBClientImpl.h',
48 'InspectorEmulationAgent.cpp', 46 'InspectorEmulationAgent.cpp',
49 'InspectorEmulationAgent.h', 47 'InspectorEmulationAgent.h',
50 'InspectorOverlay.cpp', 48 'InspectorOverlay.cpp',
51 'InspectorOverlay.h', 49 'InspectorOverlay.h',
52 'InspectorRenderingAgent.cpp', 50 'InspectorRenderingAgent.cpp',
53 'InspectorRenderingAgent.h', 51 'InspectorRenderingAgent.h',
54 'LinkHighlightImpl.cpp', 52 'LinkHighlightImpl.cpp',
55 'LinkHighlightImpl.h', 53 'LinkHighlightImpl.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'WebFormElement.cpp', 139 'WebFormElement.cpp',
142 'WebFrame.cpp', 140 'WebFrame.cpp',
143 "WebFrameContentDumper.cpp", 141 "WebFrameContentDumper.cpp",
144 'WebFrameImplBase.cpp', 142 'WebFrameImplBase.cpp',
145 'WebFrameImplBase.h', 143 'WebFrameImplBase.h',
146 'WebFrameSerializer.cpp', 144 'WebFrameSerializer.cpp',
147 'WebFrameSerializerImpl.cpp', 145 'WebFrameSerializerImpl.cpp',
148 'WebFrameSerializerImpl.h', 146 'WebFrameSerializerImpl.h',
149 'WebFrameWidgetImpl.cpp', 147 'WebFrameWidgetImpl.cpp',
150 'WebFrameWidgetImpl.h', 148 'WebFrameWidgetImpl.h',
151 'WebGeolocationController.cpp',
152 'WebGeolocationError.cpp',
153 'WebGeolocationPermissionRequest.cpp',
154 'WebGeolocationPermissionRequestManager.cpp',
155 'WebGeolocationPosition.cpp',
156 'WebHeap.cpp', 149 'WebHeap.cpp',
157 'WebHelperPluginImpl.cpp', 150 'WebHelperPluginImpl.cpp',
158 'WebHelperPluginImpl.h', 151 'WebHelperPluginImpl.h',
159 'WebHistoryItem.cpp', 152 'WebHistoryItem.cpp',
160 'WebHitTestResult.cpp', 153 'WebHitTestResult.cpp',
161 'WebIDBKey.cpp', 154 'WebIDBKey.cpp',
162 'WebIDBKeyRange.cpp', 155 'WebIDBKeyRange.cpp',
163 'WebImageCache.cpp', 156 'WebImageCache.cpp',
164 'WebImageDecoder.cpp', 157 'WebImageDecoder.cpp',
165 'WebInputElement.cpp', 158 'WebInputElement.cpp',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'tests/sim/SimNetwork.h', 293 'tests/sim/SimNetwork.h',
301 'tests/sim/SimRequest.cpp', 294 'tests/sim/SimRequest.cpp',
302 'tests/sim/SimRequest.h', 295 'tests/sim/SimRequest.h',
303 'tests/sim/SimTest.cpp', 296 'tests/sim/SimTest.cpp',
304 'tests/sim/SimTest.h', 297 'tests/sim/SimTest.h',
305 'tests/sim/SimWebViewClient.cpp', 298 'tests/sim/SimWebViewClient.cpp',
306 'tests/sim/SimWebViewClient.h', 299 'tests/sim/SimWebViewClient.h',
307 ], 300 ],
308 }, 301 },
309 } 302 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698