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

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: Fixed FrameSelectionTest.cpp 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 3367 matching lines...) Expand 10 before | Expand all | Expand 10 after
3378 'css/parser/MediaConditionTest.cpp', 3378 'css/parser/MediaConditionTest.cpp',
3379 'css/resolver/FontBuilderTest.cpp', 3379 'css/resolver/FontBuilderTest.cpp',
3380 'dom/ActiveDOMObjectTest.cpp', 3380 'dom/ActiveDOMObjectTest.cpp',
3381 'dom/DOMImplementationTest.cpp', 3381 'dom/DOMImplementationTest.cpp',
3382 'dom/DocumentMarkerControllerTest.cpp', 3382 'dom/DocumentMarkerControllerTest.cpp',
3383 'dom/DocumentTest.cpp', 3383 'dom/DocumentTest.cpp',
3384 'dom/MainThreadTaskRunnerTest.cpp', 3384 'dom/MainThreadTaskRunnerTest.cpp',
3385 'dom/RangeTest.cpp', 3385 'dom/RangeTest.cpp',
3386 'dom/TreeScopeTest.cpp', 3386 'dom/TreeScopeTest.cpp',
3387 'editing/CompositionUnderlineRangeFilterTest.cpp', 3387 'editing/CompositionUnderlineRangeFilterTest.cpp',
3388 'editing/FrameSelectionTest.cpp',
3388 'editing/InputMethodControllerTest.cpp', 3389 'editing/InputMethodControllerTest.cpp',
3389 'editing/SurroundingTextTest.cpp', 3390 'editing/SurroundingTextTest.cpp',
3390 'editing/TextIteratorTest.cpp', 3391 'editing/TextIteratorTest.cpp',
3391 'editing/VisibleSelectionTest.cpp', 3392 'editing/VisibleSelectionTest.cpp',
3392 'fetch/CachingCorrectnessTest.cpp', 3393 'fetch/CachingCorrectnessTest.cpp',
3393 'fetch/ImageResourceTest.cpp', 3394 'fetch/ImageResourceTest.cpp',
3394 'fetch/MemoryCacheTest.cpp', 3395 'fetch/MemoryCacheTest.cpp',
3395 'fetch/RawResourceTest.cpp', 3396 'fetch/RawResourceTest.cpp',
3396 'fetch/ResourceFetcherTest.cpp', 3397 'fetch/ResourceFetcherTest.cpp',
3397 'frame/ImageBitmapTest.cpp', 3398 'frame/ImageBitmapTest.cpp',
(...skipping 11 matching lines...) Expand all
3409 'rendering/RenderOverflowTest.cpp', 3410 'rendering/RenderOverflowTest.cpp',
3410 'rendering/RenderTableCellTest.cpp', 3411 'rendering/RenderTableCellTest.cpp',
3411 'rendering/RenderTableRowTest.cpp', 3412 'rendering/RenderTableRowTest.cpp',
3412 'rendering/shapes/BoxShapeTest.cpp', 3413 'rendering/shapes/BoxShapeTest.cpp',
3413 'testing/UnitTestHelpers.cpp', 3414 'testing/UnitTestHelpers.cpp',
3414 'testing/UnitTestHelpers.h', 3415 'testing/UnitTestHelpers.h',
3415 'xml/parser/SharedBufferReaderTest.cpp', 3416 'xml/parser/SharedBufferReaderTest.cpp',
3416 ], 3417 ],
3417 } 3418 }
3418 } 3419 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698