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

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: Addressed #2 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
« no previous file with comments | « no previous file | Source/core/dom/MainThreadTaskRunnerTest.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 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after
3339 'testing/InternalSettings.cpp', 3339 'testing/InternalSettings.cpp',
3340 'testing/InternalSettings.h', 3340 'testing/InternalSettings.h',
3341 'testing/Internals.cpp', 3341 'testing/Internals.cpp',
3342 'testing/Internals.h', 3342 'testing/Internals.h',
3343 'testing/LayerRect.h', 3343 'testing/LayerRect.h',
3344 'testing/LayerRectList.cpp', 3344 'testing/LayerRectList.cpp',
3345 'testing/LayerRectList.h', 3345 'testing/LayerRectList.h',
3346 'testing/MallocStatistics.h', 3346 'testing/MallocStatistics.h',
3347 'testing/MockPagePopupDriver.cpp', 3347 'testing/MockPagePopupDriver.cpp',
3348 'testing/MockPagePopupDriver.h', 3348 'testing/MockPagePopupDriver.h',
3349 'testing/NullExecutionContext.cpp',
3350 'testing/NullExecutionContext.h',
3349 'testing/TypeConversions.h', 3351 'testing/TypeConversions.h',
3350 'testing/v8/WebCoreTestSupport.cpp', 3352 'testing/v8/WebCoreTestSupport.cpp',
3351 'testing/v8/WebCoreTestSupport.h', 3353 'testing/v8/WebCoreTestSupport.h',
3352 ], 3354 ],
3353 'core_unittest_files': [ 3355 'core_unittest_files': [
3354 'animation/AnimatableColorTest.cpp', 3356 'animation/AnimatableColorTest.cpp',
3355 'animation/AnimatableDoubleTest.cpp', 3357 'animation/AnimatableDoubleTest.cpp',
3356 'animation/AnimatableLengthTest.cpp', 3358 'animation/AnimatableLengthTest.cpp',
3357 'animation/AnimatableNeutralTest.cpp', 3359 'animation/AnimatableNeutralTest.cpp',
3358 'animation/AnimatableStrokeDasharrayListTest.cpp', 3360 'animation/AnimatableStrokeDasharrayListTest.cpp',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
3429 'loader/MixedContentCheckerTest.cpp', 3431 'loader/MixedContentCheckerTest.cpp',
3430 'page/NetworkStateNotifierTest.cpp', 3432 'page/NetworkStateNotifierTest.cpp',
3431 'rendering/RenderOverflowTest.cpp', 3433 'rendering/RenderOverflowTest.cpp',
3432 'rendering/shapes/BoxShapeTest.cpp', 3434 'rendering/shapes/BoxShapeTest.cpp',
3433 'testing/UnitTestHelpers.cpp', 3435 'testing/UnitTestHelpers.cpp',
3434 'testing/UnitTestHelpers.h', 3436 'testing/UnitTestHelpers.h',
3435 'xml/parser/SharedBufferReaderTest.cpp', 3437 'xml/parser/SharedBufferReaderTest.cpp',
3436 ], 3438 ],
3437 } 3439 }
3438 } 3440 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/MainThreadTaskRunnerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698