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

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

Issue 2126143002: Sample of EditingStyleTest Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-07T14:36:19 Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyle.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 4020 matching lines...) Expand 10 before | Expand all | Expand 10 after
4031 'dom/custom/CustomElementReactionQueueTest.cpp', 4031 'dom/custom/CustomElementReactionQueueTest.cpp',
4032 'dom/custom/CustomElementReactionStackTest.cpp', 4032 'dom/custom/CustomElementReactionStackTest.cpp',
4033 'dom/custom/CustomElementReactionTestHelpers.h', 4033 'dom/custom/CustomElementReactionTestHelpers.h',
4034 'dom/custom/CustomElementTest.cpp', 4034 'dom/custom/CustomElementTest.cpp',
4035 'dom/custom/CustomElementTestHelpers.h', 4035 'dom/custom/CustomElementTestHelpers.h',
4036 'dom/custom/CustomElementUpgradeSorterTest.cpp', 4036 'dom/custom/CustomElementUpgradeSorterTest.cpp',
4037 'dom/custom/CustomElementsRegistryTest.cpp', 4037 'dom/custom/CustomElementsRegistryTest.cpp',
4038 'dom/shadow/FlatTreeTraversalTest.cpp', 4038 'dom/shadow/FlatTreeTraversalTest.cpp',
4039 'editing/EditingCommandTest.cpp', 4039 'editing/EditingCommandTest.cpp',
4040 'editing/EditingStrategyTest.cpp', 4040 'editing/EditingStrategyTest.cpp',
4041 'editing/EditingStyleTest.cpp',
4041 'editing/EditingTestBase.cpp', 4042 'editing/EditingTestBase.cpp',
4042 'editing/EditingTestBase.h', 4043 'editing/EditingTestBase.h',
4043 'editing/EditingUtilitiesTest.cpp', 4044 'editing/EditingUtilitiesTest.cpp',
4044 'editing/EditorTest.cpp', 4045 'editing/EditorTest.cpp',
4045 'editing/FrameSelectionTest.cpp', 4046 'editing/FrameSelectionTest.cpp',
4046 'editing/GranularityStrategyTest.cpp', 4047 'editing/GranularityStrategyTest.cpp',
4047 'editing/InputMethodControllerTest.cpp', 4048 'editing/InputMethodControllerTest.cpp',
4048 'editing/commands/ReplaceSelectionCommandTest.cpp', 4049 'editing/commands/ReplaceSelectionCommandTest.cpp',
4049 'editing/iterators/BackwardsTextBufferTest.cpp', 4050 'editing/iterators/BackwardsTextBufferTest.cpp',
4050 'editing/iterators/CharacterIteratorTest.cpp', 4051 'editing/iterators/CharacterIteratorTest.cpp',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
4196 'testing/PrivateScriptTestTest.cpp', 4197 'testing/PrivateScriptTestTest.cpp',
4197 'timing/MemoryInfoTest.cpp', 4198 'timing/MemoryInfoTest.cpp',
4198 'timing/PerformanceBaseTest.cpp', 4199 'timing/PerformanceBaseTest.cpp',
4199 'timing/PerformanceObserverTest.cpp', 4200 'timing/PerformanceObserverTest.cpp',
4200 'workers/WorkerThreadTest.cpp', 4201 'workers/WorkerThreadTest.cpp',
4201 'workers/WorkerThreadTestHelper.h', 4202 'workers/WorkerThreadTestHelper.h',
4202 'xml/parser/SharedBufferReaderTest.cpp', 4203 'xml/parser/SharedBufferReaderTest.cpp',
4203 ], 4204 ],
4204 } 4205 }
4205 } 4206 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698