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

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

Issue 1944623002: CC Animation: Use ElementId to attach CC animation players. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@erasedomids
Patch Set: Let CC clients generate their own ElementIds locally. 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'graphics/CanvasMetrics.cpp', 557 'graphics/CanvasMetrics.cpp',
558 'graphics/CanvasMetrics.h', 558 'graphics/CanvasMetrics.h',
559 'graphics/Color.cpp', 559 'graphics/Color.cpp',
560 'graphics/Color.h', 560 'graphics/Color.h',
561 'graphics/ColorSpace.cpp', 561 'graphics/ColorSpace.cpp',
562 'graphics/ColorSpace.h', 562 'graphics/ColorSpace.h',
563 'graphics/ColorSpaceProfileData.cpp', 563 'graphics/ColorSpaceProfileData.cpp',
564 'graphics/ColorSpaceProfileData.h', 564 'graphics/ColorSpaceProfileData.h',
565 'graphics/CompositingReasons.cpp', 565 'graphics/CompositingReasons.cpp',
566 'graphics/CompositingReasons.h', 566 'graphics/CompositingReasons.h',
567 'graphics/CompositorElementId.cpp',
567 'graphics/CompositorElementId.h', 568 'graphics/CompositorElementId.h',
568 'graphics/CompositorFactory.cpp', 569 'graphics/CompositorFactory.cpp',
569 'graphics/CompositorFactory.h', 570 'graphics/CompositorFactory.h',
570 'graphics/CompositorFilterOperations.cpp', 571 'graphics/CompositorFilterOperations.cpp',
571 'graphics/CompositorFilterOperations.h', 572 'graphics/CompositorFilterOperations.h',
572 'graphics/CompositorMutableState.cpp', 573 'graphics/CompositorMutableState.cpp',
573 'graphics/CompositorMutableState.h', 574 'graphics/CompositorMutableState.h',
574 'graphics/CompositorMutableStateProvider.cpp', 575 'graphics/CompositorMutableStateProvider.cpp',
575 'graphics/CompositorMutableStateProvider.h', 576 'graphics/CompositorMutableStateProvider.h',
576 'graphics/ContentLayerDelegate.cpp', 577 'graphics/ContentLayerDelegate.cpp',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 ['OS!="mac"', 1320 ['OS!="mac"',
1320 { 1321 {
1321 'platform_test_files': [ 1322 'platform_test_files': [
1322 'scroll/ScrollAnimatorTest.cpp', 1323 'scroll/ScrollAnimatorTest.cpp',
1323 ], 1324 ],
1324 } 1325 }
1325 ], 1326 ],
1326 ], 1327 ],
1327 }, 1328 },
1328 } 1329 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698