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

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

Issue 478693005: Oilpan: Ship Oilpan for serviceworkers/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'scroll/ScrollbarThemeMacNonOverlayAPI.mm', 783 'scroll/ScrollbarThemeMacNonOverlayAPI.mm',
784 'scroll/ScrollbarThemeMacOverlayAPI.h', 784 'scroll/ScrollbarThemeMacOverlayAPI.h',
785 'scroll/ScrollbarThemeMacOverlayAPI.mm', 785 'scroll/ScrollbarThemeMacOverlayAPI.mm',
786 'scroll/ScrollbarThemeMock.cpp', 786 'scroll/ScrollbarThemeMock.cpp',
787 'scroll/ScrollbarThemeMock.h', 787 'scroll/ScrollbarThemeMock.h',
788 'scroll/ScrollbarThemeOverlayMock.h', 788 'scroll/ScrollbarThemeOverlayMock.h',
789 'scroll/ScrollbarThemeNonMacCommon.cpp', 789 'scroll/ScrollbarThemeNonMacCommon.cpp',
790 'scroll/ScrollbarThemeNonMacCommon.h', 790 'scroll/ScrollbarThemeNonMacCommon.h',
791 'scroll/ScrollbarThemeOverlay.cpp', 791 'scroll/ScrollbarThemeOverlay.cpp',
792 'scroll/ScrollbarThemeOverlay.h', 792 'scroll/ScrollbarThemeOverlay.h',
793 'serviceworkers/ServiceWorkerRegistrationProxy.h',
793 'speech/PlatformSpeechSynthesisUtterance.cpp', 794 'speech/PlatformSpeechSynthesisUtterance.cpp',
794 'speech/PlatformSpeechSynthesisUtterance.h', 795 'speech/PlatformSpeechSynthesisUtterance.h',
795 'speech/PlatformSpeechSynthesisVoice.cpp', 796 'speech/PlatformSpeechSynthesisVoice.cpp',
796 'speech/PlatformSpeechSynthesisVoice.h', 797 'speech/PlatformSpeechSynthesisVoice.h',
797 'speech/PlatformSpeechSynthesizer.cpp', 798 'speech/PlatformSpeechSynthesizer.cpp',
798 'speech/PlatformSpeechSynthesizer.h', 799 'speech/PlatformSpeechSynthesizer.h',
799 'text/BidiCharacterRun.cpp', 800 'text/BidiCharacterRun.cpp',
800 'text/BidiCharacterRun.h', 801 'text/BidiCharacterRun.h',
801 'text/BidiContext.cpp', 802 'text/BidiContext.cpp',
802 'text/BidiContext.h', 803 'text/BidiContext.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'graphics/ImageLayerChromiumTest.cpp', 967 'graphics/ImageLayerChromiumTest.cpp',
967 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 968 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
968 'graphics/test/MockImageDecoder.h', 969 'graphics/test/MockImageDecoder.h',
969 'graphics/test/MockWebGraphicsContext3D.h', 970 'graphics/test/MockWebGraphicsContext3D.h',
970 'image-decoders/gif/GIFImageDecoderTest.cpp', 971 'image-decoders/gif/GIFImageDecoderTest.cpp',
971 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 972 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
972 'image-decoders/webp/WEBPImageDecoderTest.cpp', 973 'image-decoders/webp/WEBPImageDecoderTest.cpp',
973 ], 974 ],
974 }, 975 },
975 } 976 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698