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

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, 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
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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'quota/NavigatorStorageQuota.cpp', 485 'quota/NavigatorStorageQuota.cpp',
486 'quota/NavigatorStorageQuota.h', 486 'quota/NavigatorStorageQuota.h',
487 'quota/StorageInfo.cpp', 487 'quota/StorageInfo.cpp',
488 'quota/StorageInfo.h', 488 'quota/StorageInfo.h',
489 'quota/StorageErrorCallback.cpp', 489 'quota/StorageErrorCallback.cpp',
490 'quota/StorageErrorCallback.h', 490 'quota/StorageErrorCallback.h',
491 'quota/StorageQuota.cpp', 491 'quota/StorageQuota.cpp',
492 'quota/StorageQuota.h', 492 'quota/StorageQuota.h',
493 'quota/StorageQuotaCallback.h', 493 'quota/StorageQuotaCallback.h',
494 'quota/StorageUsageCallback.h', 494 'quota/StorageUsageCallback.h',
495 'quota/WebStorageQuotaCallbacksImpl.cpp',
496 'quota/WebStorageQuotaCallbacksImpl.h',
495 'quota/WorkerNavigatorStorageQuota.cpp', 497 'quota/WorkerNavigatorStorageQuota.cpp',
496 'quota/WorkerNavigatorStorageQuota.h', 498 'quota/WorkerNavigatorStorageQuota.h',
497 'speech/DOMWindowSpeechSynthesis.cpp', 499 'speech/DOMWindowSpeechSynthesis.cpp',
498 'speech/DOMWindowSpeechSynthesis.h', 500 'speech/DOMWindowSpeechSynthesis.h',
499 'speech/SpeechGrammar.cpp', 501 'speech/SpeechGrammar.cpp',
500 'speech/SpeechGrammar.h', 502 'speech/SpeechGrammar.h',
501 'speech/SpeechGrammarList.cpp', 503 'speech/SpeechGrammarList.cpp',
502 'speech/SpeechGrammarList.h', 504 'speech/SpeechGrammarList.h',
503 'speech/SpeechRecognition.cpp', 505 'speech/SpeechRecognition.cpp',
504 'speech/SpeechRecognition.h', 506 'speech/SpeechRecognition.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 ], 739 ],
738 'modules_unittest_files': [ 740 'modules_unittest_files': [
739 'indexeddb/IDBKeyPathTest.cpp', 741 'indexeddb/IDBKeyPathTest.cpp',
740 'websockets/WebSocketDeflaterTest.cpp', 742 'websockets/WebSocketDeflaterTest.cpp',
741 'websockets/WebSocketExtensionDispatcherTest.cpp', 743 'websockets/WebSocketExtensionDispatcherTest.cpp',
742 'websockets/WebSocketExtensionParserTest.cpp', 744 'websockets/WebSocketExtensionParserTest.cpp',
743 'websockets/WebSocketPerMessageDeflateTest.cpp', 745 'websockets/WebSocketPerMessageDeflateTest.cpp',
744 ], 746 ],
745 }, 747 },
746 } 748 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/quota/StorageQuota.cpp » ('j') | Source/modules/quota/WebStorageQuotaCallbacksImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698