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

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

Issue 457483002: Blink-in-JS: Support partial interfaces in private scripts Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/build/scripts/make_private_script_source.py ('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 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'testing/GCObservation.idl', 3323 'testing/GCObservation.idl',
3324 'testing/InternalProfilers.idl', 3324 'testing/InternalProfilers.idl',
3325 'testing/InternalSettings.idl', 3325 'testing/InternalSettings.idl',
3326 'testing/Internals.idl', 3326 'testing/Internals.idl',
3327 'testing/LayerRect.idl', 3327 'testing/LayerRect.idl',
3328 'testing/LayerRectList.idl', 3328 'testing/LayerRectList.idl',
3329 'testing/PrivateScriptTest.idl', 3329 'testing/PrivateScriptTest.idl',
3330 'testing/RefCountedScriptWrappable.idl', 3330 'testing/RefCountedScriptWrappable.idl',
3331 'testing/TypeConversions.idl', 3331 'testing/TypeConversions.idl',
3332 ], 3332 ],
3333 'webcore_testing_dependency_idl_files': [
3334 'testing/PartialPrivateScriptTest.idl',
3335 ],
3333 'generated_webcore_testing_idl_files': [ 3336 'generated_webcore_testing_idl_files': [
3334 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3337 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3335 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3338 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3336 ], 3339 ],
3337 'webcore_testing_files': [ 3340 'webcore_testing_files': [
3338 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3341 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3339 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3342 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3340 'testing/DummyPageHolder.cpp', 3343 'testing/DummyPageHolder.cpp',
3341 'testing/DummyPageHolder.h', 3344 'testing/DummyPageHolder.h',
3342 'testing/GarbageCollectedScriptWrappable.cpp', 3345 'testing/GarbageCollectedScriptWrappable.cpp',
3343 'testing/GarbageCollectedScriptWrappable.h', 3346 'testing/GarbageCollectedScriptWrappable.h',
3344 'testing/GCObservation.cpp', 3347 'testing/GCObservation.cpp',
3345 'testing/GCObservation.h', 3348 'testing/GCObservation.h',
3346 'testing/InternalProfilers.cpp', 3349 'testing/InternalProfilers.cpp',
3347 'testing/InternalProfilers.h', 3350 'testing/InternalProfilers.h',
3348 'testing/InternalSettings.cpp', 3351 'testing/InternalSettings.cpp',
3349 'testing/InternalSettings.h', 3352 'testing/InternalSettings.h',
3350 'testing/Internals.cpp', 3353 'testing/Internals.cpp',
3351 'testing/Internals.h', 3354 'testing/Internals.h',
3352 'testing/LayerRect.h', 3355 'testing/LayerRect.h',
3353 'testing/LayerRectList.cpp', 3356 'testing/LayerRectList.cpp',
3354 'testing/LayerRectList.h', 3357 'testing/LayerRectList.h',
3355 'testing/MockPagePopupDriver.cpp', 3358 'testing/MockPagePopupDriver.cpp',
3356 'testing/MockPagePopupDriver.h', 3359 'testing/MockPagePopupDriver.h',
3357 'testing/NullExecutionContext.cpp', 3360 'testing/NullExecutionContext.cpp',
3358 'testing/NullExecutionContext.h', 3361 'testing/NullExecutionContext.h',
3362 'testing/PartialPrivateScriptTest.h',
3359 'testing/PrivateScriptTest.cpp', 3363 'testing/PrivateScriptTest.cpp',
3360 'testing/PrivateScriptTest.h', 3364 'testing/PrivateScriptTest.h',
3361 'testing/RefCountedScriptWrappable.cpp', 3365 'testing/RefCountedScriptWrappable.cpp',
3362 'testing/RefCountedScriptWrappable.h', 3366 'testing/RefCountedScriptWrappable.h',
3363 'testing/TypeConversions.h', 3367 'testing/TypeConversions.h',
3364 'testing/v8/WebCoreTestSupport.cpp', 3368 'testing/v8/WebCoreTestSupport.cpp',
3365 'testing/v8/WebCoreTestSupport.h', 3369 'testing/v8/WebCoreTestSupport.h',
3366 ], 3370 ],
3367 'core_unittest_files': [ 3371 'core_unittest_files': [
3368 'animation/animatable/AnimatableColorTest.cpp', 3372 'animation/animatable/AnimatableColorTest.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3454 'rendering/shapes/BoxShapeTest.cpp', 3458 'rendering/shapes/BoxShapeTest.cpp',
3455 'rendering/style/OutlineValueTest.cpp', 3459 'rendering/style/OutlineValueTest.cpp',
3456 'testing/PrivateScriptTestTest.cpp', 3460 'testing/PrivateScriptTestTest.cpp',
3457 'streams/ReadableStreamTest.cpp', 3461 'streams/ReadableStreamTest.cpp',
3458 'testing/UnitTestHelpers.cpp', 3462 'testing/UnitTestHelpers.cpp',
3459 'testing/UnitTestHelpers.h', 3463 'testing/UnitTestHelpers.h',
3460 'xml/parser/SharedBufferReaderTest.cpp', 3464 'xml/parser/SharedBufferReaderTest.cpp',
3461 ], 3465 ],
3462 } 3466 }
3463 } 3467 }
OLDNEW
« no previous file with comments | « Source/build/scripts/make_private_script_source.py ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698