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

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

Issue 433793002: Introducing the WebServiceWorkerCache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: cleaner and oilpan 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
« no previous file with comments | « no previous file | Source/modules/serviceworkers/Cache.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 '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 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1016 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1017 'speech/testing/PlatformSpeechSynthesizerMock.h', 1017 'speech/testing/PlatformSpeechSynthesizerMock.h',
1018 'vibration/testing/InternalsVibration.cpp', 1018 'vibration/testing/InternalsVibration.cpp',
1019 'vibration/testing/InternalsVibration.h', 1019 'vibration/testing/InternalsVibration.h',
1020 ], 1020 ],
1021 'modules_unittest_files': [ 1021 'modules_unittest_files': [
1022 'filesystem/DOMFileSystemBaseTest.cpp', 1022 'filesystem/DOMFileSystemBaseTest.cpp',
1023 'indexeddb/IDBKeyPathTest.cpp', 1023 'indexeddb/IDBKeyPathTest.cpp',
1024 'indexeddb/IDBRequestTest.cpp', 1024 'indexeddb/IDBRequestTest.cpp',
1025 'indexeddb/IDBTransactionTest.cpp', 1025 'indexeddb/IDBTransactionTest.cpp',
1026 'serviceworkers/CacheTest.cpp',
1026 'serviceworkers/RequestTest.cpp', 1027 'serviceworkers/RequestTest.cpp',
1027 'serviceworkers/ResponseTest.cpp', 1028 'serviceworkers/ResponseTest.cpp',
1028 'serviceworkers/ServiceWorkerContainerTest.cpp', 1029 'serviceworkers/ServiceWorkerContainerTest.cpp',
1029 'websockets/DOMWebSocketTest.cpp', 1030 'websockets/DOMWebSocketTest.cpp',
1030 'websockets/NewWebSocketChannelImplTest.cpp', 1031 'websockets/NewWebSocketChannelImplTest.cpp',
1031 'websockets/WebSocketDeflaterTest.cpp', 1032 'websockets/WebSocketDeflaterTest.cpp',
1032 'websockets/WebSocketExtensionDispatcherTest.cpp', 1033 'websockets/WebSocketExtensionDispatcherTest.cpp',
1033 'websockets/WebSocketExtensionParserTest.cpp', 1034 'websockets/WebSocketExtensionParserTest.cpp',
1034 'websockets/WebSocketPerMessageDeflateTest.cpp', 1035 'websockets/WebSocketPerMessageDeflateTest.cpp',
1035 ], 1036 ],
1036 }, 1037 },
1037 } 1038 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/Cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698