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

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

Issue 376553004: Split out tests of private scripts from Internals to PrivateScriptTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « Source/core/core.gyp ('k') | Source/core/core_generated.gyp » ('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 3271 matching lines...) Expand 10 before | Expand all | Expand 10 after
3282 'svg/properties/SVGPropertyTearOff.cpp', 3282 'svg/properties/SVGPropertyTearOff.cpp',
3283 ], 3283 ],
3284 'webcore_testing_idl_files': [ 3284 'webcore_testing_idl_files': [
3285 'testing/GCObservation.idl', 3285 'testing/GCObservation.idl',
3286 'testing/InternalProfilers.idl', 3286 'testing/InternalProfilers.idl',
3287 'testing/InternalSettings.idl', 3287 'testing/InternalSettings.idl',
3288 'testing/Internals.idl', 3288 'testing/Internals.idl',
3289 'testing/LayerRect.idl', 3289 'testing/LayerRect.idl',
3290 'testing/LayerRectList.idl', 3290 'testing/LayerRectList.idl',
3291 'testing/MallocStatistics.idl', 3291 'testing/MallocStatistics.idl',
3292 'testing/PrivateScriptTest.idl',
3292 'testing/TypeConversions.idl', 3293 'testing/TypeConversions.idl',
3293 ], 3294 ],
3294 'generated_webcore_testing_idl_files': [ 3295 'generated_webcore_testing_idl_files': [
3295 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3296 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3296 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3297 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3297 ], 3298 ],
3298 'webcore_testing_files': [ 3299 'webcore_testing_files': [
3299 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3300 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3300 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3301 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3301 'testing/DummyPageHolder.cpp', 3302 'testing/DummyPageHolder.cpp',
3302 'testing/DummyPageHolder.h', 3303 'testing/DummyPageHolder.h',
3303 'testing/GCObservation.cpp', 3304 'testing/GCObservation.cpp',
3304 'testing/GCObservation.h', 3305 'testing/GCObservation.h',
3305 'testing/InternalProfilers.cpp', 3306 'testing/InternalProfilers.cpp',
3306 'testing/InternalProfilers.h', 3307 'testing/InternalProfilers.h',
3307 'testing/InternalSettings.cpp', 3308 'testing/InternalSettings.cpp',
3308 'testing/InternalSettings.h', 3309 'testing/InternalSettings.h',
3309 'testing/Internals.cpp', 3310 'testing/Internals.cpp',
3310 'testing/Internals.h', 3311 'testing/Internals.h',
3311 'testing/LayerRect.h', 3312 'testing/LayerRect.h',
3312 'testing/LayerRectList.cpp', 3313 'testing/LayerRectList.cpp',
3313 'testing/LayerRectList.h', 3314 'testing/LayerRectList.h',
3314 'testing/MallocStatistics.h', 3315 'testing/MallocStatistics.h',
3315 'testing/MockPagePopupDriver.cpp', 3316 'testing/MockPagePopupDriver.cpp',
3316 'testing/MockPagePopupDriver.h', 3317 'testing/MockPagePopupDriver.h',
3317 'testing/NullExecutionContext.cpp', 3318 'testing/NullExecutionContext.cpp',
3318 'testing/NullExecutionContext.h', 3319 'testing/NullExecutionContext.h',
3320 'testing/PrivateScriptTest.h',
3319 'testing/TypeConversions.h', 3321 'testing/TypeConversions.h',
3320 'testing/v8/WebCoreTestSupport.cpp', 3322 'testing/v8/WebCoreTestSupport.cpp',
3321 'testing/v8/WebCoreTestSupport.h', 3323 'testing/v8/WebCoreTestSupport.h',
3322 ], 3324 ],
3323 'core_unittest_files': [ 3325 'core_unittest_files': [
3324 'animation/animatable/AnimatableColorTest.cpp', 3326 'animation/animatable/AnimatableColorTest.cpp',
3325 'animation/animatable/AnimatableDoubleTest.cpp', 3327 'animation/animatable/AnimatableDoubleTest.cpp',
3326 'animation/animatable/AnimatableLengthTest.cpp', 3328 'animation/animatable/AnimatableLengthTest.cpp',
3327 'animation/animatable/AnimatableNeutralTest.cpp', 3329 'animation/animatable/AnimatableNeutralTest.cpp',
3328 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3330 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
3404 'rendering/RenderOverflowTest.cpp', 3406 'rendering/RenderOverflowTest.cpp',
3405 'rendering/RenderTableCellTest.cpp', 3407 'rendering/RenderTableCellTest.cpp',
3406 'rendering/RenderTableRowTest.cpp', 3408 'rendering/RenderTableRowTest.cpp',
3407 'rendering/shapes/BoxShapeTest.cpp', 3409 'rendering/shapes/BoxShapeTest.cpp',
3408 'testing/UnitTestHelpers.cpp', 3410 'testing/UnitTestHelpers.cpp',
3409 'testing/UnitTestHelpers.h', 3411 'testing/UnitTestHelpers.h',
3410 'xml/parser/SharedBufferReaderTest.cpp', 3412 'xml/parser/SharedBufferReaderTest.cpp',
3411 ], 3413 ],
3412 } 3414 }
3413 } 3415 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698