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

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: . 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'graphics/CanvasSurfaceLayerBridge.cpp', 558 'graphics/CanvasSurfaceLayerBridge.cpp',
559 'graphics/CanvasSurfaceLayerBridge.h', 559 'graphics/CanvasSurfaceLayerBridge.h',
560 'graphics/Color.cpp', 560 'graphics/Color.cpp',
561 'graphics/Color.h', 561 'graphics/Color.h',
562 'graphics/ColorSpace.cpp', 562 'graphics/ColorSpace.cpp',
563 'graphics/ColorSpace.h', 563 'graphics/ColorSpace.h',
564 'graphics/ColorSpaceProfileData.cpp', 564 'graphics/ColorSpaceProfileData.cpp',
565 'graphics/ColorSpaceProfileData.h', 565 'graphics/ColorSpaceProfileData.h',
566 'graphics/CompositingReasons.cpp', 566 'graphics/CompositingReasons.cpp',
567 'graphics/CompositingReasons.h', 567 'graphics/CompositingReasons.h',
568 'graphics/CompositorElementId.cpp',
569 'graphics/CompositorElementId.h',
568 'graphics/CompositorFactory.cpp', 570 'graphics/CompositorFactory.cpp',
569 'graphics/CompositorFactory.h', 571 'graphics/CompositorFactory.h',
570 'graphics/CompositorFilterOperations.cpp', 572 'graphics/CompositorFilterOperations.cpp',
571 'graphics/CompositorFilterOperations.h', 573 'graphics/CompositorFilterOperations.h',
572 'graphics/CompositorMutableState.cpp', 574 'graphics/CompositorMutableState.cpp',
573 'graphics/CompositorMutableState.h', 575 'graphics/CompositorMutableState.h',
574 'graphics/CompositorMutableStateProvider.cpp', 576 'graphics/CompositorMutableStateProvider.cpp',
575 'graphics/CompositorMutableStateProvider.h', 577 'graphics/CompositorMutableStateProvider.h',
576 'graphics/CompositorMutator.h', 578 'graphics/CompositorMutator.h',
577 'graphics/ContentLayerDelegate.cpp', 579 'graphics/ContentLayerDelegate.cpp',
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 ['use_default_render_theme==1', 1333 ['use_default_render_theme==1',
1332 { 1334 {
1333 'platform_test_files': [ 1335 'platform_test_files': [
1334 'scroll/ScrollbarThemeAuraTest.cpp', 1336 'scroll/ScrollbarThemeAuraTest.cpp',
1335 ], 1337 ],
1336 } 1338 }
1337 ], 1339 ],
1338 ], 1340 ],
1339 }, 1341 },
1340 } 1342 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698