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

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, 3 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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'scroll/ScrollbarThemeMacNonOverlayAPI.mm', 776 'scroll/ScrollbarThemeMacNonOverlayAPI.mm',
777 'scroll/ScrollbarThemeMacOverlayAPI.h', 777 'scroll/ScrollbarThemeMacOverlayAPI.h',
778 'scroll/ScrollbarThemeMacOverlayAPI.mm', 778 'scroll/ScrollbarThemeMacOverlayAPI.mm',
779 'scroll/ScrollbarThemeMock.cpp', 779 'scroll/ScrollbarThemeMock.cpp',
780 'scroll/ScrollbarThemeMock.h', 780 'scroll/ScrollbarThemeMock.h',
781 'scroll/ScrollbarThemeOverlayMock.h', 781 'scroll/ScrollbarThemeOverlayMock.h',
782 'scroll/ScrollbarThemeNonMacCommon.cpp', 782 'scroll/ScrollbarThemeNonMacCommon.cpp',
783 'scroll/ScrollbarThemeNonMacCommon.h', 783 'scroll/ScrollbarThemeNonMacCommon.h',
784 'scroll/ScrollbarThemeOverlay.cpp', 784 'scroll/ScrollbarThemeOverlay.cpp',
785 'scroll/ScrollbarThemeOverlay.h', 785 'scroll/ScrollbarThemeOverlay.h',
786 'serviceworkers/ServiceWorkerRegistrationProxy.h',
Mads Ager (chromium) 2014/09/03 12:47:17 Remove this line again?
haraken 2014/09/03 12:52:06 Done.
786 'speech/PlatformSpeechSynthesisUtterance.cpp', 787 'speech/PlatformSpeechSynthesisUtterance.cpp',
787 'speech/PlatformSpeechSynthesisUtterance.h', 788 'speech/PlatformSpeechSynthesisUtterance.h',
788 'speech/PlatformSpeechSynthesisVoice.cpp', 789 'speech/PlatformSpeechSynthesisVoice.cpp',
789 'speech/PlatformSpeechSynthesisVoice.h', 790 'speech/PlatformSpeechSynthesisVoice.h',
790 'speech/PlatformSpeechSynthesizer.cpp', 791 'speech/PlatformSpeechSynthesizer.cpp',
791 'speech/PlatformSpeechSynthesizer.h', 792 'speech/PlatformSpeechSynthesizer.h',
792 'text/BidiCharacterRun.cpp', 793 'text/BidiCharacterRun.cpp',
793 'text/BidiCharacterRun.h', 794 'text/BidiCharacterRun.h',
794 'text/BidiContext.cpp', 795 'text/BidiContext.cpp',
795 'text/BidiContext.h', 796 'text/BidiContext.h',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'graphics/ImageLayerChromiumTest.cpp', 960 'graphics/ImageLayerChromiumTest.cpp',
960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
961 'graphics/test/MockImageDecoder.h', 962 'graphics/test/MockImageDecoder.h',
962 'graphics/test/MockWebGraphicsContext3D.h', 963 'graphics/test/MockWebGraphicsContext3D.h',
963 'image-decoders/gif/GIFImageDecoderTest.cpp', 964 'image-decoders/gif/GIFImageDecoderTest.cpp',
964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
965 'image-decoders/webp/WEBPImageDecoderTest.cpp', 966 'image-decoders/webp/WEBPImageDecoderTest.cpp',
966 ], 967 ],
967 }, 968 },
968 } 969 }
OLDNEW
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerRegistration.idl ('k') | Source/web/ServiceWorkerGlobalScopeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698