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

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

Issue 1866623002: Hook up CSSPaintValue::image to CSS Paint API callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build. Created 4 years, 8 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'graphics/ContentLayerDelegate.h', 576 'graphics/ContentLayerDelegate.h',
577 'graphics/ContiguousContainer.cpp', 577 'graphics/ContiguousContainer.cpp',
578 'graphics/ContiguousContainer.h', 578 'graphics/ContiguousContainer.h',
579 'graphics/CrossfadeGeneratedImage.cpp', 579 'graphics/CrossfadeGeneratedImage.cpp',
580 'graphics/CrossfadeGeneratedImage.h', 580 'graphics/CrossfadeGeneratedImage.h',
581 'graphics/DecodingImageGenerator.cpp', 581 'graphics/DecodingImageGenerator.cpp',
582 'graphics/DecodingImageGenerator.h', 582 'graphics/DecodingImageGenerator.h',
583 'graphics/DeferredImageDecoder.cpp', 583 'graphics/DeferredImageDecoder.cpp',
584 'graphics/DeferredImageDecoder.h', 584 'graphics/DeferredImageDecoder.h',
585 'graphics/ExpensiveCanvasHeuristicParameters.h', 585 'graphics/ExpensiveCanvasHeuristicParameters.h',
586 'graphics/PaintGeneratedImage.cpp',
587 'graphics/PaintGeneratedImage.h',
586 'graphics/PicturePattern.cpp', 588 'graphics/PicturePattern.cpp',
587 'graphics/PicturePattern.h', 589 'graphics/PicturePattern.h',
588 'graphics/PictureSnapshot.h', 590 'graphics/PictureSnapshot.h',
589 'graphics/PictureSnapshot.cpp', 591 'graphics/PictureSnapshot.cpp',
590 'graphics/DrawLooperBuilder.cpp', 592 'graphics/DrawLooperBuilder.cpp',
591 'graphics/DrawLooperBuilder.h', 593 'graphics/DrawLooperBuilder.h',
592 'graphics/FirstPaintInvalidationTracking.cpp', 594 'graphics/FirstPaintInvalidationTracking.cpp',
593 'graphics/FirstPaintInvalidationTracking.h', 595 'graphics/FirstPaintInvalidationTracking.h',
594 'graphics/FrameData.cpp', 596 'graphics/FrameData.cpp',
595 'graphics/FrameData.h', 597 'graphics/FrameData.h',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 ['OS!="mac"', 1311 ['OS!="mac"',
1310 { 1312 {
1311 'platform_test_files': [ 1313 'platform_test_files': [
1312 'scroll/ScrollAnimatorTest.cpp', 1314 'scroll/ScrollAnimatorTest.cpp',
1313 ], 1315 ],
1314 } 1316 }
1315 ], 1317 ],
1316 ], 1318 ],
1317 }, 1319 },
1318 } 1320 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698