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

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

Issue 1105333002: Introduce printers for Node and Position for ease of developing GTest test files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3676 matching lines...) Expand 10 before | Expand all | Expand 10 after
3687 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3687 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3688 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3688 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3689 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3689 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3690 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3690 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3691 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', 3691 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp',
3692 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', 3692 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h',
3693 ], 3693 ],
3694 'webcore_testing_files': [ 3694 'webcore_testing_files': [
3695 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3695 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3696 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3696 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3697 'testing/CoreTestHelpers.cpp',
3698 'testing/CoreTestHelpers.h',
3697 'testing/DictionaryTest.cpp', 3699 'testing/DictionaryTest.cpp',
3698 'testing/DictionaryTest.h', 3700 'testing/DictionaryTest.h',
3699 'testing/DummyPageHolder.cpp', 3701 'testing/DummyPageHolder.cpp',
3700 'testing/DummyPageHolder.h', 3702 'testing/DummyPageHolder.h',
3701 'testing/GCObservation.cpp', 3703 'testing/GCObservation.cpp',
3702 'testing/GCObservation.h', 3704 'testing/GCObservation.h',
3703 'testing/GarbageCollectedScriptWrappable.cpp', 3705 'testing/GarbageCollectedScriptWrappable.cpp',
3704 'testing/GarbageCollectedScriptWrappable.h', 3706 'testing/GarbageCollectedScriptWrappable.h',
3705 'testing/InternalSettings.cpp', 3707 'testing/InternalSettings.cpp',
3706 'testing/InternalSettings.h', 3708 'testing/InternalSettings.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
3865 'paint/LayerClipRecorderTest.cpp', 3867 'paint/LayerClipRecorderTest.cpp',
3866 'paint/LayoutObjectDrawingRecorderTest.cpp', 3868 'paint/LayoutObjectDrawingRecorderTest.cpp',
3867 'paint/TextPainterTest.cpp', 3869 'paint/TextPainterTest.cpp',
3868 'streams/ReadableStreamReaderTest.cpp', 3870 'streams/ReadableStreamReaderTest.cpp',
3869 'streams/ReadableStreamTest.cpp', 3871 'streams/ReadableStreamTest.cpp',
3870 'testing/PrivateScriptTestTest.cpp', 3872 'testing/PrivateScriptTestTest.cpp',
3871 'xml/parser/SharedBufferReaderTest.cpp', 3873 'xml/parser/SharedBufferReaderTest.cpp',
3872 ], 3874 ],
3873 } 3875 }
3874 } 3876 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698