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

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

Issue 1994883002: [Editing][CodeHealth] Extract new FrameCaret class from FrameSelection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/CaretBase.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 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 'editing/EditingBehavior.h', 1461 'editing/EditingBehavior.h',
1462 'editing/EditingStrategy.cpp', 1462 'editing/EditingStrategy.cpp',
1463 'editing/EditingStrategy.h', 1463 'editing/EditingStrategy.h',
1464 'editing/EditingStyle.cpp', 1464 'editing/EditingStyle.cpp',
1465 'editing/EditingUtilities.cpp', 1465 'editing/EditingUtilities.cpp',
1466 'editing/EditingUtilities.h', 1466 'editing/EditingUtilities.h',
1467 'editing/Editor.cpp', 1467 'editing/Editor.cpp',
1468 'editing/EditorKeyBindings.cpp', 1468 'editing/EditorKeyBindings.cpp',
1469 'editing/EphemeralRange.cpp', 1469 'editing/EphemeralRange.cpp',
1470 'editing/EphemeralRange.h', 1470 'editing/EphemeralRange.h',
1471 'editing/FrameCaret.cpp',
1472 'editing/FrameCaret.h',
1471 'editing/FrameSelection.cpp', 1473 'editing/FrameSelection.cpp',
1472 'editing/GranularityStrategy.cpp', 1474 'editing/GranularityStrategy.cpp',
1473 'editing/InputMethodController.cpp', 1475 'editing/InputMethodController.cpp',
1474 'editing/InputMethodController.h', 1476 'editing/InputMethodController.h',
1475 'editing/PendingSelection.cpp', 1477 'editing/PendingSelection.cpp',
1476 'editing/PendingSelection.h', 1478 'editing/PendingSelection.h',
1477 'editing/PlainTextRange.cpp', 1479 'editing/PlainTextRange.cpp',
1478 'editing/PlainTextRange.h', 1480 'editing/PlainTextRange.h',
1479 'editing/Position.cpp', 1481 'editing/Position.cpp',
1480 'editing/Position.h', 1482 'editing/Position.h',
(...skipping 2645 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 'testing/PrivateScriptTestTest.cpp', 4128 'testing/PrivateScriptTestTest.cpp',
4127 'timing/MemoryInfoTest.cpp', 4129 'timing/MemoryInfoTest.cpp',
4128 'timing/PerformanceBaseTest.cpp', 4130 'timing/PerformanceBaseTest.cpp',
4129 'timing/PerformanceObserverTest.cpp', 4131 'timing/PerformanceObserverTest.cpp',
4130 'workers/WorkerThreadTest.cpp', 4132 'workers/WorkerThreadTest.cpp',
4131 'workers/WorkerThreadTestHelper.h', 4133 'workers/WorkerThreadTestHelper.h',
4132 'xml/parser/SharedBufferReaderTest.cpp', 4134 'xml/parser/SharedBufferReaderTest.cpp',
4133 ], 4135 ],
4134 } 4136 }
4135 } 4137 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/CaretBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698