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

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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'mac/WebScrollbarTheme.mm', 262 'mac/WebScrollbarTheme.mm',
263 'mac/WebSubstringUtil.mm', 263 'mac/WebSubstringUtil.mm',
264 'painting/ContinuousPainter.cpp', 264 'painting/ContinuousPainter.cpp',
265 'painting/ContinuousPainter.h', 265 'painting/ContinuousPainter.h',
266 'painting/PaintAggregator.cpp', 266 'painting/PaintAggregator.cpp',
267 'painting/PaintAggregator.h', 267 'painting/PaintAggregator.h',
268 'win/WebFontRendering.cpp', 268 'win/WebFontRendering.cpp',
269 ], 269 ],
270 'web_unittest_files': [ 270 'web_unittest_files': [
271 'ExternalPopupMenuTest.cpp', 271 'ExternalPopupMenuTest.cpp',
272 'PageOverlayTest.cpp',
272 'PluginPlaceholderImplTest.cpp', 273 'PluginPlaceholderImplTest.cpp',
273 'PopupContainerTest.cpp', 274 'PopupContainerTest.cpp',
274 'PopupMenuTest.cpp', 275 'PopupMenuTest.cpp',
275 'WebDragDataTest.cpp', 276 'WebDragDataTest.cpp',
276 'WebNodeTest.cpp', 277 'WebNodeTest.cpp',
277 # FIXME: Move the tests from web/tests/ to appropriate places. 278 # FIXME: Move the tests from web/tests/ to appropriate places.
278 # crbug.com/353585 279 # crbug.com/353585
279 'tests/ActivityLoggerTest.cpp', 280 'tests/ActivityLoggerTest.cpp',
280 'tests/AssociatedURLLoaderTest.cpp', 281 'tests/AssociatedURLLoaderTest.cpp',
281 'tests/ChromeClientImplTest.cpp', 282 'tests/ChromeClientImplTest.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ['os_posix==1 and OS!="mac"', 350 ['os_posix==1 and OS!="mac"',
350 { 351 {
351 'web_unittest_files': [ 352 'web_unittest_files': [
352 'tests/LocaleICUTest.cpp', 353 'tests/LocaleICUTest.cpp',
353 ], 354 ],
354 } 355 }
355 ], 356 ],
356 ], 357 ],
357 }, 358 },
358 } 359 }
OLDNEW
« Source/platform/graphics/paint/DisplayItem.h ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698