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

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

Issue 744163002: Enable fast/images with slimming paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix VirtualTestSuites. Created 6 years 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 'paint/FieldsetPainter.h', 1455 'paint/FieldsetPainter.h',
1456 'paint/FieldsetPainter.cpp', 1456 'paint/FieldsetPainter.cpp',
1457 'paint/FileUploadControlPainter.cpp', 1457 'paint/FileUploadControlPainter.cpp',
1458 'paint/FileUploadControlPainter.h', 1458 'paint/FileUploadControlPainter.h',
1459 'paint/FilterPainter.cpp', 1459 'paint/FilterPainter.cpp',
1460 'paint/FilterPainter.h', 1460 'paint/FilterPainter.h',
1461 'paint/FramePainter.cpp', 1461 'paint/FramePainter.cpp',
1462 'paint/FramePainter.h', 1462 'paint/FramePainter.h',
1463 'paint/GridPainter.cpp', 1463 'paint/GridPainter.cpp',
1464 'paint/GridPainter.h', 1464 'paint/GridPainter.h',
1465 'paint/HTMLCanvasClipper.cpp',
1466 'paint/HTMLCanvasClipper.h',
1465 'paint/HTMLCanvasPainter.cpp', 1467 'paint/HTMLCanvasPainter.cpp',
1466 'paint/HTMLCanvasPainter.h', 1468 'paint/HTMLCanvasPainter.h',
1467 'paint/ImagePainter.cpp', 1469 'paint/ImagePainter.cpp',
1468 'paint/ImagePainter.h', 1470 'paint/ImagePainter.h',
1469 'paint/InlineFlowBoxPainter.cpp', 1471 'paint/InlineFlowBoxPainter.cpp',
1470 'paint/InlineFlowBoxPainter.h', 1472 'paint/InlineFlowBoxPainter.h',
1471 'paint/InlinePainter.cpp', 1473 'paint/InlinePainter.cpp',
1472 'paint/InlinePainter.h', 1474 'paint/InlinePainter.h',
1473 'paint/InlineTextBoxPainter.cpp', 1475 'paint/InlineTextBoxPainter.cpp',
1474 'paint/InlineTextBoxPainter.h', 1476 'paint/InlineTextBoxPainter.h',
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3579 'rendering/style/OutlineValueTest.cpp', 3581 'rendering/style/OutlineValueTest.cpp',
3580 'rendering/style/RenderStyleTest.cpp', 3582 'rendering/style/RenderStyleTest.cpp',
3581 'testing/PrivateScriptTestTest.cpp', 3583 'testing/PrivateScriptTestTest.cpp',
3582 'streams/ReadableStreamTest.cpp', 3584 'streams/ReadableStreamTest.cpp',
3583 'testing/UnitTestHelpers.cpp', 3585 'testing/UnitTestHelpers.cpp',
3584 'testing/UnitTestHelpers.h', 3586 'testing/UnitTestHelpers.h',
3585 'xml/parser/SharedBufferReaderTest.cpp', 3587 'xml/parser/SharedBufferReaderTest.cpp',
3586 ], 3588 ],
3587 } 3589 }
3588 } 3590 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698