OLD | NEW |
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 } |
OLD | NEW |