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

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

Issue 127163003: Completely removed the Extensions3D class (Take 2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/platform/graphics/Extensions3D.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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'graphics/DecodingImageGenerator.cpp', 580 'graphics/DecodingImageGenerator.cpp',
581 'graphics/DecodingImageGenerator.h', 581 'graphics/DecodingImageGenerator.h',
582 'graphics/DeferredImageDecoder.cpp', 582 'graphics/DeferredImageDecoder.cpp',
583 'graphics/DeferredImageDecoder.h', 583 'graphics/DeferredImageDecoder.h',
584 'graphics/DiscardablePixelRef.cpp', 584 'graphics/DiscardablePixelRef.cpp',
585 'graphics/DiscardablePixelRef.h', 585 'graphics/DiscardablePixelRef.h',
586 'graphics/DisplayList.cpp', 586 'graphics/DisplayList.cpp',
587 'graphics/DisplayList.h', 587 'graphics/DisplayList.h',
588 'graphics/DrawLooper.cpp', 588 'graphics/DrawLooper.cpp',
589 'graphics/DrawLooper.h', 589 'graphics/DrawLooper.h',
590 'graphics/Extensions3D.cpp',
591 'graphics/Extensions3D.h',
592 'graphics/FrameData.cpp', 590 'graphics/FrameData.cpp',
593 'graphics/FrameData.h', 591 'graphics/FrameData.h',
594 'graphics/GeneratedImage.cpp', 592 'graphics/GeneratedImage.cpp',
595 'graphics/GeneratedImage.h', 593 'graphics/GeneratedImage.h',
596 'graphics/Gradient.cpp', 594 'graphics/Gradient.cpp',
597 'graphics/Gradient.h', 595 'graphics/Gradient.h',
598 'graphics/GradientGeneratedImage.cpp', 596 'graphics/GradientGeneratedImage.cpp',
599 'graphics/GradientGeneratedImage.h', 597 'graphics/GradientGeneratedImage.h',
600 'graphics/GraphicsContext.cpp', 598 'graphics/GraphicsContext.cpp',
601 'graphics/GraphicsContext.h', 599 'graphics/GraphicsContext.h',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'animation/TimingFunctionTestHelper.cpp', 922 'animation/TimingFunctionTestHelper.cpp',
925 'animation/TimingFunctionTestHelper.h', 923 'animation/TimingFunctionTestHelper.h',
926 'animation/TimingFunctionTestHelperTest.cpp', 924 'animation/TimingFunctionTestHelperTest.cpp',
927 'graphics/DeferredImageDecoderTest.cpp', 925 'graphics/DeferredImageDecoderTest.cpp',
928 'graphics/ImageDecodingStoreTest.cpp', 926 'graphics/ImageDecodingStoreTest.cpp',
929 'graphics/ImageFrameGeneratorTest.cpp', 927 'graphics/ImageFrameGeneratorTest.cpp',
930 'graphics/test/MockImageDecoder.h', 928 'graphics/test/MockImageDecoder.h',
931 ], 929 ],
932 }, 930 },
933 } 931 }
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/platform/graphics/Extensions3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698