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

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

Issue 1204953002: Introduce EditingTestBase to share code among test files for editing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-24T15:31:52 Rebase for chaning bot(?) Created 5 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/EditingTestBase.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3865 matching lines...) Expand 10 before | Expand all | Expand 10 after
3876 'dom/DocumentTest.cpp', 3876 'dom/DocumentTest.cpp',
3877 'dom/MainThreadTaskRunnerTest.cpp', 3877 'dom/MainThreadTaskRunnerTest.cpp',
3878 'dom/NthIndexCacheTest.cpp', 3878 'dom/NthIndexCacheTest.cpp',
3879 'dom/PositionTest.cpp', 3879 'dom/PositionTest.cpp',
3880 'dom/RangeTest.cpp', 3880 'dom/RangeTest.cpp',
3881 'dom/ScriptRunnerTest.cpp', 3881 'dom/ScriptRunnerTest.cpp',
3882 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3882 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3883 'dom/TreeScopeTest.cpp', 3883 'dom/TreeScopeTest.cpp',
3884 'dom/shadow/ComposedTreeTraversalTest.cpp', 3884 'dom/shadow/ComposedTreeTraversalTest.cpp',
3885 'editing/CompositionUnderlineRangeFilterTest.cpp', 3885 'editing/CompositionUnderlineRangeFilterTest.cpp',
3886 'editing/EditingTestBase.cpp',
3887 'editing/EditingTestBase.h',
3886 'editing/FrameSelectionTest.cpp', 3888 'editing/FrameSelectionTest.cpp',
3887 'editing/GranularityStrategyTest.cpp', 3889 'editing/GranularityStrategyTest.cpp',
3888 'editing/InputMethodControllerTest.cpp', 3890 'editing/InputMethodControllerTest.cpp',
3889 'editing/iterators/TextIteratorTest.cpp', 3891 'editing/iterators/TextIteratorTest.cpp',
3890 'editing/StyledMarkupSerializerTest.cpp', 3892 'editing/StyledMarkupSerializerTest.cpp',
3891 'editing/SurroundingTextTest.cpp', 3893 'editing/SurroundingTextTest.cpp',
3892 'editing/VisiblePositionTest.cpp', 3894 'editing/VisiblePositionTest.cpp',
3893 'editing/VisibleSelectionTest.cpp', 3895 'editing/VisibleSelectionTest.cpp',
3894 'events/EventPathTest.cpp', 3896 'events/EventPathTest.cpp',
3895 'fetch/CachingCorrectnessTest.cpp', 3897 'fetch/CachingCorrectnessTest.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
3962 'style/OutlineValueTest.cpp', 3964 'style/OutlineValueTest.cpp',
3963 'style/SVGComputedStyleTest.cpp', 3965 'style/SVGComputedStyleTest.cpp',
3964 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3966 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3965 'testing/PrivateScriptTestTest.cpp', 3967 'testing/PrivateScriptTestTest.cpp',
3966 'timing/MemoryInfoTest.cpp', 3968 'timing/MemoryInfoTest.cpp',
3967 'workers/WorkerThreadTest.cpp', 3969 'workers/WorkerThreadTest.cpp',
3968 'xml/parser/SharedBufferReaderTest.cpp', 3970 'xml/parser/SharedBufferReaderTest.cpp',
3969 ], 3971 ],
3970 } 3972 }
3971 } 3973 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/EditingTestBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698