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

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: fix layout tests Created 5 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
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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 21 matching lines...) Expand all
32 'ExternalDateTimeChooser.cpp', 32 'ExternalDateTimeChooser.cpp',
33 'ExternalDateTimeChooser.h', 33 'ExternalDateTimeChooser.h',
34 'ExternalPopupMenu.cpp', 34 'ExternalPopupMenu.cpp',
35 'ExternalPopupMenu.h', 35 'ExternalPopupMenu.h',
36 'FindInPageCoordinates.cpp', 36 'FindInPageCoordinates.cpp',
37 'FindInPageCoordinates.h', 37 'FindInPageCoordinates.h',
38 'FrameLoaderClientImpl.cpp', 38 'FrameLoaderClientImpl.cpp',
39 'FrameLoaderClientImpl.h', 39 'FrameLoaderClientImpl.h',
40 'FullscreenController.cpp', 40 'FullscreenController.cpp',
41 'FullscreenController.h', 41 'FullscreenController.h',
42 'GeolocationClientProxy.cpp',
43 'GeolocationClientProxy.h',
44 'GraphicsLayerFactoryChromium.cpp', 42 'GraphicsLayerFactoryChromium.cpp',
45 'GraphicsLayerFactoryChromium.h', 43 'GraphicsLayerFactoryChromium.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',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'WebFileChooserCompletionImpl.cpp', 143 'WebFileChooserCompletionImpl.cpp',
146 'WebFileChooserCompletionImpl.h', 144 'WebFileChooserCompletionImpl.h',
147 'WebFontDescription.cpp', 145 'WebFontDescription.cpp',
148 'WebFontImpl.cpp', 146 'WebFontImpl.cpp',
149 'WebFontImpl.h', 147 'WebFontImpl.h',
150 'WebFormControlElement.cpp', 148 'WebFormControlElement.cpp',
151 'WebFormElement.cpp', 149 'WebFormElement.cpp',
152 'WebFrame.cpp', 150 'WebFrame.cpp',
153 'WebFrameWidgetImpl.cpp', 151 'WebFrameWidgetImpl.cpp',
154 'WebFrameWidgetImpl.h', 152 'WebFrameWidgetImpl.h',
155 'WebGeolocationController.cpp',
156 'WebGeolocationError.cpp',
157 'WebGeolocationPermissionRequest.cpp',
158 'WebGeolocationPermissionRequestManager.cpp',
159 'WebGeolocationPosition.cpp',
160 'WebGlyphCache.cpp', 153 'WebGlyphCache.cpp',
161 'WebGraphicsContextImpl.cpp', 154 'WebGraphicsContextImpl.cpp',
162 'WebGraphicsContextImpl.h', 155 'WebGraphicsContextImpl.h',
163 'WebHeap.cpp', 156 'WebHeap.cpp',
164 'WebHelperPluginImpl.cpp', 157 'WebHelperPluginImpl.cpp',
165 'WebHelperPluginImpl.h', 158 'WebHelperPluginImpl.h',
166 'WebHistoryItem.cpp', 159 'WebHistoryItem.cpp',
167 'WebHitTestResult.cpp', 160 'WebHitTestResult.cpp',
168 'WebIDBKey.cpp', 161 'WebIDBKey.cpp',
169 'WebIDBKeyRange.cpp', 162 'WebIDBKeyRange.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 327 {
335 'web_unittest_files': [ 328 'web_unittest_files': [
336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 329 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
337 'tests/ScrollAnimatorNoneTest.cpp', 330 'tests/ScrollAnimatorNoneTest.cpp',
338 ], 331 ],
339 } 332 }
340 ], 333 ],
341 ], 334 ],
342 }, 335 },
343 } 336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698