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

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

Issue 20262003: Use Platform::queryUsageAndQuota and deprecate WebFrameClient::queryUsageAndQuota (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/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 10
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'quota/NavigatorStorageQuota.cpp', 490 'quota/NavigatorStorageQuota.cpp',
491 'quota/NavigatorStorageQuota.h', 491 'quota/NavigatorStorageQuota.h',
492 'quota/StorageInfo.cpp', 492 'quota/StorageInfo.cpp',
493 'quota/StorageInfo.h', 493 'quota/StorageInfo.h',
494 'quota/StorageErrorCallback.cpp', 494 'quota/StorageErrorCallback.cpp',
495 'quota/StorageErrorCallback.h', 495 'quota/StorageErrorCallback.h',
496 'quota/StorageQuota.cpp', 496 'quota/StorageQuota.cpp',
497 'quota/StorageQuota.h', 497 'quota/StorageQuota.h',
498 'quota/StorageQuotaCallback.h', 498 'quota/StorageQuotaCallback.h',
499 'quota/StorageUsageCallback.h', 499 'quota/StorageUsageCallback.h',
500 'quota/WebStorageQuotaCallbacksImpl.cpp',
501 'quota/WebStorageQuotaCallbacksImpl.h',
500 'quota/WorkerNavigatorStorageQuota.cpp', 502 'quota/WorkerNavigatorStorageQuota.cpp',
501 'quota/WorkerNavigatorStorageQuota.h', 503 'quota/WorkerNavigatorStorageQuota.h',
502 'speech/DOMWindowSpeechSynthesis.cpp', 504 'speech/DOMWindowSpeechSynthesis.cpp',
503 'speech/DOMWindowSpeechSynthesis.h', 505 'speech/DOMWindowSpeechSynthesis.h',
504 'speech/SpeechGrammar.cpp', 506 'speech/SpeechGrammar.cpp',
505 'speech/SpeechGrammar.h', 507 'speech/SpeechGrammar.h',
506 'speech/SpeechGrammarList.cpp', 508 'speech/SpeechGrammarList.cpp',
507 'speech/SpeechGrammarList.h', 509 'speech/SpeechGrammarList.h',
508 'speech/SpeechRecognition.cpp', 510 'speech/SpeechRecognition.cpp',
509 'speech/SpeechRecognition.h', 511 'speech/SpeechRecognition.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 ], 744 ],
743 'modules_unittest_files': [ 745 'modules_unittest_files': [
744 'indexeddb/IDBKeyPathTest.cpp', 746 'indexeddb/IDBKeyPathTest.cpp',
745 'websockets/WebSocketDeflaterTest.cpp', 747 'websockets/WebSocketDeflaterTest.cpp',
746 'websockets/WebSocketExtensionDispatcherTest.cpp', 748 'websockets/WebSocketExtensionDispatcherTest.cpp',
747 'websockets/WebSocketExtensionParserTest.cpp', 749 'websockets/WebSocketExtensionParserTest.cpp',
748 'websockets/WebSocketPerMessageDeflateTest.cpp', 750 'websockets/WebSocketPerMessageDeflateTest.cpp',
749 ], 751 ],
750 }, 752 },
751 } 753 }
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