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

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

Issue 2301213003: Add tests for trace wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix StringView problem Created 4 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
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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 3926 matching lines...) Expand 10 before | Expand all | Expand 10 after
3937 '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.h', 3937 '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.h',
3938 '<(blink_core_output_dir)/timing/PerformanceObserverInit.cpp', 3938 '<(blink_core_output_dir)/timing/PerformanceObserverInit.cpp',
3939 '<(blink_core_output_dir)/timing/PerformanceObserverInit.h', 3939 '<(blink_core_output_dir)/timing/PerformanceObserverInit.h',
3940 ], 3940 ],
3941 'core_testing_dictionary_idl_files': [ 3941 'core_testing_dictionary_idl_files': [
3942 'testing/InternalDictionary.idl', 3942 'testing/InternalDictionary.idl',
3943 'testing/InternalDictionaryDerived.idl', 3943 'testing/InternalDictionaryDerived.idl',
3944 'testing/InternalDictionaryDerivedDerived.idl', 3944 'testing/InternalDictionaryDerivedDerived.idl',
3945 ], 3945 ],
3946 'webcore_testing_idl_files': [ 3946 'webcore_testing_idl_files': [
3947 'testing/DeathAwareScriptWrappable.idl',
3947 'testing/DictionaryTest.idl', 3948 'testing/DictionaryTest.idl',
3948 'testing/GCObservation.idl', 3949 'testing/GCObservation.idl',
3949 'testing/GarbageCollectedScriptWrappable.idl', 3950 'testing/GarbageCollectedScriptWrappable.idl',
3950 'testing/InternalSettings.idl', 3951 'testing/InternalSettings.idl',
3951 'testing/LayerRect.idl', 3952 'testing/LayerRect.idl',
3952 'testing/LayerRectList.idl', 3953 'testing/LayerRectList.idl',
3953 'testing/PrivateScriptTest.idl', 3954 'testing/PrivateScriptTest.idl',
3954 'testing/TypeConversions.idl', 3955 'testing/TypeConversions.idl',
3955 'testing/UnionTypesTest.idl', 3956 'testing/UnionTypesTest.idl',
3956 'testing/WorkerInternals.idl', 3957 'testing/WorkerInternals.idl',
(...skipping 20 matching lines...) Expand all
3977 '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.c pp', 3978 '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.c pp',
3978 '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.h ', 3979 '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.h ',
3979 ], 3980 ],
3980 'webcore_testing_files': [ 3981 'webcore_testing_files': [
3981 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3982 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3982 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3983 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3983 'origin_trials/testing/InternalsFrobulate.cpp', 3984 'origin_trials/testing/InternalsFrobulate.cpp',
3984 'origin_trials/testing/InternalsFrobulate.h', 3985 'origin_trials/testing/InternalsFrobulate.h',
3985 'origin_trials/testing/InternalsFrobulateInterfaceBindings.h', 3986 'origin_trials/testing/InternalsFrobulateInterfaceBindings.h',
3986 'origin_trials/testing/WorkerInternalsFrobulate.h', 3987 'origin_trials/testing/WorkerInternalsFrobulate.h',
3988 'testing/DeathAwareScriptWrappable.h',
3989 'testing/DeathAwareScriptWrappable.cpp',
3987 'testing/DictionaryTest.cpp', 3990 'testing/DictionaryTest.cpp',
3988 'testing/DictionaryTest.h', 3991 'testing/DictionaryTest.h',
3989 'testing/DummyPageHolder.cpp', 3992 'testing/DummyPageHolder.cpp',
3990 'testing/DummyPageHolder.h', 3993 'testing/DummyPageHolder.h',
3991 'testing/GCObservation.cpp', 3994 'testing/GCObservation.cpp',
3992 'testing/GCObservation.h', 3995 'testing/GCObservation.h',
3993 'testing/GarbageCollectedScriptWrappable.cpp', 3996 'testing/GarbageCollectedScriptWrappable.cpp',
3994 'testing/GarbageCollectedScriptWrappable.h', 3997 'testing/GarbageCollectedScriptWrappable.h',
3995 'testing/InternalSettings.cpp', 3998 'testing/InternalSettings.cpp',
3996 'testing/InternalSettings.h', 3999 'testing/InternalSettings.h',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
4282 'timing/MemoryInfoTest.cpp', 4285 'timing/MemoryInfoTest.cpp',
4283 'timing/PerformanceBaseTest.cpp', 4286 'timing/PerformanceBaseTest.cpp',
4284 'timing/PerformanceObserverTest.cpp', 4287 'timing/PerformanceObserverTest.cpp',
4285 'workers/DedicatedWorkerTest.cpp', 4288 'workers/DedicatedWorkerTest.cpp',
4286 'workers/WorkerThreadTest.cpp', 4289 'workers/WorkerThreadTest.cpp',
4287 'workers/WorkerThreadTestHelper.h', 4290 'workers/WorkerThreadTestHelper.h',
4288 'xml/parser/SharedBufferReaderTest.cpp', 4291 'xml/parser/SharedBufferReaderTest.cpp',
4289 ], 4292 ],
4290 } 4293 }
4291 } 4294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698