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

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

Issue 26848007: Move Navigation Timing and other various window-level objects out of page/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/v8/custom/V8WindowCustom.cpp ('k') | Source/core/dom/AddConsoleMessageTask.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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'html/track/TextTrackCueList.idl', 254 'html/track/TextTrackCueList.idl',
255 'html/track/TextTrackList.idl', 255 'html/track/TextTrackList.idl',
256 'html/track/TrackEvent.idl', 256 'html/track/TrackEvent.idl',
257 'html/track/TextTrackRegion.idl', 257 'html/track/TextTrackRegion.idl',
258 'html/track/TextTrackRegionList.idl', 258 'html/track/TextTrackRegionList.idl',
259 'inspector/InjectedScriptHost.idl', 259 'inspector/InjectedScriptHost.idl',
260 'inspector/InspectorFrontendHost.idl', 260 'inspector/InspectorFrontendHost.idl',
261 'inspector/InspectorOverlayHost.idl', 261 'inspector/InspectorOverlayHost.idl',
262 'inspector/JavaScriptCallFrame.idl', 262 'inspector/JavaScriptCallFrame.idl',
263 'loader/appcache/ApplicationCache.idl', 263 'loader/appcache/ApplicationCache.idl',
264 'page/PerformanceNavigation.idl', 264 'timing/PerformanceNavigation.idl',
265 'page/BarProp.idl', 265 'page/BarProp.idl',
266 'page/ConsoleBase.idl', 266 'frame/ConsoleBase.idl',
267 'page/Console.idl', 267 'frame/Console.idl',
268 'page/EventSource.idl', 268 'page/EventSource.idl',
269 'page/History.idl', 269 'frame/History.idl',
270 'page/ImageBitmap.idl', 270 'page/ImageBitmap.idl',
271 'page/Location.idl', 271 'frame/Location.idl',
272 'page/MemoryInfo.idl', 272 'timing/MemoryInfo.idl',
273 'page/Navigator.idl', 273 'frame/Navigator.idl',
274 'page/NavigatorID.idl', 274 'frame/NavigatorID.idl',
275 'page/NavigatorOnLine.idl', 275 'frame/NavigatorOnLine.idl',
276 'page/PagePopupController.idl', 276 'page/PagePopupController.idl',
277 'page/Performance.idl', 277 'timing/Performance.idl',
278 'page/PerformanceEntry.idl', 278 'timing/PerformanceEntry.idl',
279 'page/PerformanceMark.idl', 279 'timing/PerformanceMark.idl',
280 'page/PerformanceMeasure.idl', 280 'timing/PerformanceMeasure.idl',
281 'page/PerformanceResourceTiming.idl', 281 'timing/PerformanceResourceTiming.idl',
282 'page/PerformanceTiming.idl', 282 'timing/PerformanceTiming.idl',
283 'page/Screen.idl', 283 'frame/Screen.idl',
284 'page/SecurityPolicy.idl', 284 'page/SecurityPolicy.idl',
285 'page/Selection.idl', 285 'page/Selection.idl',
286 'page/WebKitPoint.idl', 286 'page/WebKitPoint.idl',
287 'page/Window.idl', 287 'page/Window.idl',
288 'page/WindowBase64.idl', 288 'page/WindowBase64.idl',
289 'page/WindowPagePopup.idl', 289 'page/WindowPagePopup.idl',
290 'page/WindowTimers.idl', 290 'page/WindowTimers.idl',
291 'page/WorkerNavigator.idl', 291 'page/WorkerNavigator.idl',
292 'plugins/MimeType.idl', 292 'plugins/MimeType.idl',
293 'plugins/MimeTypeArray.idl', 293 'plugins/MimeTypeArray.idl',
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 'loader/archive/ArchiveResourceCollection.h', 1168 'loader/archive/ArchiveResourceCollection.h',
1169 'loader/archive/MHTMLArchive.cpp', 1169 'loader/archive/MHTMLArchive.cpp',
1170 'loader/archive/MHTMLArchive.h', 1170 'loader/archive/MHTMLArchive.h',
1171 'loader/archive/MHTMLParser.cpp', 1171 'loader/archive/MHTMLParser.cpp',
1172 'loader/archive/MHTMLParser.h', 1172 'loader/archive/MHTMLParser.h',
1173 'page/AutoscrollController.cpp', 1173 'page/AutoscrollController.cpp',
1174 'page/AutoscrollController.h', 1174 'page/AutoscrollController.h',
1175 'page/BarProp.cpp', 1175 'page/BarProp.cpp',
1176 'page/BarProp.h', 1176 'page/BarProp.h',
1177 'page/Chrome.cpp', 1177 'page/Chrome.cpp',
1178 'page/Console.cpp', 1178 'frame/Console.cpp',
1179 'page/Console.h', 1179 'frame/Console.h',
1180 'page/ConsoleBase.cpp', 1180 'frame/ConsoleBase.cpp',
1181 'page/ConsoleBase.h', 1181 'frame/ConsoleBase.h',
1182 'page/ContentSecurityPolicy.cpp', 1182 'page/ContentSecurityPolicy.cpp',
1183 'page/ContentSecurityPolicyResponseHeaders.cpp', 1183 'page/ContentSecurityPolicyResponseHeaders.cpp',
1184 'page/ContextMenuController.cpp', 1184 'page/ContextMenuController.cpp',
1185 'page/ContextMenuProvider.h', 1185 'page/ContextMenuProvider.h',
1186 'page/CreateWindow.cpp', 1186 'page/CreateWindow.cpp',
1187 'page/CreateWindow.h', 1187 'page/CreateWindow.h',
1188 'page/DOMPoint.h', 1188 'page/DOMPoint.h',
1189 'page/DOMSecurityPolicy.cpp', 1189 'page/DOMSecurityPolicy.cpp',
1190 'page/DOMSelection.cpp', 1190 'page/DOMSelection.cpp',
1191 'page/DOMSelection.h', 1191 'page/DOMSelection.h',
(...skipping 16 matching lines...) Expand all
1208 'page/DragController.cpp', 1208 'page/DragController.cpp',
1209 'page/EventHandler.cpp', 1209 'page/EventHandler.cpp',
1210 'page/EventSource.cpp', 1210 'page/EventSource.cpp',
1211 'page/EventSource.h', 1211 'page/EventSource.h',
1212 'page/FocusController.cpp', 1212 'page/FocusController.cpp',
1213 'page/Frame.cpp', 1213 'page/Frame.cpp',
1214 'page/FrameDestructionObserver.cpp', 1214 'page/FrameDestructionObserver.cpp',
1215 'page/FrameDestructionObserver.h', 1215 'page/FrameDestructionObserver.h',
1216 'page/FrameTree.cpp', 1216 'page/FrameTree.cpp',
1217 'page/FrameView.cpp', 1217 'page/FrameView.cpp',
1218 'page/History.cpp', 1218 'frame/History.cpp',
1219 'page/History.h', 1219 'frame/History.h',
1220 'page/ImageBitmap.cpp', 1220 'page/ImageBitmap.cpp',
1221 'page/ImageBitmap.h', 1221 'page/ImageBitmap.h',
1222 'page/Location.cpp', 1222 'frame/Location.cpp',
1223 'page/Location.h', 1223 'frame/Location.h',
1224 'page/MemoryInfo.cpp', 1224 'timing/MemoryInfo.cpp',
1225 'page/MouseEventWithHitTestResults.cpp', 1225 'page/MouseEventWithHitTestResults.cpp',
1226 'page/MouseEventWithHitTestResults.h', 1226 'page/MouseEventWithHitTestResults.h',
1227 'page/Navigator.cpp', 1227 'frame/Navigator.cpp',
1228 'page/Navigator.h', 1228 'frame/Navigator.h',
1229 'page/NavigatorBase.h', 1229 'frame/NavigatorBase.h',
1230 'page/NavigatorID.cpp', 1230 'frame/NavigatorID.cpp',
1231 'page/NavigatorID.h', 1231 'frame/NavigatorID.h',
1232 'page/NavigatorOnLine.h', 1232 'frame/NavigatorOnLine.h',
1233 'page/NetworkStateNotifier.cpp', 1233 'page/NetworkStateNotifier.cpp',
1234 'page/NetworkStateNotifier.h', 1234 'page/NetworkStateNotifier.h',
1235 'page/Page.cpp', 1235 'page/Page.cpp',
1236 'page/PageConsole.cpp', 1236 'page/PageConsole.cpp',
1237 'page/PageGroup.cpp', 1237 'page/PageGroup.cpp',
1238 'page/PageGroupLoadDeferrer.cpp', 1238 'page/PageGroupLoadDeferrer.cpp',
1239 'page/PageGroupLoadDeferrer.h', 1239 'page/PageGroupLoadDeferrer.h',
1240 'page/PageLifecycleNotifier.cpp', 1240 'page/PageLifecycleNotifier.cpp',
1241 'page/PageLifecycleNotifier.h', 1241 'page/PageLifecycleNotifier.h',
1242 'page/PageLifecycleObserver.cpp', 1242 'page/PageLifecycleObserver.cpp',
1243 'page/PageLifecycleObserver.h', 1243 'page/PageLifecycleObserver.h',
1244 'page/PagePopupController.cpp', 1244 'page/PagePopupController.cpp',
1245 'page/PagePopupController.h', 1245 'page/PagePopupController.h',
1246 'page/PagePopupClient.cpp', 1246 'page/PagePopupClient.cpp',
1247 'page/PagePopupClient.h', 1247 'page/PagePopupClient.h',
1248 'page/PageScaleConstraints.cpp', 1248 'page/PageScaleConstraints.cpp',
1249 'page/PageScaleConstraints.h', 1249 'page/PageScaleConstraints.h',
1250 'page/PageSerializer.cpp', 1250 'page/PageSerializer.cpp',
1251 'page/PageVisibilityState.cpp', 1251 'page/PageVisibilityState.cpp',
1252 'page/Performance.cpp', 1252 'timing/Performance.cpp',
1253 'page/Performance.h', 1253 'timing/Performance.h',
1254 'page/PerformanceEntry.cpp', 1254 'timing/PerformanceEntry.cpp',
1255 'page/PerformanceEntry.h', 1255 'timing/PerformanceEntry.h',
1256 'page/PerformanceMark.h', 1256 'timing/PerformanceMark.h',
1257 'page/PerformanceMeasure.h', 1257 'timing/PerformanceMeasure.h',
1258 'page/PerformanceNavigation.cpp', 1258 'timing/PerformanceNavigation.cpp',
1259 'page/PerformanceNavigation.h', 1259 'timing/PerformanceNavigation.h',
1260 'page/PerformanceResourceTiming.cpp', 1260 'timing/PerformanceResourceTiming.cpp',
1261 'page/PerformanceResourceTiming.h', 1261 'timing/PerformanceResourceTiming.h',
1262 'page/PerformanceTiming.cpp', 1262 'timing/PerformanceTiming.cpp',
1263 'page/PerformanceTiming.h', 1263 'timing/PerformanceTiming.h',
1264 'page/PerformanceUserTiming.cpp', 1264 'timing/PerformanceUserTiming.cpp',
1265 'page/PerformanceUserTiming.h', 1265 'timing/PerformanceUserTiming.h',
1266 'page/PointerLockController.cpp', 1266 'page/PointerLockController.cpp',
1267 'page/PointerLockController.h', 1267 'page/PointerLockController.h',
1268 'page/PopupOpeningObserver.h', 1268 'page/PopupOpeningObserver.h',
1269 'page/PrintContext.cpp', 1269 'page/PrintContext.cpp',
1270 'page/ResourceTimingInfo.h', 1270 'page/ResourceTimingInfo.h',
1271 'page/RuntimeCSSEnabled.cpp', 1271 'page/RuntimeCSSEnabled.cpp',
1272 'page/RuntimeCSSEnabled.h', 1272 'page/RuntimeCSSEnabled.h',
1273 'page/RuntimeEnabledFeaturesCustom.cpp', 1273 'page/RuntimeEnabledFeaturesCustom.cpp',
1274 'page/Screen.cpp', 1274 'frame/Screen.cpp',
1275 'page/Screen.h', 1275 'frame/Screen.h',
1276 'page/Settings.cpp', 1276 'page/Settings.cpp',
1277 'page/SpatialNavigation.cpp', 1277 'page/SpatialNavigation.cpp',
1278 'page/SuspendableTimer.cpp', 1278 'page/SuspendableTimer.cpp',
1279 'page/SuspendableTimer.h', 1279 'page/SuspendableTimer.h',
1280 'page/TouchAdjustment.cpp', 1280 'page/TouchAdjustment.cpp',
1281 'page/TouchAdjustment.h', 1281 'page/TouchAdjustment.h',
1282 'page/TouchDisambiguation.cpp', 1282 'page/TouchDisambiguation.cpp',
1283 'page/TouchDisambiguation.h', 1283 'page/TouchDisambiguation.h',
1284 'page/UseCounter.cpp', 1284 'page/UseCounter.cpp',
1285 'page/WindowFeatures.cpp', 1285 'page/WindowFeatures.cpp',
(...skipping 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after
3673 'bison_exe': 'bison', 3673 'bison_exe': 'bison',
3674 # We specify a preprocess so it happens locally and won't get 3674 # We specify a preprocess so it happens locally and won't get
3675 # distributed to goma. 3675 # distributed to goma.
3676 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3676 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3677 # use /usr/bin/clang once we require Xcode 4.x. 3677 # use /usr/bin/clang once we require Xcode 4.x.
3678 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3678 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3679 }], 3679 }],
3680 ], 3680 ],
3681 } 3681 }
3682 } 3682 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8WindowCustom.cpp ('k') | Source/core/dom/AddConsoleMessageTask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698