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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1895873006: compositor-worker: Initialize CW machinery plumbing to compositor and fire CW rAF callbacks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add big fat TODOs in scheduler code to implement proper idle task scheduling and ensure GC is runni… Created 4 years, 7 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'graphics/CompositingReasons.cpp', 565 'graphics/CompositingReasons.cpp',
566 'graphics/CompositingReasons.h', 566 'graphics/CompositingReasons.h',
567 'graphics/CompositorFactory.cpp', 567 'graphics/CompositorFactory.cpp',
568 'graphics/CompositorFactory.h', 568 'graphics/CompositorFactory.h',
569 'graphics/CompositorFilterOperations.cpp', 569 'graphics/CompositorFilterOperations.cpp',
570 'graphics/CompositorFilterOperations.h', 570 'graphics/CompositorFilterOperations.h',
571 'graphics/CompositorMutableState.cpp', 571 'graphics/CompositorMutableState.cpp',
572 'graphics/CompositorMutableState.h', 572 'graphics/CompositorMutableState.h',
573 'graphics/CompositorMutableStateProvider.cpp', 573 'graphics/CompositorMutableStateProvider.cpp',
574 'graphics/CompositorMutableStateProvider.h', 574 'graphics/CompositorMutableStateProvider.h',
575 'graphics/CompositorMutator.h',
575 'graphics/ContentLayerDelegate.cpp', 576 'graphics/ContentLayerDelegate.cpp',
576 'graphics/ContentLayerDelegate.h', 577 'graphics/ContentLayerDelegate.h',
577 'graphics/ContiguousContainer.cpp', 578 'graphics/ContiguousContainer.cpp',
578 'graphics/ContiguousContainer.h', 579 'graphics/ContiguousContainer.h',
579 'graphics/CrossfadeGeneratedImage.cpp', 580 'graphics/CrossfadeGeneratedImage.cpp',
580 'graphics/CrossfadeGeneratedImage.h', 581 'graphics/CrossfadeGeneratedImage.h',
581 'graphics/DecodingImageGenerator.cpp', 582 'graphics/DecodingImageGenerator.cpp',
582 'graphics/DecodingImageGenerator.h', 583 'graphics/DecodingImageGenerator.h',
583 'graphics/DeferredImageDecoder.cpp', 584 'graphics/DeferredImageDecoder.cpp',
584 'graphics/DeferredImageDecoder.h', 585 'graphics/DeferredImageDecoder.h',
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 ['OS!="mac"', 1319 ['OS!="mac"',
1319 { 1320 {
1320 'platform_test_files': [ 1321 'platform_test_files': [
1321 'scroll/ScrollAnimatorTest.cpp', 1322 'scroll/ScrollAnimatorTest.cpp',
1322 ], 1323 ],
1323 } 1324 }
1324 ], 1325 ],
1325 ], 1326 ],
1326 }, 1327 },
1327 } 1328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698