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

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

Issue 1123563003: Improving direction-based selection strategy. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing remaining review feedback. Created 5 years, 6 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 3826 matching lines...) Expand 10 before | Expand all | Expand 10 after
3837 'dom/DocumentTest.cpp', 3837 'dom/DocumentTest.cpp',
3838 'dom/MainThreadTaskRunnerTest.cpp', 3838 'dom/MainThreadTaskRunnerTest.cpp',
3839 'dom/NthIndexCacheTest.cpp', 3839 'dom/NthIndexCacheTest.cpp',
3840 'dom/RangeTest.cpp', 3840 'dom/RangeTest.cpp',
3841 'dom/ScriptRunnerTest.cpp', 3841 'dom/ScriptRunnerTest.cpp',
3842 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3842 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3843 'dom/TreeScopeTest.cpp', 3843 'dom/TreeScopeTest.cpp',
3844 'dom/shadow/ComposedTreeTraversalTest.cpp', 3844 'dom/shadow/ComposedTreeTraversalTest.cpp',
3845 'editing/CompositionUnderlineRangeFilterTest.cpp', 3845 'editing/CompositionUnderlineRangeFilterTest.cpp',
3846 'editing/FrameSelectionTest.cpp', 3846 'editing/FrameSelectionTest.cpp',
3847 'editing/GranularityStrategyTest.cpp',
3847 'editing/InputMethodControllerTest.cpp', 3848 'editing/InputMethodControllerTest.cpp',
3848 'editing/iterators/TextIteratorTest.cpp', 3849 'editing/iterators/TextIteratorTest.cpp',
3849 'editing/StyledMarkupSerializerTest.cpp', 3850 'editing/StyledMarkupSerializerTest.cpp',
3850 'editing/SurroundingTextTest.cpp', 3851 'editing/SurroundingTextTest.cpp',
3851 'editing/VisibleSelectionTest.cpp', 3852 'editing/VisibleSelectionTest.cpp',
3852 'events/EventPathTest.cpp', 3853 'events/EventPathTest.cpp',
3853 'fetch/CachingCorrectnessTest.cpp', 3854 'fetch/CachingCorrectnessTest.cpp',
3854 'fetch/ClientHintsPreferencesTest.cpp', 3855 'fetch/ClientHintsPreferencesTest.cpp',
3855 'fetch/ImageResourceTest.cpp', 3856 'fetch/ImageResourceTest.cpp',
3856 'fetch/MemoryCacheTest.cpp', 3857 'fetch/MemoryCacheTest.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
3917 'style/ComputedStyleTest.cpp', 3918 'style/ComputedStyleTest.cpp',
3918 'style/OutlineValueTest.cpp', 3919 'style/OutlineValueTest.cpp',
3919 'style/SVGComputedStyleTest.cpp', 3920 'style/SVGComputedStyleTest.cpp',
3920 'testing/PrivateScriptTestTest.cpp', 3921 'testing/PrivateScriptTestTest.cpp',
3921 'timing/MemoryInfoTest.cpp', 3922 'timing/MemoryInfoTest.cpp',
3922 'workers/WorkerThreadTest.cpp', 3923 'workers/WorkerThreadTest.cpp',
3923 'xml/parser/SharedBufferReaderTest.cpp', 3924 'xml/parser/SharedBufferReaderTest.cpp',
3924 ], 3925 ],
3925 } 3926 }
3926 } 3927 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.h » ('j') | Source/core/editing/FrameSelection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698