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

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

Issue 867063004: [Slimming Paint] Paint the inspector overlay with GraphicsLayer DisplayList. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'WebFormElement.cpp', 155 'WebFormElement.cpp',
156 'WebFrame.cpp', 156 'WebFrame.cpp',
157 'WebFrameWidgetImpl.cpp', 157 'WebFrameWidgetImpl.cpp',
158 'WebFrameWidgetImpl.h', 158 'WebFrameWidgetImpl.h',
159 'WebGeolocationController.cpp', 159 'WebGeolocationController.cpp',
160 'WebGeolocationError.cpp', 160 'WebGeolocationError.cpp',
161 'WebGeolocationPermissionRequest.cpp', 161 'WebGeolocationPermissionRequest.cpp',
162 'WebGeolocationPermissionRequestManager.cpp', 162 'WebGeolocationPermissionRequestManager.cpp',
163 'WebGeolocationPosition.cpp', 163 'WebGeolocationPosition.cpp',
164 'WebGlyphCache.cpp', 164 'WebGlyphCache.cpp',
165 'WebGraphicsContextImpl.cpp',
166 'WebGraphicsContextImpl.h',
165 'WebHeap.cpp', 167 'WebHeap.cpp',
166 'WebHelperPluginImpl.cpp', 168 'WebHelperPluginImpl.cpp',
167 'WebHelperPluginImpl.h', 169 'WebHelperPluginImpl.h',
168 'WebHistoryItem.cpp', 170 'WebHistoryItem.cpp',
169 'WebHitTestResult.cpp', 171 'WebHitTestResult.cpp',
170 'WebIDBDatabaseError.cpp', 172 'WebIDBDatabaseError.cpp',
171 'WebIDBKey.cpp', 173 'WebIDBKey.cpp',
172 'WebIDBKeyPath.cpp', 174 'WebIDBKeyPath.cpp',
173 'WebIDBKeyRange.cpp', 175 'WebIDBKeyRange.cpp',
174 'WebIDBMetadata.cpp', 176 'WebIDBMetadata.cpp',
(...skipping 13 matching lines...) Expand all
188 'WebMIDIClientMock.cpp', 190 'WebMIDIClientMock.cpp',
189 'WebMIDIPermissionRequest.cpp', 191 'WebMIDIPermissionRequest.cpp',
190 'WebMediaDevicesRequest.cpp', 192 'WebMediaDevicesRequest.cpp',
191 'WebMediaPlayerClientImpl.cpp', 193 'WebMediaPlayerClientImpl.cpp',
192 'WebMediaPlayerClientImpl.h', 194 'WebMediaPlayerClientImpl.h',
193 'WebMediaStreamRegistry.cpp', 195 'WebMediaStreamRegistry.cpp',
194 'WebNetworkStateNotifier.cpp', 196 'WebNetworkStateNotifier.cpp',
195 'WebNode.cpp', 197 'WebNode.cpp',
196 'WebNodeList.cpp', 198 'WebNodeList.cpp',
197 'WebOptionElement.cpp', 199 'WebOptionElement.cpp',
200 'WebPageOverlay.cpp',
198 'WebPagePopupImpl.cpp', 201 'WebPagePopupImpl.cpp',
199 'WebPagePopupImpl.h', 202 'WebPagePopupImpl.h',
200 'WebPageSerializer.cpp', 203 'WebPageSerializer.cpp',
201 'WebPageSerializerImpl.cpp', 204 'WebPageSerializerImpl.cpp',
202 'WebPageSerializerImpl.h', 205 'WebPageSerializerImpl.h',
203 'WebPerformance.cpp', 206 'WebPerformance.cpp',
204 'WebPluginContainerImpl.cpp', 207 'WebPluginContainerImpl.cpp',
205 'WebPluginContainerImpl.h', 208 'WebPluginContainerImpl.h',
206 'WebPluginDocument.cpp', 209 'WebPluginDocument.cpp',
207 'WebPluginLoadObserver.cpp', 210 'WebPluginLoadObserver.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'mac/WebScrollbarTheme.mm', 265 'mac/WebScrollbarTheme.mm',
263 'mac/WebSubstringUtil.mm', 266 'mac/WebSubstringUtil.mm',
264 'painting/ContinuousPainter.cpp', 267 'painting/ContinuousPainter.cpp',
265 'painting/ContinuousPainter.h', 268 'painting/ContinuousPainter.h',
266 'painting/PaintAggregator.cpp', 269 'painting/PaintAggregator.cpp',
267 'painting/PaintAggregator.h', 270 'painting/PaintAggregator.h',
268 'win/WebFontRendering.cpp', 271 'win/WebFontRendering.cpp',
269 ], 272 ],
270 'web_unittest_files': [ 273 'web_unittest_files': [
271 'ExternalPopupMenuTest.cpp', 274 'ExternalPopupMenuTest.cpp',
275 'PageOverlayTest.cpp',
272 'PluginPlaceholderImplTest.cpp', 276 'PluginPlaceholderImplTest.cpp',
273 'PopupContainerTest.cpp', 277 'PopupContainerTest.cpp',
274 'PopupMenuTest.cpp', 278 'PopupMenuTest.cpp',
275 'WebDragDataTest.cpp', 279 'WebDragDataTest.cpp',
276 'WebNodeTest.cpp', 280 'WebNodeTest.cpp',
277 # FIXME: Move the tests from web/tests/ to appropriate places. 281 # FIXME: Move the tests from web/tests/ to appropriate places.
278 # crbug.com/353585 282 # crbug.com/353585
279 'tests/ActivityLoggerTest.cpp', 283 'tests/ActivityLoggerTest.cpp',
280 'tests/AssociatedURLLoaderTest.cpp', 284 'tests/AssociatedURLLoaderTest.cpp',
281 'tests/ChromeClientImplTest.cpp', 285 'tests/ChromeClientImplTest.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ['os_posix==1 and OS!="mac"', 353 ['os_posix==1 and OS!="mac"',
350 { 354 {
351 'web_unittest_files': [ 355 'web_unittest_files': [
352 'tests/LocaleICUTest.cpp', 356 'tests/LocaleICUTest.cpp',
353 ], 357 ],
354 } 358 }
355 ], 359 ],
356 ], 360 ],
357 }, 361 },
358 } 362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698