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

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: Include WebCompositorMutatorClient from WebLayerTreeView to allow unique_ptr usage. Created 4 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
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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'graphics/CompositingReasons.cpp', 570 'graphics/CompositingReasons.cpp',
571 'graphics/CompositingReasons.h', 571 'graphics/CompositingReasons.h',
572 'graphics/CompositorFactory.cpp', 572 'graphics/CompositorFactory.cpp',
573 'graphics/CompositorFactory.h', 573 'graphics/CompositorFactory.h',
574 'graphics/CompositorFilterOperations.cpp', 574 'graphics/CompositorFilterOperations.cpp',
575 'graphics/CompositorFilterOperations.h', 575 'graphics/CompositorFilterOperations.h',
576 'graphics/CompositorMutableState.cpp', 576 'graphics/CompositorMutableState.cpp',
577 'graphics/CompositorMutableState.h', 577 'graphics/CompositorMutableState.h',
578 'graphics/CompositorMutableStateProvider.cpp', 578 'graphics/CompositorMutableStateProvider.cpp',
579 'graphics/CompositorMutableStateProvider.h', 579 'graphics/CompositorMutableStateProvider.h',
580 'graphics/CompositorMutator.h',
580 'graphics/ContentLayerDelegate.cpp', 581 'graphics/ContentLayerDelegate.cpp',
581 'graphics/ContentLayerDelegate.h', 582 'graphics/ContentLayerDelegate.h',
582 'graphics/ContiguousContainer.cpp', 583 'graphics/ContiguousContainer.cpp',
583 'graphics/ContiguousContainer.h', 584 'graphics/ContiguousContainer.h',
584 'graphics/CrossfadeGeneratedImage.cpp', 585 'graphics/CrossfadeGeneratedImage.cpp',
585 'graphics/CrossfadeGeneratedImage.h', 586 'graphics/CrossfadeGeneratedImage.h',
586 'graphics/DecodingImageGenerator.cpp', 587 'graphics/DecodingImageGenerator.cpp',
587 'graphics/DecodingImageGenerator.h', 588 'graphics/DecodingImageGenerator.h',
588 'graphics/DeferredImageDecoder.cpp', 589 'graphics/DeferredImageDecoder.cpp',
589 'graphics/DeferredImageDecoder.h', 590 'graphics/DeferredImageDecoder.h',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 ['use_default_render_theme==1', 1334 ['use_default_render_theme==1',
1334 { 1335 {
1335 'platform_test_files': [ 1336 'platform_test_files': [
1336 'scroll/ScrollbarThemeAuraTest.cpp', 1337 'scroll/ScrollbarThemeAuraTest.cpp',
1337 ], 1338 ],
1338 } 1339 }
1339 ], 1340 ],
1340 ], 1341 ],
1341 }, 1342 },
1342 } 1343 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698