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

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

Issue 1203613003: Make inSameLine() in VisibleUnits.cpp to work with positions in composed tree (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-24T17:52:54 Get rid of redundant explict in RenderedPosition 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/EditingTestBase.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 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 'editing/EditingTestBase.cpp', 3885 'editing/EditingTestBase.cpp',
3886 'editing/EditingTestBase.h', 3886 'editing/EditingTestBase.h',
3887 'editing/FrameSelectionTest.cpp', 3887 'editing/FrameSelectionTest.cpp',
3888 'editing/GranularityStrategyTest.cpp', 3888 'editing/GranularityStrategyTest.cpp',
3889 'editing/InputMethodControllerTest.cpp', 3889 'editing/InputMethodControllerTest.cpp',
3890 'editing/iterators/TextIteratorTest.cpp', 3890 'editing/iterators/TextIteratorTest.cpp',
3891 'editing/StyledMarkupSerializerTest.cpp', 3891 'editing/StyledMarkupSerializerTest.cpp',
3892 'editing/SurroundingTextTest.cpp', 3892 'editing/SurroundingTextTest.cpp',
3893 'editing/VisiblePositionTest.cpp', 3893 'editing/VisiblePositionTest.cpp',
3894 'editing/VisibleSelectionTest.cpp', 3894 'editing/VisibleSelectionTest.cpp',
3895 'editing/VisibleUnitsTest.cpp',
3895 'events/EventPathTest.cpp', 3896 'events/EventPathTest.cpp',
3896 'fetch/CachingCorrectnessTest.cpp', 3897 'fetch/CachingCorrectnessTest.cpp',
3897 'fetch/ClientHintsPreferencesTest.cpp', 3898 'fetch/ClientHintsPreferencesTest.cpp',
3898 'fetch/ImageResourceTest.cpp', 3899 'fetch/ImageResourceTest.cpp',
3899 'fetch/MemoryCacheTest.cpp', 3900 'fetch/MemoryCacheTest.cpp',
3900 'fetch/RawResourceTest.cpp', 3901 'fetch/RawResourceTest.cpp',
3901 'fetch/ResourceFetcherTest.cpp', 3902 'fetch/ResourceFetcherTest.cpp',
3902 'fetch/ResourceLoaderOptionsTest.cpp', 3903 'fetch/ResourceLoaderOptionsTest.cpp',
3903 'fetch/ResourceTest.cpp', 3904 'fetch/ResourceTest.cpp',
3904 'fileapi/FileListTest.cpp', 3905 'fileapi/FileListTest.cpp',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
3963 'style/OutlineValueTest.cpp', 3964 'style/OutlineValueTest.cpp',
3964 'style/SVGComputedStyleTest.cpp', 3965 'style/SVGComputedStyleTest.cpp',
3965 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3966 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3966 'testing/PrivateScriptTestTest.cpp', 3967 'testing/PrivateScriptTestTest.cpp',
3967 'timing/MemoryInfoTest.cpp', 3968 'timing/MemoryInfoTest.cpp',
3968 'workers/WorkerThreadTest.cpp', 3969 'workers/WorkerThreadTest.cpp',
3969 'xml/parser/SharedBufferReaderTest.cpp', 3970 'xml/parser/SharedBufferReaderTest.cpp',
3970 ], 3971 ],
3971 } 3972 }
3972 } 3973 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/EditingTestBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698