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

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

Issue 720673002: Replace generic Dictionary with DictionaryPluginPlaceholderOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/plugins/testing/DictionaryPluginPlaceholder.h » ('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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3430 matching lines...) Expand 10 before | Expand all | Expand 10 after
3441 '<(blink_core_output_dir)/dom/MutationObserverInit.h', 3441 '<(blink_core_output_dir)/dom/MutationObserverInit.h',
3442 '<(blink_core_output_dir)/frame/ScrollOptions.cpp', 3442 '<(blink_core_output_dir)/frame/ScrollOptions.cpp',
3443 '<(blink_core_output_dir)/frame/ScrollOptions.h', 3443 '<(blink_core_output_dir)/frame/ScrollOptions.h',
3444 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp', 3444 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp',
3445 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.h', 3445 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.h',
3446 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3446 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3447 '<(blink_core_output_dir)/page/EventSourceInit.h', 3447 '<(blink_core_output_dir)/page/EventSourceInit.h',
3448 ], 3448 ],
3449 'core_testing_dictionary_idl_files': [ 3449 'core_testing_dictionary_idl_files': [
3450 'testing/InternalDictionary.idl', 3450 'testing/InternalDictionary.idl',
3451 'testing/PluginPlaceholderOptions.idl',
3451 ], 3452 ],
3452 'webcore_testing_idl_files': [ 3453 'webcore_testing_idl_files': [
3453 'testing/DictionaryTest.idl', 3454 'testing/DictionaryTest.idl',
3454 'testing/GarbageCollectedScriptWrappable.idl', 3455 'testing/GarbageCollectedScriptWrappable.idl',
3455 'testing/GCObservation.idl', 3456 'testing/GCObservation.idl',
3456 'testing/InternalProfilers.idl', 3457 'testing/InternalProfilers.idl',
3457 'testing/InternalSettings.idl', 3458 'testing/InternalSettings.idl',
3458 'testing/LayerRect.idl', 3459 'testing/LayerRect.idl',
3459 'testing/LayerRectList.idl', 3460 'testing/LayerRectList.idl',
3460 'testing/PrivateScriptTest.idl', 3461 'testing/PrivateScriptTest.idl',
3461 'testing/RefCountedScriptWrappable.idl', 3462 'testing/RefCountedScriptWrappable.idl',
3462 'testing/TypeConversions.idl', 3463 'testing/TypeConversions.idl',
3463 'testing/UnionTypesTest.idl', 3464 'testing/UnionTypesTest.idl',
3464 ], 3465 ],
3465 # testing IDL files that have partial interfaces in modules. 3466 # testing IDL files that have partial interfaces in modules.
3466 'webcore_testing_idl_with_modules_dependency_files': [ 3467 'webcore_testing_idl_with_modules_dependency_files': [
3467 'testing/Internals.idl', 3468 'testing/Internals.idl',
3468 ], 3469 ],
3469 'webcore_testing_dependency_idl_files': [ 3470 'webcore_testing_dependency_idl_files': [
3470 'testing/PartialPrivateScriptTest.idl', 3471 'testing/PartialPrivateScriptTest.idl',
3471 ], 3472 ],
3472 'generated_webcore_testing_idl_files': [ 3473 'generated_webcore_testing_idl_files': [
3473 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3474 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3474 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3475 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3475 ], 3476 ],
3476 'generated_core_testing_dictionary_files': [ 3477 'generated_core_testing_dictionary_files': [
3477 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3478 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3478 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3479 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3480 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp',
3481 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h',
3479 ], 3482 ],
3480 'webcore_testing_files': [ 3483 'webcore_testing_files': [
3481 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3484 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3482 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3485 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3483 'testing/DictionaryTest.cpp', 3486 'testing/DictionaryTest.cpp',
3484 'testing/DictionaryTest.h', 3487 'testing/DictionaryTest.h',
3485 'testing/DummyPageHolder.cpp', 3488 'testing/DummyPageHolder.cpp',
3486 'testing/DummyPageHolder.h', 3489 'testing/DummyPageHolder.h',
3487 'testing/GarbageCollectedScriptWrappable.cpp', 3490 'testing/GarbageCollectedScriptWrappable.cpp',
3488 'testing/GarbageCollectedScriptWrappable.h', 3491 'testing/GarbageCollectedScriptWrappable.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3621 'rendering/style/OutlineValueTest.cpp', 3624 'rendering/style/OutlineValueTest.cpp',
3622 'rendering/style/RenderStyleTest.cpp', 3625 'rendering/style/RenderStyleTest.cpp',
3623 'testing/PrivateScriptTestTest.cpp', 3626 'testing/PrivateScriptTestTest.cpp',
3624 'streams/ReadableStreamTest.cpp', 3627 'streams/ReadableStreamTest.cpp',
3625 'testing/UnitTestHelpers.cpp', 3628 'testing/UnitTestHelpers.cpp',
3626 'testing/UnitTestHelpers.h', 3629 'testing/UnitTestHelpers.h',
3627 'xml/parser/SharedBufferReaderTest.cpp', 3630 'xml/parser/SharedBufferReaderTest.cpp',
3628 ], 3631 ],
3629 } 3632 }
3630 } 3633 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/plugins/testing/DictionaryPluginPlaceholder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698