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

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

Issue 314783004: Separate the generated files from core and modules to their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor cleanup. 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 3279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3290 'testing/GCObservation.idl', 3290 'testing/GCObservation.idl',
3291 'testing/InternalProfilers.idl', 3291 'testing/InternalProfilers.idl',
3292 'testing/InternalSettings.idl', 3292 'testing/InternalSettings.idl',
3293 'testing/Internals.idl', 3293 'testing/Internals.idl',
3294 'testing/LayerRect.idl', 3294 'testing/LayerRect.idl',
3295 'testing/LayerRectList.idl', 3295 'testing/LayerRectList.idl',
3296 'testing/MallocStatistics.idl', 3296 'testing/MallocStatistics.idl',
3297 'testing/TypeConversions.idl', 3297 'testing/TypeConversions.idl',
3298 ], 3298 ],
3299 'generated_webcore_testing_idl_files': [ 3299 'generated_webcore_testing_idl_files': [
3300 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 3300 '<(core_output_dir)/InternalRuntimeFlags.idl',
3301 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', 3301 '<(core_output_dir)/InternalSettingsGenerated.idl',
3302 ], 3302 ],
3303 'webcore_testing_files': [ 3303 'webcore_testing_files': [
3304 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp', 3304 '<(core_output_dir)/InternalSettingsGenerated.cpp',
3305 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h', 3305 '<(core_output_dir)/InternalSettingsGenerated.h',
3306 'testing/DummyPageHolder.cpp', 3306 'testing/DummyPageHolder.cpp',
3307 'testing/DummyPageHolder.h', 3307 'testing/DummyPageHolder.h',
3308 'testing/GCObservation.cpp', 3308 'testing/GCObservation.cpp',
3309 'testing/GCObservation.h', 3309 'testing/GCObservation.h',
3310 'testing/InternalProfilers.cpp', 3310 'testing/InternalProfilers.cpp',
3311 'testing/InternalProfilers.h', 3311 'testing/InternalProfilers.h',
3312 'testing/InternalSettings.cpp', 3312 'testing/InternalSettings.cpp',
3313 'testing/InternalSettings.h', 3313 'testing/InternalSettings.h',
3314 'testing/Internals.cpp', 3314 'testing/Internals.cpp',
3315 'testing/Internals.h', 3315 'testing/Internals.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3401 'loader/MixedContentCheckerTest.cpp', 3401 'loader/MixedContentCheckerTest.cpp',
3402 'page/NetworkStateNotifierTest.cpp', 3402 'page/NetworkStateNotifierTest.cpp',
3403 'rendering/RenderOverflowTest.cpp', 3403 'rendering/RenderOverflowTest.cpp',
3404 'rendering/shapes/BoxShapeTest.cpp', 3404 'rendering/shapes/BoxShapeTest.cpp',
3405 'testing/UnitTestHelpers.cpp', 3405 'testing/UnitTestHelpers.cpp',
3406 'testing/UnitTestHelpers.h', 3406 'testing/UnitTestHelpers.h',
3407 'xml/parser/SharedBufferReaderTest.cpp', 3407 'xml/parser/SharedBufferReaderTest.cpp',
3408 ], 3408 ],
3409 } 3409 }
3410 } 3410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698