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

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: Address review nits 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'quota/StorageQuota.cpp', 508 'quota/StorageQuota.cpp',
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/ServiceWorker.cpp', 516 'serviceworkers/ServiceWorker.cpp',
517 'serviceworkers/ServiceWorker.h', 517 'serviceworkers/ServiceWorker.h',
518 'serviceworkers/ServiceWorkerError.cpp',
519 'serviceworkers/ServiceWorkerError.h',
518 'serviceworkers/NavigatorServiceWorker.cpp', 520 'serviceworkers/NavigatorServiceWorker.cpp',
519 'serviceworkers/NavigatorServiceWorker.h', 521 'serviceworkers/NavigatorServiceWorker.h',
520 'speech/DOMWindowSpeechSynthesis.cpp', 522 'speech/DOMWindowSpeechSynthesis.cpp',
521 'speech/DOMWindowSpeechSynthesis.h', 523 'speech/DOMWindowSpeechSynthesis.h',
522 'speech/SpeechGrammar.cpp', 524 'speech/SpeechGrammar.cpp',
523 'speech/SpeechGrammar.h', 525 'speech/SpeechGrammar.h',
524 'speech/SpeechGrammarList.cpp', 526 'speech/SpeechGrammarList.cpp',
525 'speech/SpeechGrammarList.h', 527 'speech/SpeechGrammarList.h',
526 'speech/SpeechRecognition.cpp', 528 'speech/SpeechRecognition.cpp',
527 'speech/SpeechRecognition.h', 529 'speech/SpeechRecognition.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'indexeddb/IDBKeyPathTest.cpp', 789 'indexeddb/IDBKeyPathTest.cpp',
788 'indexeddb/IDBRequestTest.cpp', 790 'indexeddb/IDBRequestTest.cpp',
789 'indexeddb/IDBTransactionTest.cpp', 791 'indexeddb/IDBTransactionTest.cpp',
790 'websockets/WebSocketDeflaterTest.cpp', 792 'websockets/WebSocketDeflaterTest.cpp',
791 'websockets/WebSocketExtensionDispatcherTest.cpp', 793 'websockets/WebSocketExtensionDispatcherTest.cpp',
792 'websockets/WebSocketExtensionParserTest.cpp', 794 'websockets/WebSocketExtensionParserTest.cpp',
793 'websockets/WebSocketPerMessageDeflateTest.cpp', 795 'websockets/WebSocketPerMessageDeflateTest.cpp',
794 ], 796 ],
795 }, 797 },
796 } 798 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698