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

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

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix multi-level inheritance bug Created 4 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
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 3885 matching lines...) Expand 10 before | Expand all | Expand 10 after
3896 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3896 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3897 '<(blink_core_output_dir)/page/EventSourceInit.h', 3897 '<(blink_core_output_dir)/page/EventSourceInit.h',
3898 '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.cpp', 3898 '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.cpp',
3899 '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.h', 3899 '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.h',
3900 '<(blink_core_output_dir)/timing/PerformanceObserverInit.cpp', 3900 '<(blink_core_output_dir)/timing/PerformanceObserverInit.cpp',
3901 '<(blink_core_output_dir)/timing/PerformanceObserverInit.h', 3901 '<(blink_core_output_dir)/timing/PerformanceObserverInit.h',
3902 ], 3902 ],
3903 'core_testing_dictionary_idl_files': [ 3903 'core_testing_dictionary_idl_files': [
3904 'testing/InternalDictionary.idl', 3904 'testing/InternalDictionary.idl',
3905 'testing/InternalDictionaryDerived.idl', 3905 'testing/InternalDictionaryDerived.idl',
3906 'testing/InternalDictionaryDerivedDerived.idl',
3906 ], 3907 ],
3907 'webcore_testing_idl_files': [ 3908 'webcore_testing_idl_files': [
3908 'testing/DictionaryTest.idl', 3909 'testing/DictionaryTest.idl',
3909 'testing/GCObservation.idl', 3910 'testing/GCObservation.idl',
3910 'testing/GarbageCollectedScriptWrappable.idl', 3911 'testing/GarbageCollectedScriptWrappable.idl',
3911 'testing/InternalSettings.idl', 3912 'testing/InternalSettings.idl',
3912 'testing/LayerRect.idl', 3913 'testing/LayerRect.idl',
3913 'testing/LayerRectList.idl', 3914 'testing/LayerRectList.idl',
3914 'testing/PrivateScriptTest.idl', 3915 'testing/PrivateScriptTest.idl',
3915 'testing/TypeConversions.idl', 3916 'testing/TypeConversions.idl',
(...skipping 12 matching lines...) Expand all
3928 ], 3929 ],
3929 'generated_webcore_testing_idl_files': [ 3930 'generated_webcore_testing_idl_files': [
3930 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 3931 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
3931 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl', 3932 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl',
3932 ], 3933 ],
3933 'generated_core_testing_dictionary_files': [ 3934 'generated_core_testing_dictionary_files': [
3934 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3935 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3935 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3936 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3936 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3937 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3937 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3938 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3939 '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.c pp',
3940 '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.h ',
3938 ], 3941 ],
3939 'webcore_testing_files': [ 3942 'webcore_testing_files': [
3940 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3943 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3941 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3944 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3942 'origin_trials/testing/InternalsFrobulate.cpp', 3945 'origin_trials/testing/InternalsFrobulate.cpp',
3943 'origin_trials/testing/InternalsFrobulate.h', 3946 'origin_trials/testing/InternalsFrobulate.h',
3944 'origin_trials/testing/InternalsFrobulateInterfaceBindings.h', 3947 'origin_trials/testing/InternalsFrobulateInterfaceBindings.h',
3945 'origin_trials/testing/WorkerInternalsFrobulate.h', 3948 'origin_trials/testing/WorkerInternalsFrobulate.h',
3946 'testing/DictionaryTest.cpp', 3949 'testing/DictionaryTest.cpp',
3947 'testing/DictionaryTest.h', 3950 'testing/DictionaryTest.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
4231 'testing/PrivateScriptTestTest.cpp', 4234 'testing/PrivateScriptTestTest.cpp',
4232 'timing/MemoryInfoTest.cpp', 4235 'timing/MemoryInfoTest.cpp',
4233 'timing/PerformanceBaseTest.cpp', 4236 'timing/PerformanceBaseTest.cpp',
4234 'timing/PerformanceObserverTest.cpp', 4237 'timing/PerformanceObserverTest.cpp',
4235 'workers/WorkerThreadTest.cpp', 4238 'workers/WorkerThreadTest.cpp',
4236 'workers/WorkerThreadTestHelper.h', 4239 'workers/WorkerThreadTestHelper.h',
4237 'xml/parser/SharedBufferReaderTest.cpp', 4240 'xml/parser/SharedBufferReaderTest.cpp',
4238 ], 4241 ],
4239 } 4242 }
4240 } 4243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698