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

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

Issue 359593002: Selection should be updated after node is moved to another document (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 3362 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 'css/parser/MediaConditionTest.cpp', 3373 'css/parser/MediaConditionTest.cpp',
3374 'css/resolver/FontBuilderTest.cpp', 3374 'css/resolver/FontBuilderTest.cpp',
3375 'dom/ActiveDOMObjectTest.cpp', 3375 'dom/ActiveDOMObjectTest.cpp',
3376 'dom/DOMImplementationTest.cpp', 3376 'dom/DOMImplementationTest.cpp',
3377 'dom/DocumentMarkerControllerTest.cpp', 3377 'dom/DocumentMarkerControllerTest.cpp',
3378 'dom/DocumentTest.cpp', 3378 'dom/DocumentTest.cpp',
3379 'dom/MainThreadTaskRunnerTest.cpp', 3379 'dom/MainThreadTaskRunnerTest.cpp',
3380 'dom/RangeTest.cpp', 3380 'dom/RangeTest.cpp',
3381 'dom/TreeScopeTest.cpp', 3381 'dom/TreeScopeTest.cpp',
3382 'editing/CompositionUnderlineRangeFilterTest.cpp', 3382 'editing/CompositionUnderlineRangeFilterTest.cpp',
3383 'editing/FrameSelectionTest.cpp',
3383 'editing/InputMethodControllerTest.cpp', 3384 'editing/InputMethodControllerTest.cpp',
3384 'editing/SurroundingTextTest.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',
(...skipping 11 matching lines...) Expand all
3404 'rendering/RenderOverflowTest.cpp', 3405 'rendering/RenderOverflowTest.cpp',
3405 'rendering/RenderTableCellTest.cpp', 3406 'rendering/RenderTableCellTest.cpp',
3406 'rendering/RenderTableRowTest.cpp', 3407 'rendering/RenderTableRowTest.cpp',
3407 'rendering/shapes/BoxShapeTest.cpp', 3408 'rendering/shapes/BoxShapeTest.cpp',
3408 'testing/UnitTestHelpers.cpp', 3409 'testing/UnitTestHelpers.cpp',
3409 'testing/UnitTestHelpers.h', 3410 'testing/UnitTestHelpers.h',
3410 'xml/parser/SharedBufferReaderTest.cpp', 3411 'xml/parser/SharedBufferReaderTest.cpp',
3411 ], 3412 ],
3412 } 3413 }
3413 } 3414 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.h » ('j') | Source/core/editing/FrameSelectionTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698