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

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

Issue 338833002: Factor out NullExecutionContext from unittest files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 '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 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'testing/InternalSettings.cpp', 3323 'testing/InternalSettings.cpp',
3324 'testing/InternalSettings.h', 3324 'testing/InternalSettings.h',
3325 'testing/Internals.cpp', 3325 'testing/Internals.cpp',
3326 'testing/Internals.h', 3326 'testing/Internals.h',
3327 'testing/LayerRect.h', 3327 'testing/LayerRect.h',
3328 'testing/LayerRectList.cpp', 3328 'testing/LayerRectList.cpp',
3329 'testing/LayerRectList.h', 3329 'testing/LayerRectList.h',
3330 'testing/MallocStatistics.h', 3330 'testing/MallocStatistics.h',
3331 'testing/MockPagePopupDriver.cpp', 3331 'testing/MockPagePopupDriver.cpp',
3332 'testing/MockPagePopupDriver.h', 3332 'testing/MockPagePopupDriver.h',
3333 'testing/NullExecutionContext.cpp',
3334 'testing/NullExecutionContext.h',
3333 'testing/TypeConversions.h', 3335 'testing/TypeConversions.h',
3334 'testing/v8/WebCoreTestSupport.cpp', 3336 'testing/v8/WebCoreTestSupport.cpp',
3335 'testing/v8/WebCoreTestSupport.h', 3337 'testing/v8/WebCoreTestSupport.h',
3336 ], 3338 ],
3337 'core_unittest_files': [ 3339 'core_unittest_files': [
3338 'animation/AnimatableColorTest.cpp', 3340 'animation/AnimatableColorTest.cpp',
3339 'animation/AnimatableDoubleTest.cpp', 3341 'animation/AnimatableDoubleTest.cpp',
3340 'animation/AnimatableLengthTest.cpp', 3342 'animation/AnimatableLengthTest.cpp',
3341 'animation/AnimatableNeutralTest.cpp', 3343 'animation/AnimatableNeutralTest.cpp',
3342 'animation/AnimatableStrokeDasharrayListTest.cpp', 3344 'animation/AnimatableStrokeDasharrayListTest.cpp',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 'loader/MixedContentCheckerTest.cpp', 3415 'loader/MixedContentCheckerTest.cpp',
3414 'page/NetworkStateNotifierTest.cpp', 3416 'page/NetworkStateNotifierTest.cpp',
3415 'rendering/RenderOverflowTest.cpp', 3417 'rendering/RenderOverflowTest.cpp',
3416 'rendering/shapes/BoxShapeTest.cpp', 3418 'rendering/shapes/BoxShapeTest.cpp',
3417 'testing/UnitTestHelpers.cpp', 3419 'testing/UnitTestHelpers.cpp',
3418 'testing/UnitTestHelpers.h', 3420 'testing/UnitTestHelpers.h',
3419 'xml/parser/SharedBufferReaderTest.cpp', 3421 'xml/parser/SharedBufferReaderTest.cpp',
3420 ], 3422 ],
3421 } 3423 }
3422 } 3424 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/MainThreadTaskRunnerTest.cpp » ('j') | Source/core/testing/NullExecutionContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698