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

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

Issue 1672073003: Shunt string-dumping functions from WebFrame to a side class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added/updated TODOs. 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'WebEntities.cpp', 139 'WebEntities.cpp',
140 'WebEntities.h', 140 'WebEntities.h',
141 'WebFileChooserCompletionImpl.cpp', 141 'WebFileChooserCompletionImpl.cpp',
142 'WebFileChooserCompletionImpl.h', 142 'WebFileChooserCompletionImpl.h',
143 'WebFontDescription.cpp', 143 'WebFontDescription.cpp',
144 'WebFontImpl.cpp', 144 'WebFontImpl.cpp',
145 'WebFontImpl.h', 145 'WebFontImpl.h',
146 'WebFormControlElement.cpp', 146 'WebFormControlElement.cpp',
147 'WebFormElement.cpp', 147 'WebFormElement.cpp',
148 'WebFrame.cpp', 148 'WebFrame.cpp',
149 "WebFrameContentDumper.cpp",
149 'WebFrameImplBase.cpp', 150 'WebFrameImplBase.cpp',
150 'WebFrameImplBase.h', 151 'WebFrameImplBase.h',
151 'WebFrameSerializer.cpp', 152 'WebFrameSerializer.cpp',
152 'WebFrameSerializerImpl.cpp', 153 'WebFrameSerializerImpl.cpp',
153 'WebFrameSerializerImpl.h', 154 'WebFrameSerializerImpl.h',
154 'WebFrameWidgetImpl.cpp', 155 'WebFrameWidgetImpl.cpp',
155 'WebFrameWidgetImpl.h', 156 'WebFrameWidgetImpl.h',
156 'WebGeolocationController.cpp', 157 'WebGeolocationController.cpp',
157 'WebGeolocationError.cpp', 158 'WebGeolocationError.cpp',
158 'WebGeolocationPermissionRequest.cpp', 159 'WebGeolocationPermissionRequest.cpp',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'tests/sim/SimNetwork.h', 309 'tests/sim/SimNetwork.h',
309 'tests/sim/SimRequest.cpp', 310 'tests/sim/SimRequest.cpp',
310 'tests/sim/SimRequest.h', 311 'tests/sim/SimRequest.h',
311 'tests/sim/SimTest.cpp', 312 'tests/sim/SimTest.cpp',
312 'tests/sim/SimTest.h', 313 'tests/sim/SimTest.h',
313 'tests/sim/SimWebViewClient.cpp', 314 'tests/sim/SimWebViewClient.cpp',
314 'tests/sim/SimWebViewClient.h', 315 'tests/sim/SimWebViewClient.h',
315 ], 316 ],
316 }, 317 },
317 } 318 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698