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

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

Issue 1236823002: Move DragCaretController class to its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-07-13T15:55:28 --similarity=30 Created 5 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 | Source/core/dom/Document.cpp » ('j') | Source/core/editing/DragCaretController.h » ('J')
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 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 'editing/CompositionUnderline.h', 1271 'editing/CompositionUnderline.h',
1272 'editing/CompositionUnderlineRangeFilter.cpp', 1272 'editing/CompositionUnderlineRangeFilter.cpp',
1273 'editing/CompositionUnderlineRangeFilter.h', 1273 'editing/CompositionUnderlineRangeFilter.h',
1274 'editing/CreateLinkCommand.cpp', 1274 'editing/CreateLinkCommand.cpp',
1275 'editing/CreateLinkCommand.h', 1275 'editing/CreateLinkCommand.h',
1276 'editing/DOMSelection.cpp', 1276 'editing/DOMSelection.cpp',
1277 'editing/DOMSelection.h', 1277 'editing/DOMSelection.h',
1278 'editing/DeleteFromTextNodeCommand.cpp', 1278 'editing/DeleteFromTextNodeCommand.cpp',
1279 'editing/DeleteFromTextNodeCommand.h', 1279 'editing/DeleteFromTextNodeCommand.h',
1280 'editing/DeleteSelectionCommand.cpp', 1280 'editing/DeleteSelectionCommand.cpp',
1281 'editing/DragCaretController.cpp',
1282 'editing/DragCaretController.h',
1281 'editing/EditCommand.cpp', 1283 'editing/EditCommand.cpp',
1282 'editing/EditingBehavior.cpp', 1284 'editing/EditingBehavior.cpp',
1283 'editing/EditingBehavior.h', 1285 'editing/EditingBehavior.h',
1284 'editing/EditingStrategy.cpp', 1286 'editing/EditingStrategy.cpp',
1285 'editing/EditingStrategy.h', 1287 'editing/EditingStrategy.h',
1286 'editing/EditingStyle.cpp', 1288 'editing/EditingStyle.cpp',
1287 'editing/Editor.cpp', 1289 'editing/Editor.cpp',
1288 'editing/EditorCommand.cpp', 1290 'editing/EditorCommand.cpp',
1289 'editing/EditorKeyBindings.cpp', 1291 'editing/EditorKeyBindings.cpp',
1290 'editing/EphemeralRange.cpp', 1292 'editing/EphemeralRange.cpp',
(...skipping 2501 matching lines...) Expand 10 before | Expand all | Expand 10 after
3792 'style/OutlineValueTest.cpp', 3794 'style/OutlineValueTest.cpp',
3793 'style/SVGComputedStyleTest.cpp', 3795 'style/SVGComputedStyleTest.cpp',
3794 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3796 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3795 'testing/PrivateScriptTestTest.cpp', 3797 'testing/PrivateScriptTestTest.cpp',
3796 'timing/MemoryInfoTest.cpp', 3798 'timing/MemoryInfoTest.cpp',
3797 'workers/WorkerThreadTest.cpp', 3799 'workers/WorkerThreadTest.cpp',
3798 'xml/parser/SharedBufferReaderTest.cpp', 3800 'xml/parser/SharedBufferReaderTest.cpp',
3799 ], 3801 ],
3800 } 3802 }
3801 } 3803 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/editing/DragCaretController.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698