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

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

Issue 1843403002: Move Position printer to Pointer.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 3818 matching lines...) Expand 10 before | Expand all | Expand 10 after
3829 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3829 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3830 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3830 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3831 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3831 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3832 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3832 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3833 ], 3833 ],
3834 'webcore_testing_files': [ 3834 'webcore_testing_files': [
3835 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3835 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3836 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3836 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3837 'origin_trials/testing/InternalsFrobulate.cpp', 3837 'origin_trials/testing/InternalsFrobulate.cpp',
3838 'origin_trials/testing/InternalsFrobulate.h', 3838 'origin_trials/testing/InternalsFrobulate.h',
3839 'testing/CoreTestPrinters.cpp',
3840 'testing/DictionaryTest.cpp', 3839 'testing/DictionaryTest.cpp',
3841 'testing/DictionaryTest.h', 3840 'testing/DictionaryTest.h',
3842 'testing/DummyPageHolder.cpp', 3841 'testing/DummyPageHolder.cpp',
3843 'testing/DummyPageHolder.h', 3842 'testing/DummyPageHolder.h',
3844 'testing/GCObservation.cpp', 3843 'testing/GCObservation.cpp',
3845 'testing/GCObservation.h', 3844 'testing/GCObservation.h',
3846 'testing/GarbageCollectedScriptWrappable.cpp', 3845 'testing/GarbageCollectedScriptWrappable.cpp',
3847 'testing/GarbageCollectedScriptWrappable.h', 3846 'testing/GarbageCollectedScriptWrappable.h',
3848 'testing/InternalSettings.cpp', 3847 'testing/InternalSettings.cpp',
3849 'testing/InternalSettings.h', 3848 'testing/InternalSettings.h',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
4085 'svg/SVGPathParserTest.cpp', 4084 'svg/SVGPathParserTest.cpp',
4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4087 'testing/PrivateScriptTestTest.cpp', 4086 'testing/PrivateScriptTestTest.cpp',
4088 'timing/MemoryInfoTest.cpp', 4087 'timing/MemoryInfoTest.cpp',
4089 'workers/WorkerThreadTest.cpp', 4088 'workers/WorkerThreadTest.cpp',
4090 'workers/WorkerThreadTestHelper.h', 4089 'workers/WorkerThreadTestHelper.h',
4091 'xml/parser/SharedBufferReaderTest.cpp', 4090 'xml/parser/SharedBufferReaderTest.cpp',
4092 ], 4091 ],
4093 } 4092 }
4094 } 4093 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Position.h » ('j') | third_party/WebKit/Source/core/editing/Position.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698