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

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 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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'graphics/ContentLayerDelegate.h', 569 'graphics/ContentLayerDelegate.h',
570 'graphics/ContiguousContainer.cpp', 570 'graphics/ContiguousContainer.cpp',
571 'graphics/ContiguousContainer.h', 571 'graphics/ContiguousContainer.h',
572 'graphics/CrossfadeGeneratedImage.cpp', 572 'graphics/CrossfadeGeneratedImage.cpp',
573 'graphics/CrossfadeGeneratedImage.h', 573 'graphics/CrossfadeGeneratedImage.h',
574 'graphics/DecodingImageGenerator.cpp', 574 'graphics/DecodingImageGenerator.cpp',
575 'graphics/DecodingImageGenerator.h', 575 'graphics/DecodingImageGenerator.h',
576 'graphics/DeferredImageDecoder.cpp', 576 'graphics/DeferredImageDecoder.cpp',
577 'graphics/DeferredImageDecoder.h', 577 'graphics/DeferredImageDecoder.h',
578 'graphics/ExpensiveCanvasHeuristicParameters.h', 578 'graphics/ExpensiveCanvasHeuristicParameters.h',
579 'graphics/PaintGeneratedImage.cpp',
580 'graphics/PaintGeneratedImage.h',
579 'graphics/PicturePattern.cpp', 581 'graphics/PicturePattern.cpp',
580 'graphics/PicturePattern.h', 582 'graphics/PicturePattern.h',
581 'graphics/PictureSnapshot.h', 583 'graphics/PictureSnapshot.h',
582 'graphics/PictureSnapshot.cpp', 584 'graphics/PictureSnapshot.cpp',
583 'graphics/DrawLooperBuilder.cpp', 585 'graphics/DrawLooperBuilder.cpp',
584 'graphics/DrawLooperBuilder.h', 586 'graphics/DrawLooperBuilder.h',
585 'graphics/FirstPaintInvalidationTracking.cpp', 587 'graphics/FirstPaintInvalidationTracking.cpp',
586 'graphics/FirstPaintInvalidationTracking.h', 588 'graphics/FirstPaintInvalidationTracking.h',
587 'graphics/FrameData.cpp', 589 'graphics/FrameData.cpp',
588 'graphics/FrameData.h', 590 'graphics/FrameData.h',
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 ['OS!="mac"', 1298 ['OS!="mac"',
1297 { 1299 {
1298 'platform_test_files': [ 1300 'platform_test_files': [
1299 'scroll/ScrollAnimatorTest.cpp', 1301 'scroll/ScrollAnimatorTest.cpp',
1300 ], 1302 ],
1301 } 1303 }
1302 ], 1304 ],
1303 ], 1305 ],
1304 }, 1306 },
1305 } 1307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698