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

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

Issue 1055633004: Revert "Re-factor VisibleSelectionTest for adding tests for composed tree version" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/editing/VisibleSelectionTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3669 matching lines...) Expand 10 before | Expand all | Expand 10 after
3680 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3680 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3681 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3681 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3682 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3682 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3683 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3683 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3684 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', 3684 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp',
3685 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', 3685 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h',
3686 ], 3686 ],
3687 'webcore_testing_files': [ 3687 'webcore_testing_files': [
3688 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3688 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3689 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3689 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3690 'testing/CoreTestHelpers.cpp',
3691 'testing/CoreTestHelpers.h',
3692 'testing/DictionaryTest.cpp', 3690 'testing/DictionaryTest.cpp',
3693 'testing/DictionaryTest.h', 3691 'testing/DictionaryTest.h',
3694 'testing/DummyPageHolder.cpp', 3692 'testing/DummyPageHolder.cpp',
3695 'testing/DummyPageHolder.h', 3693 'testing/DummyPageHolder.h',
3696 'testing/GCObservation.cpp', 3694 'testing/GCObservation.cpp',
3697 'testing/GCObservation.h', 3695 'testing/GCObservation.h',
3698 'testing/GarbageCollectedScriptWrappable.cpp', 3696 'testing/GarbageCollectedScriptWrappable.cpp',
3699 'testing/GarbageCollectedScriptWrappable.h', 3697 'testing/GarbageCollectedScriptWrappable.h',
3700 'testing/InternalSettings.cpp', 3698 'testing/InternalSettings.cpp',
3701 'testing/InternalSettings.h', 3699 'testing/InternalSettings.h',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
3859 'paint/LayerClipRecorderTest.cpp', 3857 'paint/LayerClipRecorderTest.cpp',
3860 'paint/LayoutObjectDrawingRecorderTest.cpp', 3858 'paint/LayoutObjectDrawingRecorderTest.cpp',
3861 'paint/TextPainterTest.cpp', 3859 'paint/TextPainterTest.cpp',
3862 'streams/ReadableStreamReaderTest.cpp', 3860 'streams/ReadableStreamReaderTest.cpp',
3863 'streams/ReadableStreamTest.cpp', 3861 'streams/ReadableStreamTest.cpp',
3864 'testing/PrivateScriptTestTest.cpp', 3862 'testing/PrivateScriptTestTest.cpp',
3865 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3866 ], 3864 ],
3867 } 3865 }
3868 } 3866 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/VisibleSelectionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698