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

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

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments Created 6 years, 6 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
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'animation/ElementAnimation.idl', 454 'animation/ElementAnimation.idl',
455 'css/DocumentFontFaceSet.idl', 455 'css/DocumentFontFaceSet.idl',
456 'dom/ChildNode.idl', 456 'dom/ChildNode.idl',
457 'dom/DocumentFullscreen.idl', 457 'dom/DocumentFullscreen.idl',
458 'dom/GlobalEventHandlers.idl', 458 'dom/GlobalEventHandlers.idl',
459 'dom/ParentNode.idl', 459 'dom/ParentNode.idl',
460 'dom/URLUtils.idl', 460 'dom/URLUtils.idl',
461 'dom/URLUtilsReadOnly.idl', 461 'dom/URLUtilsReadOnly.idl',
462 'events/EventListener.idl', 462 'events/EventListener.idl',
463 'events/NavigatorEvents.idl', 463 'events/NavigatorEvents.idl',
464 'frame/NavigatorCPU.idl',
464 'frame/NavigatorID.idl', 465 'frame/NavigatorID.idl',
465 'frame/NavigatorLanguage.idl', 466 'frame/NavigatorLanguage.idl',
466 'frame/NavigatorOnLine.idl', 467 'frame/NavigatorOnLine.idl',
467 'frame/WindowBase64.idl', 468 'frame/WindowBase64.idl',
468 'frame/WindowEventHandlers.idl', 469 'frame/WindowEventHandlers.idl',
469 'frame/WindowTimers.idl', 470 'frame/WindowTimers.idl',
470 'html/canvas/CanvasPathMethods.idl', 471 'html/canvas/CanvasPathMethods.idl',
471 'html/canvas/WebGLRenderingContextBase.idl', 472 'html/canvas/WebGLRenderingContextBase.idl',
472 'page/WindowPagePopup.idl', 473 'page/WindowPagePopup.idl',
473 'svg/SVGDocument.idl', 474 'svg/SVGDocument.idl',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 'frame/History.cpp', 1162 'frame/History.cpp',
1162 'frame/History.h', 1163 'frame/History.h',
1163 'frame/ImageBitmap.cpp', 1164 'frame/ImageBitmap.cpp',
1164 'frame/ImageBitmap.h', 1165 'frame/ImageBitmap.h',
1165 'frame/LocalFrame.cpp', 1166 'frame/LocalFrame.cpp',
1166 'frame/LocalFrame.h', 1167 'frame/LocalFrame.h',
1167 'frame/Location.cpp', 1168 'frame/Location.cpp',
1168 'frame/Location.h', 1169 'frame/Location.h',
1169 'frame/Navigator.cpp', 1170 'frame/Navigator.cpp',
1170 'frame/Navigator.h', 1171 'frame/Navigator.h',
1172 'frame/NavigatorCPU.cpp',
1173 'frame/NavigatorCPU.h',
1171 'frame/NavigatorID.cpp', 1174 'frame/NavigatorID.cpp',
1172 'frame/NavigatorID.h', 1175 'frame/NavigatorID.h',
1173 'frame/NavigatorLanguage.cpp', 1176 'frame/NavigatorLanguage.cpp',
1174 'frame/NavigatorLanguage.h', 1177 'frame/NavigatorLanguage.h',
1175 'frame/NavigatorOnLine.h', 1178 'frame/NavigatorOnLine.h',
1176 'frame/PinchViewport.cpp', 1179 'frame/PinchViewport.cpp',
1177 'frame/PinchViewport.h', 1180 'frame/PinchViewport.h',
1178 'frame/RemoteFrame.cpp', 1181 'frame/RemoteFrame.cpp',
1179 'frame/RemoteFrame.h', 1182 'frame/RemoteFrame.h',
1180 'frame/RemoteFrameView.cpp', 1183 'frame/RemoteFrameView.cpp',
(...skipping 2223 matching lines...) Expand 10 before | Expand all | Expand 10 after
3404 'loader/MixedContentCheckerTest.cpp', 3407 'loader/MixedContentCheckerTest.cpp',
3405 'page/NetworkStateNotifierTest.cpp', 3408 'page/NetworkStateNotifierTest.cpp',
3406 'rendering/RenderOverflowTest.cpp', 3409 'rendering/RenderOverflowTest.cpp',
3407 'rendering/shapes/BoxShapeTest.cpp', 3410 'rendering/shapes/BoxShapeTest.cpp',
3408 'testing/UnitTestHelpers.cpp', 3411 'testing/UnitTestHelpers.cpp',
3409 'testing/UnitTestHelpers.h', 3412 'testing/UnitTestHelpers.h',
3410 'xml/parser/SharedBufferReaderTest.cpp', 3413 'xml/parser/SharedBufferReaderTest.cpp',
3411 ], 3414 ],
3412 } 3415 }
3413 } 3416 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/workers/worker-navigator-hardware-concurrency-expected.txt ('k') | Source/core/frame/Navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698