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

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

Issue 1973083002: Use element id's for animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'graphics/CanvasSurfaceLayerBridgeClientImpl.cpp', 562 'graphics/CanvasSurfaceLayerBridgeClientImpl.cpp',
563 'graphics/CanvasSurfaceLayerBridgeClientImpl.h', 563 'graphics/CanvasSurfaceLayerBridgeClientImpl.h',
564 'graphics/Color.cpp', 564 'graphics/Color.cpp',
565 'graphics/Color.h', 565 'graphics/Color.h',
566 'graphics/ColorSpace.cpp', 566 'graphics/ColorSpace.cpp',
567 'graphics/ColorSpace.h', 567 'graphics/ColorSpace.h',
568 'graphics/ColorSpaceProfileData.cpp', 568 'graphics/ColorSpaceProfileData.cpp',
569 'graphics/ColorSpaceProfileData.h', 569 'graphics/ColorSpaceProfileData.h',
570 'graphics/CompositingReasons.cpp', 570 'graphics/CompositingReasons.cpp',
571 'graphics/CompositingReasons.h', 571 'graphics/CompositingReasons.h',
572 'graphics/CompositorElementId.cpp',
573 'graphics/CompositorElementId.h',
572 'graphics/CompositorFilterOperations.cpp', 574 'graphics/CompositorFilterOperations.cpp',
573 'graphics/CompositorFilterOperations.h', 575 'graphics/CompositorFilterOperations.h',
574 'graphics/CompositorMutableState.cpp', 576 'graphics/CompositorMutableState.cpp',
575 'graphics/CompositorMutableState.h', 577 'graphics/CompositorMutableState.h',
576 'graphics/CompositorMutableStateProvider.cpp', 578 'graphics/CompositorMutableStateProvider.cpp',
577 'graphics/CompositorMutableStateProvider.h', 579 'graphics/CompositorMutableStateProvider.h',
578 'graphics/CompositorMutator.h', 580 'graphics/CompositorMutator.h',
579 'graphics/ContentLayerDelegate.cpp', 581 'graphics/ContentLayerDelegate.cpp',
580 'graphics/ContentLayerDelegate.h', 582 'graphics/ContentLayerDelegate.h',
581 'graphics/ContiguousContainer.cpp', 583 'graphics/ContiguousContainer.cpp',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 ['use_default_render_theme==1', 1343 ['use_default_render_theme==1',
1342 { 1344 {
1343 'platform_test_files': [ 1345 'platform_test_files': [
1344 'scroll/ScrollbarThemeAuraTest.cpp', 1346 'scroll/ScrollbarThemeAuraTest.cpp',
1345 ], 1347 ],
1346 } 1348 }
1347 ], 1349 ],
1348 ], 1350 ],
1349 }, 1351 },
1350 } 1352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698