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

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

Issue 988023005: Implementing directional selection strategy in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing feedback. Created 5 years, 8 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
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 'editing/EditingBehavior.h', 1303 'editing/EditingBehavior.h',
1304 'editing/EditingStrategy.cpp', 1304 'editing/EditingStrategy.cpp',
1305 'editing/EditingStrategy.h', 1305 'editing/EditingStrategy.h',
1306 'editing/EditingStyle.cpp', 1306 'editing/EditingStyle.cpp',
1307 'editing/Editor.cpp', 1307 'editing/Editor.cpp',
1308 'editing/EditorCommand.cpp', 1308 'editing/EditorCommand.cpp',
1309 'editing/EditorKeyBindings.cpp', 1309 'editing/EditorKeyBindings.cpp',
1310 'editing/FormatBlockCommand.cpp', 1310 'editing/FormatBlockCommand.cpp',
1311 'editing/FormatBlockCommand.h', 1311 'editing/FormatBlockCommand.h',
1312 'editing/FrameSelection.cpp', 1312 'editing/FrameSelection.cpp',
1313 'editing/GranularityStrategy.cpp',
1313 'editing/HTMLInterchange.cpp', 1314 'editing/HTMLInterchange.cpp',
1314 'editing/IndentOutdentCommand.cpp', 1315 'editing/IndentOutdentCommand.cpp',
1315 'editing/IndentOutdentCommand.h', 1316 'editing/IndentOutdentCommand.h',
1316 'editing/InputMethodController.cpp', 1317 'editing/InputMethodController.cpp',
1317 'editing/InputMethodController.h', 1318 'editing/InputMethodController.h',
1318 'editing/InsertIntoTextNodeCommand.cpp', 1319 'editing/InsertIntoTextNodeCommand.cpp',
1319 'editing/InsertIntoTextNodeCommand.h', 1320 'editing/InsertIntoTextNodeCommand.h',
1320 'editing/InsertLineBreakCommand.cpp', 1321 'editing/InsertLineBreakCommand.cpp',
1321 'editing/InsertLineBreakCommand.h', 1322 'editing/InsertLineBreakCommand.h',
1322 'editing/InsertListCommand.cpp', 1323 'editing/InsertListCommand.cpp',
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after
3834 'paint/LayerClipRecorderTest.cpp', 3835 'paint/LayerClipRecorderTest.cpp',
3835 'paint/LayoutObjectDrawingRecorderTest.cpp', 3836 'paint/LayoutObjectDrawingRecorderTest.cpp',
3836 'paint/TextPainterTest.cpp', 3837 'paint/TextPainterTest.cpp',
3837 'streams/ReadableStreamReaderTest.cpp', 3838 'streams/ReadableStreamReaderTest.cpp',
3838 'streams/ReadableStreamTest.cpp', 3839 'streams/ReadableStreamTest.cpp',
3839 'testing/PrivateScriptTestTest.cpp', 3840 'testing/PrivateScriptTestTest.cpp',
3840 'xml/parser/SharedBufferReaderTest.cpp', 3841 'xml/parser/SharedBufferReaderTest.cpp',
3841 ], 3842 ],
3842 } 3843 }
3843 } 3844 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.h » ('j') | Source/core/editing/FrameSelection.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698