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

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

Issue 1287263004: Move spell checker in core/editing/ related files into core/editing/spellcheck/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-17T10:33:57 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/dom/Document.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 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 'editing/SelectionController.cpp', 1374 'editing/SelectionController.cpp',
1375 'editing/SelectionController.h', 1375 'editing/SelectionController.h',
1376 'editing/SelectionType.h', 1376 'editing/SelectionType.h',
1377 'editing/Serialization.cpp', 1377 'editing/Serialization.cpp',
1378 'editing/Serialization.h', 1378 'editing/Serialization.h',
1379 'editing/SetNodeAttributeCommand.cpp', 1379 'editing/SetNodeAttributeCommand.cpp',
1380 'editing/SetNodeAttributeCommand.h', 1380 'editing/SetNodeAttributeCommand.h',
1381 'editing/SimplifyMarkupCommand.cpp', 1381 'editing/SimplifyMarkupCommand.cpp',
1382 'editing/SmartReplaceCF.cpp', 1382 'editing/SmartReplaceCF.cpp',
1383 'editing/SmartReplaceICU.cpp', 1383 'editing/SmartReplaceICU.cpp',
1384 'editing/SpellCheckRequester.cpp',
1385 'editing/SpellCheckRequester.h',
1386 'editing/SpellChecker.cpp',
1387 'editing/SpellChecker.h',
1388 'editing/SplitElementCommand.cpp', 1384 'editing/SplitElementCommand.cpp',
1389 'editing/SplitElementCommand.h', 1385 'editing/SplitElementCommand.h',
1390 'editing/SplitTextNodeCommand.cpp', 1386 'editing/SplitTextNodeCommand.cpp',
1391 'editing/SplitTextNodeCommand.h', 1387 'editing/SplitTextNodeCommand.h',
1392 'editing/SplitTextNodeContainingElementCommand.cpp', 1388 'editing/SplitTextNodeContainingElementCommand.cpp',
1393 'editing/SplitTextNodeContainingElementCommand.h', 1389 'editing/SplitTextNodeContainingElementCommand.h',
1394 'editing/StyledMarkupAccumulator.cpp', 1390 'editing/StyledMarkupAccumulator.cpp',
1395 'editing/StyledMarkupAccumulator.h', 1391 'editing/StyledMarkupAccumulator.h',
1396 'editing/StyledMarkupSerializer.cpp', 1392 'editing/StyledMarkupSerializer.cpp',
1397 'editing/StyledMarkupSerializer.h', 1393 'editing/StyledMarkupSerializer.h',
1398 'editing/SurroundingText.cpp', 1394 'editing/SurroundingText.cpp',
1399 'editing/SurroundingText.h', 1395 'editing/SurroundingText.h',
1400 'editing/TextCheckingHelper.cpp',
1401 'editing/TextCheckingHelper.h',
1402 'editing/TextInsertionBaseCommand.cpp', 1396 'editing/TextInsertionBaseCommand.cpp',
1403 'editing/TextInsertionBaseCommand.h', 1397 'editing/TextInsertionBaseCommand.h',
1404 'editing/TextOffset.cpp', 1398 'editing/TextOffset.cpp',
1405 'editing/TextOffset.h', 1399 'editing/TextOffset.h',
1406 'editing/TypingCommand.cpp', 1400 'editing/TypingCommand.cpp',
1407 'editing/UndoStack.cpp', 1401 'editing/UndoStack.cpp',
1408 'editing/UndoStack.h', 1402 'editing/UndoStack.h',
1409 'editing/UndoStep.h', 1403 'editing/UndoStep.h',
1410 'editing/UnlinkCommand.cpp', 1404 'editing/UnlinkCommand.cpp',
1411 'editing/UnlinkCommand.h', 1405 'editing/UnlinkCommand.h',
1412 'editing/VisiblePosition.cpp', 1406 'editing/VisiblePosition.cpp',
1413 'editing/VisibleSelection.cpp', 1407 'editing/VisibleSelection.cpp',
1414 'editing/VisibleUnits.cpp', 1408 'editing/VisibleUnits.cpp',
1415 'editing/WrapContentsInDummySpanCommand.cpp', 1409 'editing/WrapContentsInDummySpanCommand.cpp',
1416 'editing/WrapContentsInDummySpanCommand.h', 1410 'editing/WrapContentsInDummySpanCommand.h',
1411 'editing/spellcheck/SpellCheckRequester.cpp',
1412 'editing/spellcheck/SpellCheckRequester.h',
1413 'editing/spellcheck/SpellChecker.cpp',
1414 'editing/spellcheck/SpellChecker.h',
1415 'editing/spellcheck/TextCheckingHelper.cpp',
1416 'editing/spellcheck/TextCheckingHelper.h',
1417 'fetch/AccessControlStatus.h', 1417 'fetch/AccessControlStatus.h',
1418 'fetch/CSSStyleSheetResource.cpp', 1418 'fetch/CSSStyleSheetResource.cpp',
1419 'fetch/CSSStyleSheetResource.h', 1419 'fetch/CSSStyleSheetResource.h',
1420 'fetch/CachedMetadata.h', 1420 'fetch/CachedMetadata.h',
1421 'fetch/CachedMetadataHandler.h', 1421 'fetch/CachedMetadataHandler.h',
1422 'fetch/ClientHintsPreferences.cpp', 1422 'fetch/ClientHintsPreferences.cpp',
1423 'fetch/ClientHintsPreferences.h', 1423 'fetch/ClientHintsPreferences.h',
1424 'fetch/CrossOriginAccessControl.cpp', 1424 'fetch/CrossOriginAccessControl.cpp',
1425 'fetch/CrossOriginAccessControl.h', 1425 'fetch/CrossOriginAccessControl.h',
1426 'fetch/DocumentResource.cpp', 1426 'fetch/DocumentResource.cpp',
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3830 'style/OutlineValueTest.cpp', 3830 'style/OutlineValueTest.cpp',
3831 'style/SVGComputedStyleTest.cpp', 3831 'style/SVGComputedStyleTest.cpp',
3832 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3832 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3833 'testing/PrivateScriptTestTest.cpp', 3833 'testing/PrivateScriptTestTest.cpp',
3834 'timing/MemoryInfoTest.cpp', 3834 'timing/MemoryInfoTest.cpp',
3835 'workers/WorkerThreadTest.cpp', 3835 'workers/WorkerThreadTest.cpp',
3836 'xml/parser/SharedBufferReaderTest.cpp', 3836 'xml/parser/SharedBufferReaderTest.cpp',
3837 ], 3837 ],
3838 } 3838 }
3839 } 3839 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698