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

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

Powered by Google App Engine
This is Rietveld 408576698