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

Side by Side Diff: third_party/WebKit/Source/modules/quota/BUILD.gn

Issue 2585563002: Quota: StorageInfo should be a dictionary (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 6
7 blink_modules_sources("quota") { 7 blink_modules_sources("quota") {
8 sources = [ 8 sources = [
9 "DOMError.cpp", 9 "DOMError.cpp",
10 "DOMError.h", 10 "DOMError.h",
11 "DOMWindowQuota.cpp", 11 "DOMWindowQuota.cpp",
12 "DOMWindowQuota.h", 12 "DOMWindowQuota.h",
13 "DeprecatedStorageInfo.cpp", 13 "DeprecatedStorageInfo.cpp",
14 "DeprecatedStorageInfo.h", 14 "DeprecatedStorageInfo.h",
15 "DeprecatedStorageQuota.cpp", 15 "DeprecatedStorageQuota.cpp",
16 "DeprecatedStorageQuota.h", 16 "DeprecatedStorageQuota.h",
17 "DeprecatedStorageQuotaCallbacksImpl.cpp", 17 "DeprecatedStorageQuotaCallbacksImpl.cpp",
18 "DeprecatedStorageQuotaCallbacksImpl.h", 18 "DeprecatedStorageQuotaCallbacksImpl.h",
19 "NavigatorStorageQuota.cpp", 19 "NavigatorStorageQuota.cpp",
20 "NavigatorStorageQuota.h", 20 "NavigatorStorageQuota.h",
21 "StorageErrorCallback.cpp", 21 "StorageErrorCallback.cpp",
22 "StorageErrorCallback.h", 22 "StorageErrorCallback.h",
23 "StorageInfo.cpp",
24 "StorageInfo.h",
25 "StorageManager.cpp", 23 "StorageManager.cpp",
26 "StorageManager.h", 24 "StorageManager.h",
27 "StorageQuota.cpp", 25 "StorageQuota.cpp",
28 "StorageQuota.h", 26 "StorageQuota.h",
29 "StorageQuotaCallback.h", 27 "StorageQuotaCallback.h",
30 "StorageQuotaCallbacksImpl.cpp", 28 "StorageQuotaCallbacksImpl.cpp",
31 "StorageQuotaCallbacksImpl.h", 29 "StorageQuotaCallbacksImpl.h",
32 "StorageQuotaClient.cpp", 30 "StorageQuotaClient.cpp",
33 "StorageQuotaClient.h", 31 "StorageQuotaClient.h",
34 "StorageUsageCallback.h", 32 "StorageUsageCallback.h",
35 "WorkerNavigatorStorageQuota.cpp", 33 "WorkerNavigatorStorageQuota.cpp",
36 "WorkerNavigatorStorageQuota.h", 34 "WorkerNavigatorStorageQuota.h",
37 ] 35 ]
38 } 36 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules_idl_files.gni ('k') | third_party/WebKit/Source/modules/quota/StorageInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698