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

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

Issue 177473003: Use SkLayerDrawLooper::Builder to construct SkLayerDrawLooper. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 9 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
« no previous file with comments | « Source/core/rendering/svg/SVGInlineTextBox.cpp ('k') | Source/platform/graphics/DrawLooper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'graphics/CrossfadeGeneratedImage.cpp', 557 'graphics/CrossfadeGeneratedImage.cpp',
558 'graphics/CrossfadeGeneratedImage.h', 558 'graphics/CrossfadeGeneratedImage.h',
559 'graphics/DecodingImageGenerator.cpp', 559 'graphics/DecodingImageGenerator.cpp',
560 'graphics/DecodingImageGenerator.h', 560 'graphics/DecodingImageGenerator.h',
561 'graphics/DeferredImageDecoder.cpp', 561 'graphics/DeferredImageDecoder.cpp',
562 'graphics/DeferredImageDecoder.h', 562 'graphics/DeferredImageDecoder.h',
563 'graphics/DiscardablePixelRef.cpp', 563 'graphics/DiscardablePixelRef.cpp',
564 'graphics/DiscardablePixelRef.h', 564 'graphics/DiscardablePixelRef.h',
565 'graphics/DisplayList.cpp', 565 'graphics/DisplayList.cpp',
566 'graphics/DisplayList.h', 566 'graphics/DisplayList.h',
567 'graphics/DrawLooper.cpp', 567 'graphics/DrawLooperBuilder.cpp',
568 'graphics/DrawLooper.h', 568 'graphics/DrawLooperBuilder.h',
569 'graphics/FrameData.cpp', 569 'graphics/FrameData.cpp',
570 'graphics/FrameData.h', 570 'graphics/FrameData.h',
571 'graphics/GeneratedImage.cpp', 571 'graphics/GeneratedImage.cpp',
572 'graphics/GeneratedImage.h', 572 'graphics/GeneratedImage.h',
573 'graphics/Gradient.cpp', 573 'graphics/Gradient.cpp',
574 'graphics/Gradient.h', 574 'graphics/Gradient.h',
575 'graphics/GradientGeneratedImage.cpp', 575 'graphics/GradientGeneratedImage.cpp',
576 'graphics/GradientGeneratedImage.h', 576 'graphics/GradientGeneratedImage.h',
577 'graphics/GraphicsContext.cpp', 577 'graphics/GraphicsContext.cpp',
578 'graphics/GraphicsContext.h', 578 'graphics/GraphicsContext.h',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 # NOTE: these are legacy unit tests, do not add more! 913 # NOTE: these are legacy unit tests, do not add more!
914 'platform_web_unittest_files': [ 914 'platform_web_unittest_files': [
915 'animation/TimingFunctionTest.cpp', 915 'animation/TimingFunctionTest.cpp',
916 'graphics/DeferredImageDecoderTest.cpp', 916 'graphics/DeferredImageDecoderTest.cpp',
917 'graphics/ImageDecodingStoreTest.cpp', 917 'graphics/ImageDecodingStoreTest.cpp',
918 'graphics/ImageFrameGeneratorTest.cpp', 918 'graphics/ImageFrameGeneratorTest.cpp',
919 'graphics/test/MockImageDecoder.h', 919 'graphics/test/MockImageDecoder.h',
920 ], 920 ],
921 }, 921 },
922 } 922 }
OLDNEW
« no previous file with comments | « Source/core/rendering/svg/SVGInlineTextBox.cpp ('k') | Source/platform/graphics/DrawLooper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698