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

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

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Created 4 years, 9 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'graphics/ImageOrientation.h', 629 'graphics/ImageOrientation.h',
630 'graphics/ImagePattern.cpp', 630 'graphics/ImagePattern.cpp',
631 'graphics/ImagePattern.h', 631 'graphics/ImagePattern.h',
632 'graphics/ImageSource.cpp', 632 'graphics/ImageSource.cpp',
633 'graphics/ImageSource.h', 633 'graphics/ImageSource.h',
634 'graphics/InterceptingCanvas.cpp', 634 'graphics/InterceptingCanvas.cpp',
635 'graphics/InterceptingCanvas.h', 635 'graphics/InterceptingCanvas.h',
636 'graphics/LinkHighlight.h', 636 'graphics/LinkHighlight.h',
637 'graphics/LoggingCanvas.cpp', 637 'graphics/LoggingCanvas.cpp',
638 'graphics/LoggingCanvas.h', 638 'graphics/LoggingCanvas.h',
639 'graphics/CompositorMutationsTarget.h',
639 'graphics/PaintInvalidationReason.cpp', 640 'graphics/PaintInvalidationReason.cpp',
640 'graphics/PaintInvalidationReason.h', 641 'graphics/PaintInvalidationReason.h',
641 'graphics/Path.cpp', 642 'graphics/Path.cpp',
642 'graphics/Path.h', 643 'graphics/Path.h',
643 'graphics/PathTraversalState.cpp', 644 'graphics/PathTraversalState.cpp',
644 'graphics/PathTraversalState.h', 645 'graphics/PathTraversalState.h',
645 'graphics/Pattern.cpp', 646 'graphics/Pattern.cpp',
646 'graphics/Pattern.h', 647 'graphics/Pattern.h',
647 'graphics/ProfilingCanvas.cpp', 648 'graphics/ProfilingCanvas.cpp',
648 'graphics/ProfilingCanvas.h', 649 'graphics/ProfilingCanvas.h',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 ['OS!="mac"', 1275 ['OS!="mac"',
1275 { 1276 {
1276 'platform_test_files': [ 1277 'platform_test_files': [
1277 'scroll/ScrollAnimatorTest.cpp', 1278 'scroll/ScrollAnimatorTest.cpp',
1278 ], 1279 ],
1279 } 1280 }
1280 ], 1281 ],
1281 ], 1282 ],
1282 }, 1283 },
1283 } 1284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698