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

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: Removing anonymous namespace and marking functions static instead. 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
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.h » ('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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3838 matching lines...) Expand 10 before | Expand all | Expand 10 after
3849 'dom/DocumentTest.cpp', 3849 'dom/DocumentTest.cpp',
3850 'dom/MainThreadTaskRunnerTest.cpp', 3850 'dom/MainThreadTaskRunnerTest.cpp',
3851 'dom/NthIndexCacheTest.cpp', 3851 'dom/NthIndexCacheTest.cpp',
3852 'dom/RangeTest.cpp', 3852 'dom/RangeTest.cpp',
3853 'dom/ScriptRunnerTest.cpp', 3853 'dom/ScriptRunnerTest.cpp',
3854 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3854 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3855 'dom/TreeScopeTest.cpp', 3855 'dom/TreeScopeTest.cpp',
3856 'dom/shadow/ComposedTreeTraversalTest.cpp', 3856 'dom/shadow/ComposedTreeTraversalTest.cpp',
3857 'editing/CompositionUnderlineRangeFilterTest.cpp', 3857 'editing/CompositionUnderlineRangeFilterTest.cpp',
3858 'editing/FrameSelectionTest.cpp', 3858 'editing/FrameSelectionTest.cpp',
3859 'editing/GranularityStrategyTest.cpp',
3859 'editing/InputMethodControllerTest.cpp', 3860 'editing/InputMethodControllerTest.cpp',
3860 'editing/iterators/TextIteratorTest.cpp', 3861 'editing/iterators/TextIteratorTest.cpp',
3861 'editing/StyledMarkupSerializerTest.cpp', 3862 'editing/StyledMarkupSerializerTest.cpp',
3862 'editing/SurroundingTextTest.cpp', 3863 'editing/SurroundingTextTest.cpp',
3863 'editing/VisibleSelectionTest.cpp', 3864 'editing/VisibleSelectionTest.cpp',
3864 'events/EventPathTest.cpp', 3865 'events/EventPathTest.cpp',
3865 'fetch/CachingCorrectnessTest.cpp', 3866 'fetch/CachingCorrectnessTest.cpp',
3866 'fetch/ClientHintsPreferencesTest.cpp', 3867 'fetch/ClientHintsPreferencesTest.cpp',
3867 'fetch/ImageResourceTest.cpp', 3868 'fetch/ImageResourceTest.cpp',
3868 'fetch/MemoryCacheTest.cpp', 3869 'fetch/MemoryCacheTest.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
3929 'style/ComputedStyleTest.cpp', 3930 'style/ComputedStyleTest.cpp',
3930 'style/OutlineValueTest.cpp', 3931 'style/OutlineValueTest.cpp',
3931 'style/SVGComputedStyleTest.cpp', 3932 'style/SVGComputedStyleTest.cpp',
3932 'testing/PrivateScriptTestTest.cpp', 3933 'testing/PrivateScriptTestTest.cpp',
3933 'timing/MemoryInfoTest.cpp', 3934 'timing/MemoryInfoTest.cpp',
3934 'workers/WorkerThreadTest.cpp', 3935 'workers/WorkerThreadTest.cpp',
3935 'xml/parser/SharedBufferReaderTest.cpp', 3936 'xml/parser/SharedBufferReaderTest.cpp',
3936 ], 3937 ],
3937 } 3938 }
3938 } 3939 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698