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

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

Issue 2251753002: Merge TextCheckingHelper into SpellChecker Part 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CleanupIncludesInTCH
Patch Set: Created 4 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 | third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 'editing/serializers/StyledMarkupAccumulator.cpp', 1655 'editing/serializers/StyledMarkupAccumulator.cpp',
1656 'editing/serializers/StyledMarkupAccumulator.h', 1656 'editing/serializers/StyledMarkupAccumulator.h',
1657 'editing/serializers/StyledMarkupSerializer.cpp', 1657 'editing/serializers/StyledMarkupSerializer.cpp',
1658 'editing/serializers/StyledMarkupSerializer.h', 1658 'editing/serializers/StyledMarkupSerializer.h',
1659 'editing/serializers/TextOffset.cpp', 1659 'editing/serializers/TextOffset.cpp',
1660 'editing/serializers/TextOffset.h', 1660 'editing/serializers/TextOffset.h',
1661 'editing/spellcheck/SpellCheckRequester.cpp', 1661 'editing/spellcheck/SpellCheckRequester.cpp',
1662 'editing/spellcheck/SpellCheckRequester.h', 1662 'editing/spellcheck/SpellCheckRequester.h',
1663 'editing/spellcheck/SpellChecker.cpp', 1663 'editing/spellcheck/SpellChecker.cpp',
1664 'editing/spellcheck/SpellChecker.h', 1664 'editing/spellcheck/SpellChecker.h',
1665 'editing/spellcheck/TextCheckingHelper.cpp', 1665 'editing/spellcheck/TextCheckingParagraph.cpp',
1666 'editing/spellcheck/TextCheckingHelper.h', 1666 'editing/spellcheck/TextCheckingParagraph.h',
1667 'editing/state_machines/BackspaceStateMachine.cpp', 1667 'editing/state_machines/BackspaceStateMachine.cpp',
1668 'editing/state_machines/BackspaceStateMachine.h', 1668 'editing/state_machines/BackspaceStateMachine.h',
1669 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp', 1669 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp',
1670 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h', 1670 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h',
1671 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp', 1671 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp',
1672 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h', 1672 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h',
1673 'editing/state_machines/TextSegmentationMachineState.cpp', 1673 'editing/state_machines/TextSegmentationMachineState.cpp',
1674 'editing/state_machines/TextSegmentationMachineState.h', 1674 'editing/state_machines/TextSegmentationMachineState.h',
1675 'editing/state_machines/StateMachineUtil.cpp', 1675 'editing/state_machines/StateMachineUtil.cpp',
1676 'editing/state_machines/StateMachineUtil.h', 1676 'editing/state_machines/StateMachineUtil.h',
(...skipping 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after
4273 'testing/PrivateScriptTestTest.cpp', 4273 'testing/PrivateScriptTestTest.cpp',
4274 'timing/MemoryInfoTest.cpp', 4274 'timing/MemoryInfoTest.cpp',
4275 'timing/PerformanceBaseTest.cpp', 4275 'timing/PerformanceBaseTest.cpp',
4276 'timing/PerformanceObserverTest.cpp', 4276 'timing/PerformanceObserverTest.cpp',
4277 'workers/WorkerThreadTest.cpp', 4277 'workers/WorkerThreadTest.cpp',
4278 'workers/WorkerThreadTestHelper.h', 4278 'workers/WorkerThreadTestHelper.h',
4279 'xml/parser/SharedBufferReaderTest.cpp', 4279 'xml/parser/SharedBufferReaderTest.cpp',
4280 ], 4280 ],
4281 } 4281 }
4282 } 4282 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698