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

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
« no previous file with comments | « Source/core/core.gni ('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 3319 matching lines...) Expand 10 before | Expand all | Expand 10 after
3330 'testing/GCObservation.idl', 3330 'testing/GCObservation.idl',
3331 'testing/InternalProfilers.idl', 3331 'testing/InternalProfilers.idl',
3332 'testing/InternalSettings.idl', 3332 'testing/InternalSettings.idl',
3333 'testing/Internals.idl', 3333 'testing/Internals.idl',
3334 'testing/LayerRect.idl', 3334 'testing/LayerRect.idl',
3335 'testing/LayerRectList.idl', 3335 'testing/LayerRectList.idl',
3336 'testing/PrivateScriptTest.idl', 3336 'testing/PrivateScriptTest.idl',
3337 'testing/RefCountedScriptWrappable.idl', 3337 'testing/RefCountedScriptWrappable.idl',
3338 'testing/TypeConversions.idl', 3338 'testing/TypeConversions.idl',
3339 ], 3339 ],
3340 'webcore_testing_dependency_idl_files': [
3341 'testing/PartialPrivateScriptTest.idl',
3342 ],
3340 'generated_webcore_testing_idl_files': [ 3343 'generated_webcore_testing_idl_files': [
3341 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3344 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3342 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3345 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3343 ], 3346 ],
3344 'webcore_testing_files': [ 3347 'webcore_testing_files': [
3345 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3348 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3346 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3349 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3347 'testing/DummyPageHolder.cpp', 3350 'testing/DummyPageHolder.cpp',
3348 'testing/DummyPageHolder.h', 3351 'testing/DummyPageHolder.h',
3349 'testing/GarbageCollectedScriptWrappable.cpp', 3352 'testing/GarbageCollectedScriptWrappable.cpp',
3350 'testing/GarbageCollectedScriptWrappable.h', 3353 'testing/GarbageCollectedScriptWrappable.h',
3351 'testing/GCObservation.cpp', 3354 'testing/GCObservation.cpp',
3352 'testing/GCObservation.h', 3355 'testing/GCObservation.h',
3353 'testing/InternalProfilers.cpp', 3356 'testing/InternalProfilers.cpp',
3354 'testing/InternalProfilers.h', 3357 'testing/InternalProfilers.h',
3355 'testing/InternalSettings.cpp', 3358 'testing/InternalSettings.cpp',
3356 'testing/InternalSettings.h', 3359 'testing/InternalSettings.h',
3357 'testing/Internals.cpp', 3360 'testing/Internals.cpp',
3358 'testing/Internals.h', 3361 'testing/Internals.h',
3359 'testing/LayerRect.h', 3362 'testing/LayerRect.h',
3360 'testing/LayerRectList.cpp', 3363 'testing/LayerRectList.cpp',
3361 'testing/LayerRectList.h', 3364 'testing/LayerRectList.h',
3362 'testing/MockPagePopupDriver.cpp', 3365 'testing/MockPagePopupDriver.cpp',
3363 'testing/MockPagePopupDriver.h', 3366 'testing/MockPagePopupDriver.h',
3364 'testing/NullExecutionContext.cpp', 3367 'testing/NullExecutionContext.cpp',
3365 'testing/NullExecutionContext.h', 3368 'testing/NullExecutionContext.h',
3369 'testing/PartialPrivateScriptTest.h',
3366 'testing/PrivateScriptTest.cpp', 3370 'testing/PrivateScriptTest.cpp',
3367 'testing/PrivateScriptTest.h', 3371 'testing/PrivateScriptTest.h',
3368 'testing/RefCountedScriptWrappable.cpp', 3372 'testing/RefCountedScriptWrappable.cpp',
3369 'testing/RefCountedScriptWrappable.h', 3373 'testing/RefCountedScriptWrappable.h',
3370 'testing/TypeConversions.h', 3374 'testing/TypeConversions.h',
3371 'testing/v8/WebCoreTestSupport.cpp', 3375 'testing/v8/WebCoreTestSupport.cpp',
3372 'testing/v8/WebCoreTestSupport.h', 3376 'testing/v8/WebCoreTestSupport.h',
3373 ], 3377 ],
3374 'core_unittest_files': [ 3378 'core_unittest_files': [
3375 'animation/animatable/AnimatableColorTest.cpp', 3379 'animation/animatable/AnimatableColorTest.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3461 'rendering/shapes/BoxShapeTest.cpp', 3465 'rendering/shapes/BoxShapeTest.cpp',
3462 'rendering/style/OutlineValueTest.cpp', 3466 'rendering/style/OutlineValueTest.cpp',
3463 'testing/PrivateScriptTestTest.cpp', 3467 'testing/PrivateScriptTestTest.cpp',
3464 'streams/ReadableStreamTest.cpp', 3468 'streams/ReadableStreamTest.cpp',
3465 'testing/UnitTestHelpers.cpp', 3469 'testing/UnitTestHelpers.cpp',
3466 'testing/UnitTestHelpers.h', 3470 'testing/UnitTestHelpers.h',
3467 'xml/parser/SharedBufferReaderTest.cpp', 3471 'xml/parser/SharedBufferReaderTest.cpp',
3468 ], 3472 ],
3469 } 3473 }
3470 } 3474 }
OLDNEW
« no previous file with comments | « Source/core/core.gni ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698