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

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

Issue 1113323002: [Reland] Refactor the selection code in EventHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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/SelectionController.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 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 'editing/RemoveFormatCommand.h', 1367 'editing/RemoveFormatCommand.h',
1368 'editing/RemoveNodeCommand.cpp', 1368 'editing/RemoveNodeCommand.cpp',
1369 'editing/RemoveNodeCommand.h', 1369 'editing/RemoveNodeCommand.h',
1370 'editing/RemoveNodePreservingChildrenCommand.cpp', 1370 'editing/RemoveNodePreservingChildrenCommand.cpp',
1371 'editing/RemoveNodePreservingChildrenCommand.h', 1371 'editing/RemoveNodePreservingChildrenCommand.h',
1372 'editing/RenderedPosition.cpp', 1372 'editing/RenderedPosition.cpp',
1373 'editing/RenderedPosition.h', 1373 'editing/RenderedPosition.h',
1374 'editing/ReplaceNodeWithSpanCommand.cpp', 1374 'editing/ReplaceNodeWithSpanCommand.cpp',
1375 'editing/ReplaceNodeWithSpanCommand.h', 1375 'editing/ReplaceNodeWithSpanCommand.h',
1376 'editing/ReplaceSelectionCommand.cpp', 1376 'editing/ReplaceSelectionCommand.cpp',
1377 'editing/SelectionController.cpp',
1378 'editing/SelectionController.h',
1377 'editing/SelectionType.h', 1379 'editing/SelectionType.h',
1378 'editing/SetNodeAttributeCommand.cpp', 1380 'editing/SetNodeAttributeCommand.cpp',
1379 'editing/SetNodeAttributeCommand.h', 1381 'editing/SetNodeAttributeCommand.h',
1380 'editing/SimplifyMarkupCommand.cpp', 1382 'editing/SimplifyMarkupCommand.cpp',
1381 'editing/SmartReplaceCF.cpp', 1383 'editing/SmartReplaceCF.cpp',
1382 'editing/SmartReplaceICU.cpp', 1384 'editing/SmartReplaceICU.cpp',
1383 'editing/SpellCheckRequester.cpp', 1385 'editing/SpellCheckRequester.cpp',
1384 'editing/SpellCheckRequester.h', 1386 'editing/SpellCheckRequester.h',
1385 'editing/SpellChecker.cpp', 1387 'editing/SpellChecker.cpp',
1386 'editing/SpellChecker.h', 1388 'editing/SpellChecker.h',
(...skipping 2506 matching lines...) Expand 10 before | Expand all | Expand 10 after
3893 'html/LinkRelAttributeTest.cpp', 3895 'html/LinkRelAttributeTest.cpp',
3894 'html/TimeRangesTest.cpp', 3896 'html/TimeRangesTest.cpp',
3895 'html/canvas/CanvasRenderingContext2DAPITest.cpp', 3897 'html/canvas/CanvasRenderingContext2DAPITest.cpp',
3896 'html/canvas/CanvasRenderingContext2DTest.cpp', 3898 'html/canvas/CanvasRenderingContext2DTest.cpp',
3897 'html/forms/FileInputTypeTest.cpp', 3899 'html/forms/FileInputTypeTest.cpp',
3898 'html/parser/HTMLParserThreadTest.cpp', 3900 'html/parser/HTMLParserThreadTest.cpp',
3899 'html/parser/HTMLPreloadScannerTest.cpp', 3901 'html/parser/HTMLPreloadScannerTest.cpp',
3900 'html/parser/HTMLSrcsetParserTest.cpp', 3902 'html/parser/HTMLSrcsetParserTest.cpp',
3901 'html/track/vtt/BufferedLineReaderTest.cpp', 3903 'html/track/vtt/BufferedLineReaderTest.cpp',
3902 'html/track/vtt/VTTScannerTest.cpp', 3904 'html/track/vtt/VTTScannerTest.cpp',
3905 'input/EventHandlerTest.cpp',
3903 'layout/ImageQualityControllerTest.cpp', 3906 'layout/ImageQualityControllerTest.cpp',
3904 'layout/LayoutBlockTest.cpp', 3907 'layout/LayoutBlockTest.cpp',
3905 'layout/LayoutInlineTest.cpp', 3908 'layout/LayoutInlineTest.cpp',
3906 'layout/LayoutMenuListTest.cpp', 3909 'layout/LayoutMenuListTest.cpp',
3907 'layout/LayoutMultiColumnFlowThreadTest.cpp', 3910 'layout/LayoutMultiColumnFlowThreadTest.cpp',
3908 'layout/LayoutObjectTest.cpp', 3911 'layout/LayoutObjectTest.cpp',
3909 'layout/LayoutPartTest.cpp', 3912 'layout/LayoutPartTest.cpp',
3910 'layout/LayoutTableCellTest.cpp', 3913 'layout/LayoutTableCellTest.cpp',
3911 'layout/LayoutTableRowTest.cpp', 3914 'layout/LayoutTableRowTest.cpp',
3912 'layout/LayoutTestHelper.cpp', 3915 'layout/LayoutTestHelper.cpp',
(...skipping 21 matching lines...) Expand all
3934 'style/OutlineValueTest.cpp', 3937 'style/OutlineValueTest.cpp',
3935 'style/SVGComputedStyleTest.cpp', 3938 'style/SVGComputedStyleTest.cpp',
3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3939 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3937 'testing/PrivateScriptTestTest.cpp', 3940 'testing/PrivateScriptTestTest.cpp',
3938 'timing/MemoryInfoTest.cpp', 3941 'timing/MemoryInfoTest.cpp',
3939 'workers/WorkerThreadTest.cpp', 3942 'workers/WorkerThreadTest.cpp',
3940 'xml/parser/SharedBufferReaderTest.cpp', 3943 'xml/parser/SharedBufferReaderTest.cpp',
3941 ], 3944 ],
3942 } 3945 }
3943 } 3946 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/SelectionController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698