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

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

Issue 1186103003: Move workers' Performance API code to core/timing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/core/timing/SharedWorkerPerformance.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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'timing/MemoryInfo.idl', 419 'timing/MemoryInfo.idl',
420 'timing/Performance.idl', 420 'timing/Performance.idl',
421 'timing/PerformanceCompositeTiming.idl', 421 'timing/PerformanceCompositeTiming.idl',
422 'timing/PerformanceEntry.idl', 422 'timing/PerformanceEntry.idl',
423 'timing/PerformanceMark.idl', 423 'timing/PerformanceMark.idl',
424 'timing/PerformanceMeasure.idl', 424 'timing/PerformanceMeasure.idl',
425 'timing/PerformanceNavigation.idl', 425 'timing/PerformanceNavigation.idl',
426 'timing/PerformanceRenderTiming.idl', 426 'timing/PerformanceRenderTiming.idl',
427 'timing/PerformanceResourceTiming.idl', 427 'timing/PerformanceResourceTiming.idl',
428 'timing/PerformanceTiming.idl', 428 'timing/PerformanceTiming.idl',
429 'timing/WorkerPerformance.idl',
430 'workers/SharedWorker.idl',
429 'workers/Worker.idl', 431 'workers/Worker.idl',
430 'workers/WorkerConsole.idl', 432 'workers/WorkerConsole.idl',
431 'workers/WorkerLocation.idl', 433 'workers/WorkerLocation.idl',
432 'xml/DOMParser.idl', 434 'xml/DOMParser.idl',
433 'xml/XMLSerializer.idl', 435 'xml/XMLSerializer.idl',
434 'xml/XPathEvaluator.idl', 436 'xml/XPathEvaluator.idl',
435 'xml/XPathExpression.idl', 437 'xml/XPathExpression.idl',
436 'xml/XPathNSResolver.idl', 438 'xml/XPathNSResolver.idl',
437 'xml/XPathResult.idl', 439 'xml/XPathResult.idl',
438 'xml/XSLTProcessor.idl', 440 'xml/XSLTProcessor.idl',
439 'xmlhttprequest/XMLHttpRequest.idl', 441 'xmlhttprequest/XMLHttpRequest.idl',
440 'xmlhttprequest/XMLHttpRequestEventTarget.idl', 442 'xmlhttprequest/XMLHttpRequestEventTarget.idl',
441 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', 443 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
442 'xmlhttprequest/XMLHttpRequestUpload.idl', 444 'xmlhttprequest/XMLHttpRequestUpload.idl',
443 ], 445 ],
444 # core IDL files that have partial interfaces in modules. 446 # core IDL files that have partial interfaces in modules.
445 'core_idl_with_modules_dependency_files': [ 447 'core_idl_with_modules_dependency_files': [
446 'clipboard/DataTransferItem.idl', 448 'clipboard/DataTransferItem.idl',
447 'dom/URL.idl', 449 'dom/URL.idl',
448 'frame/Navigator.idl', 450 'frame/Navigator.idl',
449 'frame/Screen.idl', 451 'frame/Screen.idl',
450 'frame/Window.idl', 452 'frame/Window.idl',
451 'html/HTMLInputElement.idl', 453 'html/HTMLInputElement.idl',
452 'html/HTMLMediaElement.idl', 454 'html/HTMLMediaElement.idl',
453 'html/HTMLVideoElement.idl', 455 'html/HTMLVideoElement.idl',
454 'inspector/DevToolsHost.idl', 456 'inspector/DevToolsHost.idl',
455 'workers/DedicatedWorkerGlobalScope.idl', 457 'workers/DedicatedWorkerGlobalScope.idl',
456 'workers/SharedWorker.idl',
457 'workers/SharedWorkerGlobalScope.idl', 458 'workers/SharedWorkerGlobalScope.idl',
458 'workers/WorkerGlobalScope.idl', 459 'workers/WorkerGlobalScope.idl',
459 'workers/WorkerNavigator.idl', 460 'workers/WorkerNavigator.idl',
460 ], 461 ],
461 # 'partial interface', target (right side of) 'implements', and 462 # 'partial interface', target (right side of) 'implements', and
462 # interfaces with static bindings (in bindings/core/v8/) 463 # interfaces with static bindings (in bindings/core/v8/)
463 'core_dependency_idl_files': [ 464 'core_dependency_idl_files': [
464 'animation/DocumentAnimation.idl', 465 'animation/DocumentAnimation.idl',
465 'animation/ElementAnimation.idl', 466 'animation/ElementAnimation.idl',
466 'css/DocumentFontFaceSet.idl', 467 'css/DocumentFontFaceSet.idl',
(...skipping 22 matching lines...) Expand all
489 'html/canvas/WebGLRenderingContextBase.idl', 490 'html/canvas/WebGLRenderingContextBase.idl',
490 'imagebitmap/ImageBitmapFactories.idl', 491 'imagebitmap/ImageBitmapFactories.idl',
491 'imagebitmap/WindowImageBitmapFactories.idl', 492 'imagebitmap/WindowImageBitmapFactories.idl',
492 'svg/SVGDocument.idl', 493 'svg/SVGDocument.idl',
493 'svg/SVGFilterPrimitiveStandardAttributes.idl', 494 'svg/SVGFilterPrimitiveStandardAttributes.idl',
494 'svg/SVGFitToViewBox.idl', 495 'svg/SVGFitToViewBox.idl',
495 'svg/SVGTests.idl', 496 'svg/SVGTests.idl',
496 'svg/SVGURIReference.idl', 497 'svg/SVGURIReference.idl',
497 'svg/SVGZoomAndPan.idl', 498 'svg/SVGZoomAndPan.idl',
498 'timing/ConsoleMemory.idl', 499 'timing/ConsoleMemory.idl',
500 'timing/SharedWorkerPerformance.idl',
499 'timing/WindowPerformance.idl', 501 'timing/WindowPerformance.idl',
502 'timing/WorkerGlobalScopePerformance.idl',
500 'workers/AbstractWorker.idl', 503 'workers/AbstractWorker.idl',
501 'xml/DocumentXMLTreeViewer.idl', 504 'xml/DocumentXMLTreeViewer.idl',
502 'xml/DocumentXPathEvaluator.idl', 505 'xml/DocumentXPathEvaluator.idl',
503 ], 506 ],
504 # interfaces that inherit from Event, including Event itself 507 # interfaces that inherit from Event, including Event itself
505 'core_event_idl_files': [ 508 'core_event_idl_files': [
506 'css/FontFaceSetLoadEvent.idl', 509 'css/FontFaceSetLoadEvent.idl',
507 'css/MediaQueryListEvent.idl', 510 'css/MediaQueryListEvent.idl',
508 'events/AnimationEvent.idl', 511 'events/AnimationEvent.idl',
509 'events/AnimationPlayerEvent.idl', 512 'events/AnimationPlayerEvent.idl',
(...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after
2019 'timing/PerformanceNavigation.h', 2022 'timing/PerformanceNavigation.h',
2020 'timing/PerformanceRenderTiming.cpp', 2023 'timing/PerformanceRenderTiming.cpp',
2021 'timing/PerformanceRenderTiming.h', 2024 'timing/PerformanceRenderTiming.h',
2022 'timing/PerformanceResourceTiming.cpp', 2025 'timing/PerformanceResourceTiming.cpp',
2023 'timing/PerformanceResourceTiming.h', 2026 'timing/PerformanceResourceTiming.h',
2024 'timing/PerformanceTiming.cpp', 2027 'timing/PerformanceTiming.cpp',
2025 'timing/PerformanceTiming.h', 2028 'timing/PerformanceTiming.h',
2026 'timing/PerformanceUserTiming.cpp', 2029 'timing/PerformanceUserTiming.cpp',
2027 'timing/PerformanceUserTiming.h', 2030 'timing/PerformanceUserTiming.h',
2028 'timing/ResourceTimingInfo.h', 2031 'timing/ResourceTimingInfo.h',
2032 'timing/SharedWorkerPerformance.cpp',
2033 'timing/WorkerGlobalScopePerformance.cpp',
2034 'timing/WorkerGlobalScopePerformance.h',
2035 'timing/WorkerPerformance.cpp',
2036 'timing/WorkerPerformance.h',
2029 'workers/AbstractWorker.cpp', 2037 'workers/AbstractWorker.cpp',
2030 'workers/AbstractWorker.h', 2038 'workers/AbstractWorker.h',
2031 'workers/DedicatedWorkerGlobalScope.cpp', 2039 'workers/DedicatedWorkerGlobalScope.cpp',
2032 'workers/DedicatedWorkerGlobalScope.h', 2040 'workers/DedicatedWorkerGlobalScope.h',
2033 'workers/DedicatedWorkerMessagingProxy.cpp', 2041 'workers/DedicatedWorkerMessagingProxy.cpp',
2034 'workers/DedicatedWorkerMessagingProxy.h', 2042 'workers/DedicatedWorkerMessagingProxy.h',
2035 'workers/DedicatedWorkerThread.cpp', 2043 'workers/DedicatedWorkerThread.cpp',
2036 'workers/DedicatedWorkerThread.h', 2044 'workers/DedicatedWorkerThread.h',
2037 'workers/InProcessWorkerBase.cpp', 2045 'workers/InProcessWorkerBase.cpp',
2038 'workers/InProcessWorkerBase.h', 2046 'workers/InProcessWorkerBase.h',
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 'style/OutlineValueTest.cpp', 3944 'style/OutlineValueTest.cpp',
3937 'style/SVGComputedStyleTest.cpp', 3945 'style/SVGComputedStyleTest.cpp',
3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3946 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3939 'testing/PrivateScriptTestTest.cpp', 3947 'testing/PrivateScriptTestTest.cpp',
3940 'timing/MemoryInfoTest.cpp', 3948 'timing/MemoryInfoTest.cpp',
3941 'workers/WorkerThreadTest.cpp', 3949 'workers/WorkerThreadTest.cpp',
3942 'xml/parser/SharedBufferReaderTest.cpp', 3950 'xml/parser/SharedBufferReaderTest.cpp',
3943 ], 3951 ],
3944 } 3952 }
3945 } 3953 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/timing/SharedWorkerPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698