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

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

Issue 307353002: Use Position instead of VisiblePosition for SurroundingText. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments Created 6 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/SurroundingText.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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 'css/parser/SizesAttributeParserTest.cpp', 3375 'css/parser/SizesAttributeParserTest.cpp',
3376 'css/parser/MediaConditionTest.cpp', 3376 'css/parser/MediaConditionTest.cpp',
3377 'css/resolver/FontBuilderTest.cpp', 3377 'css/resolver/FontBuilderTest.cpp',
3378 'dom/ActiveDOMObjectTest.cpp', 3378 'dom/ActiveDOMObjectTest.cpp',
3379 'dom/DOMImplementationTest.cpp', 3379 'dom/DOMImplementationTest.cpp',
3380 'dom/DocumentMarkerControllerTest.cpp', 3380 'dom/DocumentMarkerControllerTest.cpp',
3381 'dom/DocumentTest.cpp', 3381 'dom/DocumentTest.cpp',
3382 'dom/MainThreadTaskRunnerTest.cpp', 3382 'dom/MainThreadTaskRunnerTest.cpp',
3383 'dom/RangeTest.cpp', 3383 'dom/RangeTest.cpp',
3384 'dom/TreeScopeTest.cpp', 3384 'dom/TreeScopeTest.cpp',
3385 'editing/SurroundingTextTest.cpp',
3385 'editing/TextIteratorTest.cpp', 3386 'editing/TextIteratorTest.cpp',
3386 'editing/VisibleSelectionTest.cpp', 3387 'editing/VisibleSelectionTest.cpp',
3387 'fetch/CachingCorrectnessTest.cpp', 3388 'fetch/CachingCorrectnessTest.cpp',
3388 'fetch/ImageResourceTest.cpp', 3389 'fetch/ImageResourceTest.cpp',
3389 'fetch/MemoryCacheTest.cpp', 3390 'fetch/MemoryCacheTest.cpp',
3390 'fetch/RawResourceTest.cpp', 3391 'fetch/RawResourceTest.cpp',
3391 'fetch/ResourceFetcherTest.cpp', 3392 'fetch/ResourceFetcherTest.cpp',
3392 'frame/ImageBitmapTest.cpp', 3393 'frame/ImageBitmapTest.cpp',
3393 'html/HTMLDimensionTest.cpp', 3394 'html/HTMLDimensionTest.cpp',
3394 'html/HTMLLinkElementSizesAttributeTest.cpp', 3395 'html/HTMLLinkElementSizesAttributeTest.cpp',
3395 'html/LinkRelAttributeTest.cpp', 3396 'html/LinkRelAttributeTest.cpp',
3396 'html/TimeRangesTest.cpp', 3397 'html/TimeRangesTest.cpp',
3397 'html/parser/HTMLParserThreadTest.cpp', 3398 'html/parser/HTMLParserThreadTest.cpp',
3398 'html/parser/HTMLSrcsetParserTest.cpp', 3399 'html/parser/HTMLSrcsetParserTest.cpp',
3399 'html/track/vtt/BufferedLineReaderTest.cpp', 3400 'html/track/vtt/BufferedLineReaderTest.cpp',
3400 'html/track/vtt/VTTScannerTest.cpp', 3401 'html/track/vtt/VTTScannerTest.cpp',
3401 'loader/MixedContentCheckerTest.cpp', 3402 'loader/MixedContentCheckerTest.cpp',
3402 'page/NetworkStateNotifierTest.cpp', 3403 'page/NetworkStateNotifierTest.cpp',
3403 'rendering/RenderOverflowTest.cpp', 3404 'rendering/RenderOverflowTest.cpp',
3404 'rendering/shapes/BoxShapeTest.cpp', 3405 'rendering/shapes/BoxShapeTest.cpp',
3405 'testing/UnitTestHelpers.cpp', 3406 'testing/UnitTestHelpers.cpp',
3406 'testing/UnitTestHelpers.h', 3407 'testing/UnitTestHelpers.h',
3407 'xml/parser/SharedBufferReaderTest.cpp', 3408 'xml/parser/SharedBufferReaderTest.cpp',
3408 ], 3409 ],
3409 } 3410 }
3410 } 3411 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/SurroundingText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698