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

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

Issue 740453004: IDL: Basic dictionary inheritance support (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/testing/DictionaryTest.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 3375 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 '<(blink_core_output_dir)/dom/MutationObserverInit.h', 3386 '<(blink_core_output_dir)/dom/MutationObserverInit.h',
3387 '<(blink_core_output_dir)/frame/ScrollOptions.cpp', 3387 '<(blink_core_output_dir)/frame/ScrollOptions.cpp',
3388 '<(blink_core_output_dir)/frame/ScrollOptions.h', 3388 '<(blink_core_output_dir)/frame/ScrollOptions.h',
3389 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp', 3389 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp',
3390 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.h', 3390 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.h',
3391 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3391 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3392 '<(blink_core_output_dir)/page/EventSourceInit.h', 3392 '<(blink_core_output_dir)/page/EventSourceInit.h',
3393 ], 3393 ],
3394 'core_testing_dictionary_idl_files': [ 3394 'core_testing_dictionary_idl_files': [
3395 'testing/InternalDictionary.idl', 3395 'testing/InternalDictionary.idl',
3396 'testing/InternalDictionaryDerived.idl',
3396 'testing/PluginPlaceholderOptions.idl', 3397 'testing/PluginPlaceholderOptions.idl',
3397 ], 3398 ],
3398 'webcore_testing_idl_files': [ 3399 'webcore_testing_idl_files': [
3399 'testing/DictionaryTest.idl', 3400 'testing/DictionaryTest.idl',
3400 'testing/GarbageCollectedScriptWrappable.idl', 3401 'testing/GarbageCollectedScriptWrappable.idl',
3401 'testing/GCObservation.idl', 3402 'testing/GCObservation.idl',
3402 'testing/InternalSettings.idl', 3403 'testing/InternalSettings.idl',
3403 'testing/LayerRect.idl', 3404 'testing/LayerRect.idl',
3404 'testing/LayerRectList.idl', 3405 'testing/LayerRectList.idl',
3405 'testing/PrivateScriptTest.idl', 3406 'testing/PrivateScriptTest.idl',
3406 'testing/RefCountedScriptWrappable.idl', 3407 'testing/RefCountedScriptWrappable.idl',
3407 'testing/TypeConversions.idl', 3408 'testing/TypeConversions.idl',
3408 'testing/UnionTypesTest.idl', 3409 'testing/UnionTypesTest.idl',
3409 ], 3410 ],
3410 # testing IDL files that have partial interfaces in modules. 3411 # testing IDL files that have partial interfaces in modules.
3411 'webcore_testing_idl_with_modules_dependency_files': [ 3412 'webcore_testing_idl_with_modules_dependency_files': [
3412 'testing/Internals.idl', 3413 'testing/Internals.idl',
3413 ], 3414 ],
3414 'webcore_testing_dependency_idl_files': [ 3415 'webcore_testing_dependency_idl_files': [
3415 'testing/PartialPrivateScriptTest.idl', 3416 'testing/PartialPrivateScriptTest.idl',
3416 ], 3417 ],
3417 'generated_webcore_testing_idl_files': [ 3418 'generated_webcore_testing_idl_files': [
3418 '<(blink_core_output_dir)/InternalRuntimeFlags.idl', 3419 '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
3419 '<(blink_core_output_dir)/InternalSettingsGenerated.idl', 3420 '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
3420 ], 3421 ],
3421 'generated_core_testing_dictionary_files': [ 3422 'generated_core_testing_dictionary_files': [
3422 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3423 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3423 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3424 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3425 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3426 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3424 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', 3427 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp',
3425 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', 3428 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h',
3426 ], 3429 ],
3427 'webcore_testing_files': [ 3430 'webcore_testing_files': [
3428 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', 3431 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
3429 '<(blink_core_output_dir)/InternalSettingsGenerated.h', 3432 '<(blink_core_output_dir)/InternalSettingsGenerated.h',
3430 'testing/DictionaryTest.cpp', 3433 'testing/DictionaryTest.cpp',
3431 'testing/DictionaryTest.h', 3434 'testing/DictionaryTest.h',
3432 'testing/DummyPageHolder.cpp', 3435 'testing/DummyPageHolder.cpp',
3433 'testing/DummyPageHolder.h', 3436 'testing/DummyPageHolder.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3566 'rendering/style/OutlineValueTest.cpp', 3569 'rendering/style/OutlineValueTest.cpp',
3567 'rendering/style/RenderStyleTest.cpp', 3570 'rendering/style/RenderStyleTest.cpp',
3568 'testing/PrivateScriptTestTest.cpp', 3571 'testing/PrivateScriptTestTest.cpp',
3569 'streams/ReadableStreamTest.cpp', 3572 'streams/ReadableStreamTest.cpp',
3570 'testing/UnitTestHelpers.cpp', 3573 'testing/UnitTestHelpers.cpp',
3571 'testing/UnitTestHelpers.h', 3574 'testing/UnitTestHelpers.h',
3572 'xml/parser/SharedBufferReaderTest.cpp', 3575 'xml/parser/SharedBufferReaderTest.cpp',
3573 ], 3576 ],
3574 } 3577 }
3575 } 3578 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/testing/DictionaryTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698