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

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

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan Created 4 years, 10 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 19 matching lines...) Expand all
30 'DragClientImpl.cpp', 30 'DragClientImpl.cpp',
31 'DragClientImpl.h', 31 'DragClientImpl.h',
32 'EditorClientImpl.cpp', 32 'EditorClientImpl.cpp',
33 'EditorClientImpl.h', 33 'EditorClientImpl.h',
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 'FrameletClientImpl.cpp',
41 'FrameletClientImpl.h',
40 'FrameLoaderClientImpl.cpp', 42 'FrameLoaderClientImpl.cpp',
41 'FrameLoaderClientImpl.h', 43 'FrameLoaderClientImpl.h',
42 'FullscreenController.cpp', 44 'FullscreenController.cpp',
43 'FullscreenController.h', 45 'FullscreenController.h',
44 'GeolocationClientProxy.cpp', 46 'GeolocationClientProxy.cpp',
45 'GeolocationClientProxy.h', 47 'GeolocationClientProxy.h',
46 'GraphicsLayerFactoryChromium.cpp', 48 'GraphicsLayerFactoryChromium.cpp',
47 'GraphicsLayerFactoryChromium.h', 49 'GraphicsLayerFactoryChromium.h',
48 'IndexedDBClientImpl.cpp', 50 'IndexedDBClientImpl.cpp',
49 'IndexedDBClientImpl.h', 51 'IndexedDBClientImpl.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'WebFileChooserCompletionImpl.cpp', 143 'WebFileChooserCompletionImpl.cpp',
142 'WebFileChooserCompletionImpl.h', 144 'WebFileChooserCompletionImpl.h',
143 'WebFontDescription.cpp', 145 'WebFontDescription.cpp',
144 'WebFontImpl.cpp', 146 'WebFontImpl.cpp',
145 'WebFontImpl.h', 147 'WebFontImpl.h',
146 'WebFormControlElement.cpp', 148 'WebFormControlElement.cpp',
147 'WebFormElement.cpp', 149 'WebFormElement.cpp',
148 'WebFrame.cpp', 150 'WebFrame.cpp',
149 'WebFrameImplBase.cpp', 151 'WebFrameImplBase.cpp',
150 'WebFrameImplBase.h', 152 'WebFrameImplBase.h',
153 'WebFrameletImpl.cpp',
154 'WebFrameletImpl.h',
151 'WebFrameSerializer.cpp', 155 'WebFrameSerializer.cpp',
152 'WebFrameSerializerImpl.cpp', 156 'WebFrameSerializerImpl.cpp',
153 'WebFrameSerializerImpl.h', 157 'WebFrameSerializerImpl.h',
154 'WebFrameWidgetImpl.cpp', 158 'WebFrameWidgetImpl.cpp',
155 'WebFrameWidgetImpl.h', 159 'WebFrameWidgetImpl.h',
156 'WebGeolocationController.cpp', 160 'WebGeolocationController.cpp',
157 'WebGeolocationError.cpp', 161 'WebGeolocationError.cpp',
158 'WebGeolocationPermissionRequest.cpp', 162 'WebGeolocationPermissionRequest.cpp',
159 'WebGeolocationPermissionRequestManager.cpp', 163 'WebGeolocationPermissionRequestManager.cpp',
160 'WebGeolocationPosition.cpp', 164 'WebGeolocationPosition.cpp',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'tests/sim/SimNetwork.h', 312 'tests/sim/SimNetwork.h',
309 'tests/sim/SimRequest.cpp', 313 'tests/sim/SimRequest.cpp',
310 'tests/sim/SimRequest.h', 314 'tests/sim/SimRequest.h',
311 'tests/sim/SimTest.cpp', 315 'tests/sim/SimTest.cpp',
312 'tests/sim/SimTest.h', 316 'tests/sim/SimTest.h',
313 'tests/sim/SimWebViewClient.cpp', 317 'tests/sim/SimWebViewClient.cpp',
314 'tests/sim/SimWebViewClient.h', 318 'tests/sim/SimWebViewClient.h',
315 ], 319 ],
316 }, 320 },
317 } 321 }
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