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

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

Powered by Google App Engine
This is Rietveld 408576698