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

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

Issue 1308263002: Introduce EditingUtilitiesTest.cpp as a home of nextPositionOf() test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/EditingUtilitiesTest.cpp » ('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 3753 matching lines...) Expand 10 before | Expand all | Expand 10 after
3764 'dom/RangeTest.cpp', 3764 'dom/RangeTest.cpp',
3765 'dom/ScriptRunnerTest.cpp', 3765 'dom/ScriptRunnerTest.cpp',
3766 'dom/StyleElementTest.cpp', 3766 'dom/StyleElementTest.cpp',
3767 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3767 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3768 'dom/TreeScopeTest.cpp', 3768 'dom/TreeScopeTest.cpp',
3769 'dom/shadow/ComposedTreeTraversalTest.cpp', 3769 'dom/shadow/ComposedTreeTraversalTest.cpp',
3770 'editing/CompositionUnderlineRangeFilterTest.cpp', 3770 'editing/CompositionUnderlineRangeFilterTest.cpp',
3771 'editing/EditingStrategyTest.cpp', 3771 'editing/EditingStrategyTest.cpp',
3772 'editing/EditingTestBase.cpp', 3772 'editing/EditingTestBase.cpp',
3773 'editing/EditingTestBase.h', 3773 'editing/EditingTestBase.h',
3774 'editing/EditingUtilitiesTest.cpp',
3774 'editing/FrameSelectionTest.cpp', 3775 'editing/FrameSelectionTest.cpp',
3775 'editing/GranularityStrategyTest.cpp', 3776 'editing/GranularityStrategyTest.cpp',
3776 'editing/InputMethodControllerTest.cpp', 3777 'editing/InputMethodControllerTest.cpp',
3777 'editing/iterators/CharacterIteratorTest.cpp', 3778 'editing/iterators/CharacterIteratorTest.cpp',
3778 'editing/iterators/SearchBufferTest.cpp', 3779 'editing/iterators/SearchBufferTest.cpp',
3779 'editing/iterators/TextIteratorTest.cpp', 3780 'editing/iterators/TextIteratorTest.cpp',
3780 'editing/markers/DocumentMarkerControllerTest.cpp', 3781 'editing/markers/DocumentMarkerControllerTest.cpp',
3781 'editing/PositionTest.cpp', 3782 'editing/PositionTest.cpp',
3782 'editing/SurroundingTextTest.cpp', 3783 'editing/SurroundingTextTest.cpp',
3783 'editing/VisiblePositionTest.cpp', 3784 'editing/VisiblePositionTest.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
3856 'style/OutlineValueTest.cpp', 3857 'style/OutlineValueTest.cpp',
3857 'style/SVGComputedStyleTest.cpp', 3858 'style/SVGComputedStyleTest.cpp',
3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3859 'testing/PrivateScriptTestTest.cpp', 3860 'testing/PrivateScriptTestTest.cpp',
3860 'timing/MemoryInfoTest.cpp', 3861 'timing/MemoryInfoTest.cpp',
3861 'workers/WorkerThreadTest.cpp', 3862 'workers/WorkerThreadTest.cpp',
3862 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3863 ], 3864 ],
3864 } 3865 }
3865 } 3866 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/EditingUtilitiesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698