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

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

Issue 27278002: Add an Error class for ServiceWorkers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: enum for error type, document ownership Created 7 years, 2 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 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 'modules_idl_files': [ 10 'modules_idl_files': [
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'quota/StorageQuota.h', 509 'quota/StorageQuota.h',
510 'quota/StorageQuotaCallback.h', 510 'quota/StorageQuotaCallback.h',
511 'quota/StorageUsageCallback.h', 511 'quota/StorageUsageCallback.h',
512 'quota/WebStorageQuotaCallbacksImpl.cpp', 512 'quota/WebStorageQuotaCallbacksImpl.cpp',
513 'quota/WebStorageQuotaCallbacksImpl.h', 513 'quota/WebStorageQuotaCallbacksImpl.h',
514 'quota/WorkerNavigatorStorageQuota.cpp', 514 'quota/WorkerNavigatorStorageQuota.cpp',
515 'quota/WorkerNavigatorStorageQuota.h', 515 'quota/WorkerNavigatorStorageQuota.h',
516 'serviceworkers/CallbackPromiseAdapter.h', 516 'serviceworkers/CallbackPromiseAdapter.h',
517 'serviceworkers/ServiceWorker.cpp', 517 'serviceworkers/ServiceWorker.cpp',
518 'serviceworkers/ServiceWorker.h', 518 'serviceworkers/ServiceWorker.h',
519 'serviceworkers/ServiceWorkerError.cpp',
520 'serviceworkers/ServiceWorkerError.h',
519 'serviceworkers/NavigatorServiceWorker.cpp', 521 'serviceworkers/NavigatorServiceWorker.cpp',
520 'serviceworkers/NavigatorServiceWorker.h', 522 'serviceworkers/NavigatorServiceWorker.h',
521 'speech/DOMWindowSpeechSynthesis.cpp', 523 'speech/DOMWindowSpeechSynthesis.cpp',
522 'speech/DOMWindowSpeechSynthesis.h', 524 'speech/DOMWindowSpeechSynthesis.h',
523 'speech/SpeechGrammar.cpp', 525 'speech/SpeechGrammar.cpp',
524 'speech/SpeechGrammar.h', 526 'speech/SpeechGrammar.h',
525 'speech/SpeechGrammarList.cpp', 527 'speech/SpeechGrammarList.cpp',
526 'speech/SpeechGrammarList.h', 528 'speech/SpeechGrammarList.h',
527 'speech/SpeechRecognition.cpp', 529 'speech/SpeechRecognition.cpp',
528 'speech/SpeechRecognition.h', 530 'speech/SpeechRecognition.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'indexeddb/IDBKeyPathTest.cpp', 785 'indexeddb/IDBKeyPathTest.cpp',
784 'indexeddb/IDBRequestTest.cpp', 786 'indexeddb/IDBRequestTest.cpp',
785 'indexeddb/IDBTransactionTest.cpp', 787 'indexeddb/IDBTransactionTest.cpp',
786 'websockets/WebSocketDeflaterTest.cpp', 788 'websockets/WebSocketDeflaterTest.cpp',
787 'websockets/WebSocketExtensionDispatcherTest.cpp', 789 'websockets/WebSocketExtensionDispatcherTest.cpp',
788 'websockets/WebSocketExtensionParserTest.cpp', 790 'websockets/WebSocketExtensionParserTest.cpp',
789 'websockets/WebSocketPerMessageDeflateTest.cpp', 791 'websockets/WebSocketPerMessageDeflateTest.cpp',
790 ], 792 ],
791 }, 793 },
792 } 794 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698