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

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

Issue 1201153002: Introduce composed tree version of canonicalPosition() in VisiblePosition (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 3863 matching lines...) Expand 10 before | Expand all | Expand 10 after
3874 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3874 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3875 'dom/TreeScopeTest.cpp', 3875 'dom/TreeScopeTest.cpp',
3876 'dom/shadow/ComposedTreeTraversalTest.cpp', 3876 'dom/shadow/ComposedTreeTraversalTest.cpp',
3877 'editing/CompositionUnderlineRangeFilterTest.cpp', 3877 'editing/CompositionUnderlineRangeFilterTest.cpp',
3878 'editing/FrameSelectionTest.cpp', 3878 'editing/FrameSelectionTest.cpp',
3879 'editing/GranularityStrategyTest.cpp', 3879 'editing/GranularityStrategyTest.cpp',
3880 'editing/InputMethodControllerTest.cpp', 3880 'editing/InputMethodControllerTest.cpp',
3881 'editing/iterators/TextIteratorTest.cpp', 3881 'editing/iterators/TextIteratorTest.cpp',
3882 'editing/StyledMarkupSerializerTest.cpp', 3882 'editing/StyledMarkupSerializerTest.cpp',
3883 'editing/SurroundingTextTest.cpp', 3883 'editing/SurroundingTextTest.cpp',
3884 'editing/VisiblePositionTest.cpp',
3884 'editing/VisibleSelectionTest.cpp', 3885 'editing/VisibleSelectionTest.cpp',
3885 'events/EventPathTest.cpp', 3886 'events/EventPathTest.cpp',
3886 'fetch/CachingCorrectnessTest.cpp', 3887 'fetch/CachingCorrectnessTest.cpp',
3887 'fetch/ClientHintsPreferencesTest.cpp', 3888 'fetch/ClientHintsPreferencesTest.cpp',
3888 'fetch/ImageResourceTest.cpp', 3889 'fetch/ImageResourceTest.cpp',
3889 'fetch/MemoryCacheTest.cpp', 3890 'fetch/MemoryCacheTest.cpp',
3890 'fetch/RawResourceTest.cpp', 3891 'fetch/RawResourceTest.cpp',
3891 'fetch/ResourceFetcherTest.cpp', 3892 'fetch/ResourceFetcherTest.cpp',
3892 'fetch/ResourceLoaderOptionsTest.cpp', 3893 'fetch/ResourceLoaderOptionsTest.cpp',
3893 'fetch/ResourceTest.cpp', 3894 'fetch/ResourceTest.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
3953 'style/OutlineValueTest.cpp', 3954 'style/OutlineValueTest.cpp',
3954 'style/SVGComputedStyleTest.cpp', 3955 'style/SVGComputedStyleTest.cpp',
3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3956 'testing/PrivateScriptTestTest.cpp', 3957 'testing/PrivateScriptTestTest.cpp',
3957 'timing/MemoryInfoTest.cpp', 3958 'timing/MemoryInfoTest.cpp',
3958 'workers/WorkerThreadTest.cpp', 3959 'workers/WorkerThreadTest.cpp',
3959 'xml/parser/SharedBufferReaderTest.cpp', 3960 'xml/parser/SharedBufferReaderTest.cpp',
3960 ], 3961 ],
3961 } 3962 }
3962 } 3963 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/VisiblePosition.h » ('j') | Source/core/editing/VisiblePositionTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698