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

Side by Side Diff: Source/modules/modules.gypi

Issue 433793002: Introducing the WebServiceWorkerCache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix build 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 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'speech/testing/InternalsSpeechSynthesis.h', 1010 'speech/testing/InternalsSpeechSynthesis.h',
1011 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1011 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1012 'speech/testing/PlatformSpeechSynthesizerMock.h', 1012 'speech/testing/PlatformSpeechSynthesizerMock.h',
1013 'vibration/testing/InternalsVibration.cpp', 1013 'vibration/testing/InternalsVibration.cpp',
1014 'vibration/testing/InternalsVibration.h', 1014 'vibration/testing/InternalsVibration.h',
1015 ], 1015 ],
1016 'modules_unittest_files': [ 1016 'modules_unittest_files': [
1017 'indexeddb/IDBKeyPathTest.cpp', 1017 'indexeddb/IDBKeyPathTest.cpp',
1018 'indexeddb/IDBRequestTest.cpp', 1018 'indexeddb/IDBRequestTest.cpp',
1019 'indexeddb/IDBTransactionTest.cpp', 1019 'indexeddb/IDBTransactionTest.cpp',
1020 'serviceworkers/CacheTest.cpp',
1020 'serviceworkers/ResponseTest.cpp', 1021 'serviceworkers/ResponseTest.cpp',
1021 'serviceworkers/RequestTest.cpp', 1022 'serviceworkers/RequestTest.cpp',
jsbell 2014/09/04 00:28:08 not this patch, but can you alphabetize the {Reque
gavinp 2014/09/04 19:47:33 I'll upload a cleanup patch that does this.
1022 'serviceworkers/ServiceWorkerContainerTest.cpp', 1023 'serviceworkers/ServiceWorkerContainerTest.cpp',
1023 'websockets/DOMWebSocketTest.cpp', 1024 'websockets/DOMWebSocketTest.cpp',
1024 'websockets/NewWebSocketChannelImplTest.cpp', 1025 'websockets/NewWebSocketChannelImplTest.cpp',
1025 'websockets/WebSocketDeflaterTest.cpp', 1026 'websockets/WebSocketDeflaterTest.cpp',
1026 'websockets/WebSocketExtensionDispatcherTest.cpp', 1027 'websockets/WebSocketExtensionDispatcherTest.cpp',
1027 'websockets/WebSocketExtensionParserTest.cpp', 1028 'websockets/WebSocketExtensionParserTest.cpp',
1028 'websockets/WebSocketPerMessageDeflateTest.cpp', 1029 'websockets/WebSocketPerMessageDeflateTest.cpp',
1029 ], 1030 ],
1030 }, 1031 },
1031 } 1032 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/Cache.h » ('j') | Source/modules/serviceworkers/Cache.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698