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

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: addressed comments + rebase. 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 ['OS!="mac"', 1312 ['OS!="mac"',
1311 { 1313 {
1312 'platform_test_files': [ 1314 'platform_test_files': [
1313 'scroll/ScrollAnimatorTest.cpp', 1315 'scroll/ScrollAnimatorTest.cpp',
1314 ], 1316 ],
1315 } 1317 }
1316 ], 1318 ],
1317 ], 1319 ],
1318 }, 1320 },
1319 } 1321 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/worklet/Worklet.h ('k') | third_party/WebKit/Source/platform/graphics/ImageBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698