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

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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 3397 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 'css/parser/MediaConditionTest.cpp', 3408 'css/parser/MediaConditionTest.cpp',
3409 'css/resolver/FontBuilderTest.cpp', 3409 'css/resolver/FontBuilderTest.cpp',
3410 'dom/ActiveDOMObjectTest.cpp', 3410 'dom/ActiveDOMObjectTest.cpp',
3411 'dom/DOMImplementationTest.cpp', 3411 'dom/DOMImplementationTest.cpp',
3412 'dom/DocumentMarkerControllerTest.cpp', 3412 'dom/DocumentMarkerControllerTest.cpp',
3413 'dom/DocumentTest.cpp', 3413 'dom/DocumentTest.cpp',
3414 'dom/MainThreadTaskRunnerTest.cpp', 3414 'dom/MainThreadTaskRunnerTest.cpp',
3415 'dom/RangeTest.cpp', 3415 'dom/RangeTest.cpp',
3416 'dom/TreeScopeTest.cpp', 3416 'dom/TreeScopeTest.cpp',
3417 'editing/CompositionUnderlineRangeFilterTest.cpp', 3417 'editing/CompositionUnderlineRangeFilterTest.cpp',
3418 'editing/FrameSelectionTest.cpp',
3418 'editing/InputMethodControllerTest.cpp', 3419 'editing/InputMethodControllerTest.cpp',
3419 'editing/SurroundingTextTest.cpp', 3420 'editing/SurroundingTextTest.cpp',
3420 'editing/TextIteratorTest.cpp', 3421 'editing/TextIteratorTest.cpp',
3421 'editing/VisibleSelectionTest.cpp', 3422 'editing/VisibleSelectionTest.cpp',
3422 'fetch/CachingCorrectnessTest.cpp', 3423 'fetch/CachingCorrectnessTest.cpp',
3423 'fetch/ImageResourceTest.cpp', 3424 'fetch/ImageResourceTest.cpp',
3424 'fetch/MemoryCacheTest.cpp', 3425 'fetch/MemoryCacheTest.cpp',
3425 'fetch/RawResourceTest.cpp', 3426 'fetch/RawResourceTest.cpp',
3426 'fetch/ResourceFetcherTest.cpp', 3427 'fetch/ResourceFetcherTest.cpp',
3427 'frame/ImageBitmapTest.cpp', 3428 'frame/ImageBitmapTest.cpp',
(...skipping 12 matching lines...) Expand all
3440 'rendering/RenderTableCellTest.cpp', 3441 'rendering/RenderTableCellTest.cpp',
3441 'rendering/RenderTableRowTest.cpp', 3442 'rendering/RenderTableRowTest.cpp',
3442 'rendering/shapes/BoxShapeTest.cpp', 3443 'rendering/shapes/BoxShapeTest.cpp',
3443 'testing/PrivateScriptTestTest.cpp', 3444 'testing/PrivateScriptTestTest.cpp',
3444 'testing/UnitTestHelpers.cpp', 3445 'testing/UnitTestHelpers.cpp',
3445 'testing/UnitTestHelpers.h', 3446 'testing/UnitTestHelpers.h',
3446 'xml/parser/SharedBufferReaderTest.cpp', 3447 'xml/parser/SharedBufferReaderTest.cpp',
3447 ], 3448 ],
3448 } 3449 }
3449 } 3450 }
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698