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

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

Issue 351973004: Add some RenderObject unit tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Even better change. Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderObjectTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 3385 matching lines...) Expand 10 before | Expand all | Expand 10 after
3396 'html/HTMLTextFormControlElementTest.cpp', 3396 'html/HTMLTextFormControlElementTest.cpp',
3397 'html/LinkRelAttributeTest.cpp', 3397 'html/LinkRelAttributeTest.cpp',
3398 'html/TimeRangesTest.cpp', 3398 'html/TimeRangesTest.cpp',
3399 'html/parser/HTMLParserThreadTest.cpp', 3399 'html/parser/HTMLParserThreadTest.cpp',
3400 'html/parser/HTMLSrcsetParserTest.cpp', 3400 'html/parser/HTMLSrcsetParserTest.cpp',
3401 'html/track/vtt/BufferedLineReaderTest.cpp', 3401 'html/track/vtt/BufferedLineReaderTest.cpp',
3402 'html/track/vtt/VTTScannerTest.cpp', 3402 'html/track/vtt/VTTScannerTest.cpp',
3403 'loader/MixedContentCheckerTest.cpp', 3403 'loader/MixedContentCheckerTest.cpp',
3404 'page/NetworkStateNotifierTest.cpp', 3404 'page/NetworkStateNotifierTest.cpp',
3405 'rendering/RenderOverflowTest.cpp', 3405 'rendering/RenderOverflowTest.cpp',
3406 'rendering/RenderObjectTest.cpp',
3406 'rendering/shapes/BoxShapeTest.cpp', 3407 'rendering/shapes/BoxShapeTest.cpp',
3407 'testing/UnitTestHelpers.cpp', 3408 'testing/UnitTestHelpers.cpp',
3408 'testing/UnitTestHelpers.h', 3409 'testing/UnitTestHelpers.h',
3409 'xml/parser/SharedBufferReaderTest.cpp', 3410 'xml/parser/SharedBufferReaderTest.cpp',
3410 ], 3411 ],
3411 } 3412 }
3412 } 3413 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/rendering/RenderObjectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698