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

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: Bring up oilpan support during compositor worker creation and oilpan the compositor mutator and pro… 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'graphics/CompositingReasons.cpp', 564 'graphics/CompositingReasons.cpp',
565 'graphics/CompositingReasons.h', 565 'graphics/CompositingReasons.h',
566 'graphics/CompositorFactory.cpp', 566 'graphics/CompositorFactory.cpp',
567 'graphics/CompositorFactory.h', 567 'graphics/CompositorFactory.h',
568 'graphics/CompositorFilterOperations.cpp', 568 'graphics/CompositorFilterOperations.cpp',
569 'graphics/CompositorFilterOperations.h', 569 'graphics/CompositorFilterOperations.h',
570 'graphics/CompositorMutableState.cpp', 570 'graphics/CompositorMutableState.cpp',
571 'graphics/CompositorMutableState.h', 571 'graphics/CompositorMutableState.h',
572 'graphics/CompositorMutableStateProvider.cpp', 572 'graphics/CompositorMutableStateProvider.cpp',
573 'graphics/CompositorMutableStateProvider.h', 573 'graphics/CompositorMutableStateProvider.h',
574 'graphics/CompositorMutator.h',
574 'graphics/ContentLayerDelegate.cpp', 575 'graphics/ContentLayerDelegate.cpp',
575 'graphics/ContentLayerDelegate.h', 576 'graphics/ContentLayerDelegate.h',
576 'graphics/ContiguousContainer.cpp', 577 'graphics/ContiguousContainer.cpp',
577 'graphics/ContiguousContainer.h', 578 'graphics/ContiguousContainer.h',
578 'graphics/CrossfadeGeneratedImage.cpp', 579 'graphics/CrossfadeGeneratedImage.cpp',
579 'graphics/CrossfadeGeneratedImage.h', 580 'graphics/CrossfadeGeneratedImage.h',
580 'graphics/DecodingImageGenerator.cpp', 581 'graphics/DecodingImageGenerator.cpp',
581 'graphics/DecodingImageGenerator.h', 582 'graphics/DecodingImageGenerator.h',
582 'graphics/DeferredImageDecoder.cpp', 583 'graphics/DeferredImageDecoder.cpp',
583 'graphics/DeferredImageDecoder.h', 584 'graphics/DeferredImageDecoder.h',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 ['OS!="mac"', 1306 ['OS!="mac"',
1306 { 1307 {
1307 'platform_test_files': [ 1308 'platform_test_files': [
1308 'scroll/ScrollAnimatorTest.cpp', 1309 'scroll/ScrollAnimatorTest.cpp',
1309 ], 1310 ],
1310 } 1311 }
1311 ], 1312 ],
1312 ], 1313 ],
1313 }, 1314 },
1314 } 1315 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698