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

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

Issue 454773002: Blink-in-JS: Support private scripts in partial interfaces (PrivateScriptRunner part) (Closed) 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
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 3318 matching lines...) Expand 10 before | Expand all | Expand 10 after
3329 'testing/GCObservation.idl', 3329 'testing/GCObservation.idl',
3330 'testing/InternalProfilers.idl', 3330 'testing/InternalProfilers.idl',
3331 'testing/InternalSettings.idl', 3331 'testing/InternalSettings.idl',
3332 'testing/Internals.idl', 3332 'testing/Internals.idl',
3333 'testing/LayerRect.idl', 3333 'testing/LayerRect.idl',
3334 'testing/LayerRectList.idl', 3334 'testing/LayerRectList.idl',
3335 'testing/PrivateScriptTest.idl', 3335 'testing/PrivateScriptTest.idl',
3336 'testing/RefCountedScriptWrappable.idl', 3336 'testing/RefCountedScriptWrappable.idl',
3337 'testing/TypeConversions.idl', 3337 'testing/TypeConversions.idl',
3338 ], 3338 ],
3339 'webcore_testing_dependency_idl_files': [
3340 'testing/PartialPrivateScriptTest.idl',
3341 ],
3339 'generated_webcore_testing_idl_files': [ 3342 'generated_webcore_testing_idl_files': [
3340 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3343 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3341 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3344 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3342 ], 3345 ],
3343 'webcore_testing_files': [ 3346 'webcore_testing_files': [
3344 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3347 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3345 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3348 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3346 'testing/DummyPageHolder.cpp', 3349 'testing/DummyPageHolder.cpp',
3347 'testing/DummyPageHolder.h', 3350 'testing/DummyPageHolder.h',
3348 'testing/GarbageCollectedScriptWrappable.cpp', 3351 'testing/GarbageCollectedScriptWrappable.cpp',
3349 'testing/GarbageCollectedScriptWrappable.h', 3352 'testing/GarbageCollectedScriptWrappable.h',
3350 'testing/GCObservation.cpp', 3353 'testing/GCObservation.cpp',
3351 'testing/GCObservation.h', 3354 'testing/GCObservation.h',
3352 'testing/InternalProfilers.cpp', 3355 'testing/InternalProfilers.cpp',
3353 'testing/InternalProfilers.h', 3356 'testing/InternalProfilers.h',
3354 'testing/InternalSettings.cpp', 3357 'testing/InternalSettings.cpp',
3355 'testing/InternalSettings.h', 3358 'testing/InternalSettings.h',
3356 'testing/Internals.cpp', 3359 'testing/Internals.cpp',
3357 'testing/Internals.h', 3360 'testing/Internals.h',
3358 'testing/LayerRect.h', 3361 'testing/LayerRect.h',
3359 'testing/LayerRectList.cpp', 3362 'testing/LayerRectList.cpp',
3360 'testing/LayerRectList.h', 3363 'testing/LayerRectList.h',
3361 'testing/MockPagePopupDriver.cpp', 3364 'testing/MockPagePopupDriver.cpp',
3362 'testing/MockPagePopupDriver.h', 3365 'testing/MockPagePopupDriver.h',
3363 'testing/NullExecutionContext.cpp', 3366 'testing/NullExecutionContext.cpp',
3364 'testing/NullExecutionContext.h', 3367 'testing/NullExecutionContext.h',
3368 'testing/PartialPrivateScriptTest.h',
3365 'testing/PrivateScriptTest.cpp', 3369 'testing/PrivateScriptTest.cpp',
3366 'testing/PrivateScriptTest.h', 3370 'testing/PrivateScriptTest.h',
3367 'testing/RefCountedScriptWrappable.cpp', 3371 'testing/RefCountedScriptWrappable.cpp',
3368 'testing/RefCountedScriptWrappable.h', 3372 'testing/RefCountedScriptWrappable.h',
3369 'testing/TypeConversions.h', 3373 'testing/TypeConversions.h',
3370 'testing/v8/WebCoreTestSupport.cpp', 3374 'testing/v8/WebCoreTestSupport.cpp',
3371 'testing/v8/WebCoreTestSupport.h', 3375 'testing/v8/WebCoreTestSupport.h',
3372 ], 3376 ],
3373 'core_unittest_files': [ 3377 'core_unittest_files': [
3374 'animation/animatable/AnimatableColorTest.cpp', 3378 'animation/animatable/AnimatableColorTest.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3460 'rendering/shapes/BoxShapeTest.cpp', 3464 'rendering/shapes/BoxShapeTest.cpp',
3461 'rendering/style/OutlineValueTest.cpp', 3465 'rendering/style/OutlineValueTest.cpp',
3462 'testing/PrivateScriptTestTest.cpp', 3466 'testing/PrivateScriptTestTest.cpp',
3463 'streams/ReadableStreamTest.cpp', 3467 'streams/ReadableStreamTest.cpp',
3464 'testing/UnitTestHelpers.cpp', 3468 'testing/UnitTestHelpers.cpp',
3465 'testing/UnitTestHelpers.h', 3469 'testing/UnitTestHelpers.h',
3466 'xml/parser/SharedBufferReaderTest.cpp', 3470 'xml/parser/SharedBufferReaderTest.cpp',
3467 ], 3471 ],
3468 } 3472 }
3469 } 3473 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698