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

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

Issue 404473004: Rename DOMPoint to WebKitPoint in C++ sides. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 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 | « Source/bindings/core/v8/custom/V8WebKitPointCustom.cpp ('k') | Source/core/frame/DOMPoint.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'fileapi/FileReaderLoader.h', 1125 'fileapi/FileReaderLoader.h',
1126 'fileapi/FileReaderLoaderClient.h', 1126 'fileapi/FileReaderLoaderClient.h',
1127 'fileapi/FileReaderSync.cpp', 1127 'fileapi/FileReaderSync.cpp',
1128 'fileapi/FileReaderSync.h', 1128 'fileapi/FileReaderSync.h',
1129 'frame/BarProp.cpp', 1129 'frame/BarProp.cpp',
1130 'frame/BarProp.h', 1130 'frame/BarProp.h',
1131 'frame/Console.cpp', 1131 'frame/Console.cpp',
1132 'frame/Console.h', 1132 'frame/Console.h',
1133 'frame/ConsoleBase.cpp', 1133 'frame/ConsoleBase.cpp',
1134 'frame/ConsoleBase.h', 1134 'frame/ConsoleBase.h',
1135 'frame/DOMPoint.h',
1136 'frame/DOMTimer.cpp', 1135 'frame/DOMTimer.cpp',
1137 'frame/DOMTimer.h', 1136 'frame/DOMTimer.h',
1138 'frame/DOMWindowBase64.cpp', 1137 'frame/DOMWindowBase64.cpp',
1139 'frame/DOMWindowBase64.h', 1138 'frame/DOMWindowBase64.h',
1140 'frame/DOMWindowEventHandlers.h', 1139 'frame/DOMWindowEventHandlers.h',
1141 'frame/DOMWindowLifecycleNotifier.cpp', 1140 'frame/DOMWindowLifecycleNotifier.cpp',
1142 'frame/DOMWindowLifecycleNotifier.h', 1141 'frame/DOMWindowLifecycleNotifier.h',
1143 'frame/DOMWindowLifecycleObserver.cpp', 1142 'frame/DOMWindowLifecycleObserver.cpp',
1144 'frame/DOMWindowLifecycleObserver.h', 1143 'frame/DOMWindowLifecycleObserver.h',
1145 'frame/DOMWindowProperty.cpp', 1144 'frame/DOMWindowProperty.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 'frame/Screen.cpp', 1192 'frame/Screen.cpp',
1194 'frame/Screen.h', 1193 'frame/Screen.h',
1195 'frame/Settings.cpp', 1194 'frame/Settings.cpp',
1196 'frame/SettingsDelegate.cpp', 1195 'frame/SettingsDelegate.cpp',
1197 'frame/SettingsDelegate.h', 1196 'frame/SettingsDelegate.h',
1198 'frame/SmartClip.cpp', 1197 'frame/SmartClip.cpp',
1199 'frame/SmartClip.h', 1198 'frame/SmartClip.h',
1200 'frame/SuspendableTimer.cpp', 1199 'frame/SuspendableTimer.cpp',
1201 'frame/SuspendableTimer.h', 1200 'frame/SuspendableTimer.h',
1202 'frame/UseCounter.cpp', 1201 'frame/UseCounter.cpp',
1202 'frame/WebKitPoint.h',
1203 'frame/csp/CSPDirectiveList.cpp', 1203 'frame/csp/CSPDirectiveList.cpp',
1204 'frame/csp/CSPSource.cpp', 1204 'frame/csp/CSPSource.cpp',
1205 'frame/csp/CSPSourceList.cpp', 1205 'frame/csp/CSPSourceList.cpp',
1206 'frame/csp/ContentSecurityPolicy.cpp', 1206 'frame/csp/ContentSecurityPolicy.cpp',
1207 'frame/csp/MediaListDirective.cpp', 1207 'frame/csp/MediaListDirective.cpp',
1208 'frame/csp/SourceListDirective.cpp', 1208 'frame/csp/SourceListDirective.cpp',
1209 'inspector/AsyncCallStackTracker.cpp', 1209 'inspector/AsyncCallStackTracker.cpp',
1210 'inspector/AsyncCallStackTracker.h', 1210 'inspector/AsyncCallStackTracker.h',
1211 'inspector/BindingVisitors.h', 1211 'inspector/BindingVisitors.h',
1212 'inspector/ConsoleAPITypes.h', 1212 'inspector/ConsoleAPITypes.h',
(...skipping 2208 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 'rendering/RenderOverflowTest.cpp', 3421 'rendering/RenderOverflowTest.cpp',
3422 'rendering/RenderTableCellTest.cpp', 3422 'rendering/RenderTableCellTest.cpp',
3423 'rendering/RenderTableRowTest.cpp', 3423 'rendering/RenderTableRowTest.cpp',
3424 'rendering/shapes/BoxShapeTest.cpp', 3424 'rendering/shapes/BoxShapeTest.cpp',
3425 'testing/UnitTestHelpers.cpp', 3425 'testing/UnitTestHelpers.cpp',
3426 'testing/UnitTestHelpers.h', 3426 'testing/UnitTestHelpers.h',
3427 'xml/parser/SharedBufferReaderTest.cpp', 3427 'xml/parser/SharedBufferReaderTest.cpp',
3428 ], 3428 ],
3429 } 3429 }
3430 } 3430 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/custom/V8WebKitPointCustom.cpp ('k') | Source/core/frame/DOMPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698