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

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

Issue 133503002: Quota: Implement StorageQuotaClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | Source/modules/quota/StorageQuota.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 '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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'quota/DOMWindowQuota.h', 518 'quota/DOMWindowQuota.h',
519 'quota/NavigatorStorageQuota.cpp', 519 'quota/NavigatorStorageQuota.cpp',
520 'quota/NavigatorStorageQuota.h', 520 'quota/NavigatorStorageQuota.h',
521 'quota/StorageInfo.cpp', 521 'quota/StorageInfo.cpp',
522 'quota/StorageInfo.h', 522 'quota/StorageInfo.h',
523 'quota/StorageErrorCallback.cpp', 523 'quota/StorageErrorCallback.cpp',
524 'quota/StorageErrorCallback.h', 524 'quota/StorageErrorCallback.h',
525 'quota/StorageQuota.cpp', 525 'quota/StorageQuota.cpp',
526 'quota/StorageQuota.h', 526 'quota/StorageQuota.h',
527 'quota/StorageQuotaCallback.h', 527 'quota/StorageQuotaCallback.h',
528 'quota/StorageQuotaClient.cpp',
529 'quota/StorageQuotaClient.h',
528 'quota/StorageUsageCallback.h', 530 'quota/StorageUsageCallback.h',
529 'quota/WebStorageQuotaCallbacksImpl.cpp', 531 'quota/WebStorageQuotaCallbacksImpl.cpp',
530 'quota/WebStorageQuotaCallbacksImpl.h', 532 'quota/WebStorageQuotaCallbacksImpl.h',
531 'quota/WorkerNavigatorStorageQuota.cpp', 533 'quota/WorkerNavigatorStorageQuota.cpp',
532 'quota/WorkerNavigatorStorageQuota.h', 534 'quota/WorkerNavigatorStorageQuota.h',
533 'serviceworkers/ServiceWorker.cpp', 535 'serviceworkers/ServiceWorker.cpp',
534 'serviceworkers/ServiceWorker.h', 536 'serviceworkers/ServiceWorker.h',
535 'serviceworkers/ServiceWorkerError.cpp', 537 'serviceworkers/ServiceWorkerError.cpp',
536 'serviceworkers/ServiceWorkerError.h', 538 'serviceworkers/ServiceWorkerError.h',
537 'serviceworkers/NavigatorServiceWorker.cpp', 539 'serviceworkers/NavigatorServiceWorker.cpp',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'indexeddb/IDBKeyPathTest.cpp', 809 'indexeddb/IDBKeyPathTest.cpp',
808 'indexeddb/IDBRequestTest.cpp', 810 'indexeddb/IDBRequestTest.cpp',
809 'indexeddb/IDBTransactionTest.cpp', 811 'indexeddb/IDBTransactionTest.cpp',
810 'websockets/WebSocketDeflaterTest.cpp', 812 'websockets/WebSocketDeflaterTest.cpp',
811 'websockets/WebSocketExtensionDispatcherTest.cpp', 813 'websockets/WebSocketExtensionDispatcherTest.cpp',
812 'websockets/WebSocketExtensionParserTest.cpp', 814 'websockets/WebSocketExtensionParserTest.cpp',
813 'websockets/WebSocketPerMessageDeflateTest.cpp', 815 'websockets/WebSocketPerMessageDeflateTest.cpp',
814 ], 816 ],
815 }, 817 },
816 } 818 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/quota/StorageQuota.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698