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

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

Issue 1330573002: Rename Caret.{h,cpp} to CaretBase to match class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/Caret.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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 'css/resolver/StyleResolverState.cpp', 1263 'css/resolver/StyleResolverState.cpp',
1264 'css/resolver/StyleResolverState.h', 1264 'css/resolver/StyleResolverState.h',
1265 'css/resolver/StyleResolverStats.cpp', 1265 'css/resolver/StyleResolverStats.cpp',
1266 'css/resolver/StyleResolverStats.h', 1266 'css/resolver/StyleResolverStats.h',
1267 'css/resolver/StyleResourceLoader.cpp', 1267 'css/resolver/StyleResourceLoader.cpp',
1268 'css/resolver/StyleResourceLoader.h', 1268 'css/resolver/StyleResourceLoader.h',
1269 'css/resolver/TransformBuilder.cpp', 1269 'css/resolver/TransformBuilder.cpp',
1270 'css/resolver/TransformBuilder.h', 1270 'css/resolver/TransformBuilder.h',
1271 'css/resolver/ViewportStyleResolver.cpp', 1271 'css/resolver/ViewportStyleResolver.cpp',
1272 'css/resolver/ViewportStyleResolver.h', 1272 'css/resolver/ViewportStyleResolver.h',
1273 'editing/Caret.cpp', 1273 'editing/CaretBase.cpp',
1274 'editing/Caret.h', 1274 'editing/CaretBase.h',
1275 'editing/CompositionUnderline.h', 1275 'editing/CompositionUnderline.h',
1276 'editing/CompositionUnderlineRangeFilter.cpp', 1276 'editing/CompositionUnderlineRangeFilter.cpp',
1277 'editing/CompositionUnderlineRangeFilter.h', 1277 'editing/CompositionUnderlineRangeFilter.h',
1278 'editing/DOMSelection.cpp', 1278 'editing/DOMSelection.cpp',
1279 'editing/DOMSelection.h', 1279 'editing/DOMSelection.h',
1280 'editing/DragCaretController.cpp', 1280 'editing/DragCaretController.cpp',
1281 'editing/DragCaretController.h', 1281 'editing/DragCaretController.h',
1282 'editing/EditingBehavior.cpp', 1282 'editing/EditingBehavior.cpp',
1283 'editing/EditingBehavior.h', 1283 'editing/EditingBehavior.h',
1284 'editing/EditingStrategy.cpp', 1284 'editing/EditingStrategy.cpp',
(...skipping 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after
3847 'style/OutlineValueTest.cpp', 3847 'style/OutlineValueTest.cpp',
3848 'style/SVGComputedStyleTest.cpp', 3848 'style/SVGComputedStyleTest.cpp',
3849 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3849 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3850 'testing/PrivateScriptTestTest.cpp', 3850 'testing/PrivateScriptTestTest.cpp',
3851 'timing/MemoryInfoTest.cpp', 3851 'timing/MemoryInfoTest.cpp',
3852 'workers/WorkerThreadTest.cpp', 3852 'workers/WorkerThreadTest.cpp',
3853 'xml/parser/SharedBufferReaderTest.cpp', 3853 'xml/parser/SharedBufferReaderTest.cpp',
3854 ], 3854 ],
3855 } 3855 }
3856 } 3856 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/Caret.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698