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

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

Issue 2410403002: Remove the experimental navigator.storageQuota API (Closed)
Patch Set: Rebased Created 3 years, 10 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
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 "StorageManager.cpp", 23 "StorageManager.cpp",
24 "StorageManager.h", 24 "StorageManager.h",
25 "StorageQuota.cpp",
26 "StorageQuota.h",
27 "StorageQuotaCallback.h", 25 "StorageQuotaCallback.h",
28 "StorageQuotaCallbacksImpl.cpp",
29 "StorageQuotaCallbacksImpl.h",
30 "StorageQuotaClient.cpp", 26 "StorageQuotaClient.cpp",
31 "StorageQuotaClient.h", 27 "StorageQuotaClient.h",
32 "StorageUsageCallback.h", 28 "StorageUsageCallback.h",
33 "WorkerNavigatorStorageQuota.cpp", 29 "WorkerNavigatorStorageQuota.cpp",
34 "WorkerNavigatorStorageQuota.h", 30 "WorkerNavigatorStorageQuota.h",
35 ] 31 ]
36 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698