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

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

Issue 400903002: Check that Service Workers are registered from secure origins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using namespace blink. Created 6 years, 5 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/ServiceWorkerContainer.cpp » ('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 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'speech/testing/InternalsSpeechSynthesis.h', 977 'speech/testing/InternalsSpeechSynthesis.h',
978 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 978 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
979 'speech/testing/PlatformSpeechSynthesizerMock.h', 979 'speech/testing/PlatformSpeechSynthesizerMock.h',
980 'vibration/testing/InternalsVibration.cpp', 980 'vibration/testing/InternalsVibration.cpp',
981 'vibration/testing/InternalsVibration.h', 981 'vibration/testing/InternalsVibration.h',
982 ], 982 ],
983 'modules_unittest_files': [ 983 'modules_unittest_files': [
984 'indexeddb/IDBKeyPathTest.cpp', 984 'indexeddb/IDBKeyPathTest.cpp',
985 'indexeddb/IDBRequestTest.cpp', 985 'indexeddb/IDBRequestTest.cpp',
986 'indexeddb/IDBTransactionTest.cpp', 986 'indexeddb/IDBTransactionTest.cpp',
987 'serviceworkers/ServiceWorkerContainerTest.cpp',
987 'websockets/DOMWebSocketTest.cpp', 988 'websockets/DOMWebSocketTest.cpp',
988 'websockets/WebSocketDeflaterTest.cpp', 989 'websockets/WebSocketDeflaterTest.cpp',
989 'websockets/WebSocketExtensionDispatcherTest.cpp', 990 'websockets/WebSocketExtensionDispatcherTest.cpp',
990 'websockets/WebSocketExtensionParserTest.cpp', 991 'websockets/WebSocketExtensionParserTest.cpp',
991 'websockets/WebSocketPerMessageDeflateTest.cpp', 992 'websockets/WebSocketPerMessageDeflateTest.cpp',
992 ], 993 ],
993 }, 994 },
994 } 995 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/serviceworkers/ServiceWorkerContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698