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

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

Issue 1895293002: Test fragment scrolling and history restoration interaction w/ scroll anchoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove resetToConsistentState and conditionally make feature settable Created 4 years, 7 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 3823 matching lines...) Expand 10 before | Expand all | Expand 10 after
3834 ], 3834 ],
3835 'generated_core_testing_dictionary_files': [ 3835 'generated_core_testing_dictionary_files': [
3836 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3836 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3837 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3837 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3838 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3838 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3839 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3839 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3840 ], 3840 ],
3841 'webcore_testing_files': [ 3841 'webcore_testing_files': [
3842 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3842 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3843 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3843 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3844 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.cpp',
3845 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.h',
3844 'origin_trials/testing/InternalsFrobulate.cpp', 3846 'origin_trials/testing/InternalsFrobulate.cpp',
3845 'origin_trials/testing/InternalsFrobulate.h', 3847 'origin_trials/testing/InternalsFrobulate.h',
3846 'testing/DictionaryTest.cpp', 3848 'testing/DictionaryTest.cpp',
3847 'testing/DictionaryTest.h', 3849 'testing/DictionaryTest.h',
3848 'testing/DummyPageHolder.cpp', 3850 'testing/DummyPageHolder.cpp',
3849 'testing/DummyPageHolder.h', 3851 'testing/DummyPageHolder.h',
3850 'testing/GCObservation.cpp', 3852 'testing/GCObservation.cpp',
3851 'testing/GCObservation.h', 3853 'testing/GCObservation.h',
3852 'testing/GarbageCollectedScriptWrappable.cpp', 3854 'testing/GarbageCollectedScriptWrappable.cpp',
3853 'testing/GarbageCollectedScriptWrappable.h', 3855 'testing/GarbageCollectedScriptWrappable.h',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
4094 'svg/SVGPathParserTest.cpp', 4096 'svg/SVGPathParserTest.cpp',
4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4097 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4096 'testing/PrivateScriptTestTest.cpp', 4098 'testing/PrivateScriptTestTest.cpp',
4097 'timing/MemoryInfoTest.cpp', 4099 'timing/MemoryInfoTest.cpp',
4098 'workers/WorkerThreadTest.cpp', 4100 'workers/WorkerThreadTest.cpp',
4099 'workers/WorkerThreadTestHelper.h', 4101 'workers/WorkerThreadTestHelper.h',
4100 'xml/parser/SharedBufferReaderTest.cpp', 4102 'xml/parser/SharedBufferReaderTest.cpp',
4101 ], 4103 ],
4102 } 4104 }
4103 } 4105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698