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

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

Issue 1625473002: compositor-worker: blink->cc plumbing Base URL: https://chromium.googlesource.com/chromium/src.git@upstream-compositor-worker
Patch Set: Merge with landing of https://codereview.chromium.org/1599673002/ on master Created 4 years, 10 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'graphics/Color.cpp', 518 'graphics/Color.cpp',
519 'graphics/Color.h', 519 'graphics/Color.h',
520 'graphics/ColorSpace.cpp', 520 'graphics/ColorSpace.cpp',
521 'graphics/ColorSpace.h', 521 'graphics/ColorSpace.h',
522 'graphics/CompositingReasons.cpp', 522 'graphics/CompositingReasons.cpp',
523 'graphics/CompositingReasons.h', 523 'graphics/CompositingReasons.h',
524 'graphics/CompositorMutableState.cpp', 524 'graphics/CompositorMutableState.cpp',
525 'graphics/CompositorMutableState.h', 525 'graphics/CompositorMutableState.h',
526 'graphics/CompositorMutableStateProvider.cpp', 526 'graphics/CompositorMutableStateProvider.cpp',
527 'graphics/CompositorMutableStateProvider.h', 527 'graphics/CompositorMutableStateProvider.h',
528 'graphics/CompositorMutatorClient.cpp',
529 'graphics/CompositorMutatorClient.h',
528 'graphics/ContentLayerDelegate.cpp', 530 'graphics/ContentLayerDelegate.cpp',
529 'graphics/ContentLayerDelegate.h', 531 'graphics/ContentLayerDelegate.h',
530 'graphics/ContiguousContainer.cpp', 532 'graphics/ContiguousContainer.cpp',
531 'graphics/ContiguousContainer.h', 533 'graphics/ContiguousContainer.h',
532 'graphics/CrossfadeGeneratedImage.cpp', 534 'graphics/CrossfadeGeneratedImage.cpp',
533 'graphics/CrossfadeGeneratedImage.h', 535 'graphics/CrossfadeGeneratedImage.h',
534 'graphics/DecodingImageGenerator.cpp', 536 'graphics/DecodingImageGenerator.cpp',
535 'graphics/DecodingImageGenerator.h', 537 'graphics/DecodingImageGenerator.h',
536 'graphics/DeferredImageDecoder.cpp', 538 'graphics/DeferredImageDecoder.cpp',
537 'graphics/DeferredImageDecoder.h', 539 'graphics/DeferredImageDecoder.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 ['OS!="mac"', 1148 ['OS!="mac"',
1147 { 1149 {
1148 'platform_test_files': [ 1150 'platform_test_files': [
1149 'scroll/ScrollAnimatorTest.cpp', 1151 'scroll/ScrollAnimatorTest.cpp',
1150 ], 1152 ],
1151 } 1153 }
1152 ], 1154 ],
1153 ], 1155 ],
1154 }, 1156 },
1155 } 1157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698