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

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

Issue 1327693002: Blink Plugins: Remove Shadow DOM Plugin Placeholder remnants. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: axe two more lines from core_generated Created 5 years, 3 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
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gypi » ('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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3597 matching lines...) Expand 10 before | Expand all | Expand 10 after
3608 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp', 3608 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp',
3609 '<(blink_core_output_dir)/html/track/TrackEventInit.h', 3609 '<(blink_core_output_dir)/html/track/TrackEventInit.h',
3610 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.cpp', 3610 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.cpp',
3611 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h', 3611 '<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h',
3612 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3612 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3613 '<(blink_core_output_dir)/page/EventSourceInit.h', 3613 '<(blink_core_output_dir)/page/EventSourceInit.h',
3614 ], 3614 ],
3615 'core_testing_dictionary_idl_files': [ 3615 'core_testing_dictionary_idl_files': [
3616 'testing/InternalDictionary.idl', 3616 'testing/InternalDictionary.idl',
3617 'testing/InternalDictionaryDerived.idl', 3617 'testing/InternalDictionaryDerived.idl',
3618 'testing/PluginPlaceholderOptions.idl',
3619 ], 3618 ],
3620 'webcore_testing_idl_files': [ 3619 'webcore_testing_idl_files': [
3621 'testing/DictionaryTest.idl', 3620 'testing/DictionaryTest.idl',
3622 'testing/GCObservation.idl', 3621 'testing/GCObservation.idl',
3623 'testing/GarbageCollectedScriptWrappable.idl', 3622 'testing/GarbageCollectedScriptWrappable.idl',
3624 'testing/InternalSettings.idl', 3623 'testing/InternalSettings.idl',
3625 'testing/LayerRect.idl', 3624 'testing/LayerRect.idl',
3626 'testing/LayerRectList.idl', 3625 'testing/LayerRectList.idl',
3627 'testing/PrivateScriptTest.idl', 3626 'testing/PrivateScriptTest.idl',
3628 'testing/RefCountedScriptWrappable.idl', 3627 'testing/RefCountedScriptWrappable.idl',
3629 'testing/TypeConversions.idl', 3628 'testing/TypeConversions.idl',
3630 'testing/UnionTypesTest.idl', 3629 'testing/UnionTypesTest.idl',
3631 ], 3630 ],
3632 # testing IDL files that have partial interfaces in modules. 3631 # testing IDL files that have partial interfaces in modules.
3633 'webcore_testing_idl_with_modules_dependency_files': [ 3632 'webcore_testing_idl_with_modules_dependency_files': [
3634 'testing/Internals.idl', 3633 'testing/Internals.idl',
3635 ], 3634 ],
3636 'webcore_testing_dependency_idl_files': [ 3635 'webcore_testing_dependency_idl_files': [
3637 'testing/PartialPrivateScriptTest.idl', 3636 'testing/PartialPrivateScriptTest.idl',
3638 ], 3637 ],
3639 'generated_webcore_testing_idl_files': [ 3638 'generated_webcore_testing_idl_files': [
3640 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 3639 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
3641 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl', 3640 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl',
3642 ], 3641 ],
3643 'generated_core_testing_dictionary_files': [ 3642 'generated_core_testing_dictionary_files': [
3644 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3643 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3645 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3644 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3646 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3645 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3647 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3646 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3648 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp',
3649 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h',
3650 ], 3647 ],
3651 'webcore_testing_files': [ 3648 'webcore_testing_files': [
3652 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3649 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3653 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3650 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3654 'testing/CoreTestPrinters.cpp', 3651 'testing/CoreTestPrinters.cpp',
3655 'testing/DictionaryTest.cpp', 3652 'testing/DictionaryTest.cpp',
3656 'testing/DictionaryTest.h', 3653 'testing/DictionaryTest.h',
3657 'testing/DummyPageHolder.cpp', 3654 'testing/DummyPageHolder.cpp',
3658 'testing/DummyPageHolder.h', 3655 'testing/DummyPageHolder.h',
3659 'testing/GCObservation.cpp', 3656 'testing/GCObservation.cpp',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
3853 'style/OutlineValueTest.cpp', 3850 'style/OutlineValueTest.cpp',
3854 'style/SVGComputedStyleTest.cpp', 3851 'style/SVGComputedStyleTest.cpp',
3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3852 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3856 'testing/PrivateScriptTestTest.cpp', 3853 'testing/PrivateScriptTestTest.cpp',
3857 'timing/MemoryInfoTest.cpp', 3854 'timing/MemoryInfoTest.cpp',
3858 'workers/WorkerThreadTest.cpp', 3855 'workers/WorkerThreadTest.cpp',
3859 'xml/parser/SharedBufferReaderTest.cpp', 3856 'xml/parser/SharedBufferReaderTest.cpp',
3860 ], 3857 ],
3861 } 3858 }
3862 } 3859 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698