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

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

Issue 2822453003: Wrap large IndexedDB values into Blobs before writing to LevelDB. (Closed)
Patch Set: Addressed last round of feedback. Created 3 years, 6 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "fetch/FetchResponseDataTest.cpp", 268 "fetch/FetchResponseDataTest.cpp",
269 "fetch/FormDataBytesConsumerTest.cpp", 269 "fetch/FormDataBytesConsumerTest.cpp",
270 "fetch/MultipartParserTest.cpp", 270 "fetch/MultipartParserTest.cpp",
271 "fetch/ReadableStreamBytesConsumerTest.cpp", 271 "fetch/ReadableStreamBytesConsumerTest.cpp",
272 "fetch/RequestTest.cpp", 272 "fetch/RequestTest.cpp",
273 "fetch/ResponseTest.cpp", 273 "fetch/ResponseTest.cpp",
274 "filesystem/DOMFileSystemBaseTest.cpp", 274 "filesystem/DOMFileSystemBaseTest.cpp",
275 "indexeddb/IDBKeyPathTest.cpp", 275 "indexeddb/IDBKeyPathTest.cpp",
276 "indexeddb/IDBRequestTest.cpp", 276 "indexeddb/IDBRequestTest.cpp",
277 "indexeddb/IDBTransactionTest.cpp", 277 "indexeddb/IDBTransactionTest.cpp",
278 "indexeddb/IDBValueWrappingTest.cpp",
278 "indexeddb/MockWebIDBDatabase.cpp", 279 "indexeddb/MockWebIDBDatabase.cpp",
279 "indexeddb/MockWebIDBDatabase.h", 280 "indexeddb/MockWebIDBDatabase.h",
280 "media_controls/MediaControlsImplTest.cpp", 281 "media_controls/MediaControlsImplTest.cpp",
281 "media_controls/MediaControlsOrientationLockDelegateTest.cpp", 282 "media_controls/MediaControlsOrientationLockDelegateTest.cpp",
282 "media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp", 283 "media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp",
283 "mediastream/MediaConstraintsTest.cpp", 284 "mediastream/MediaConstraintsTest.cpp",
284 "notifications/NotificationDataTest.cpp", 285 "notifications/NotificationDataTest.cpp",
285 "notifications/NotificationImageLoaderTest.cpp", 286 "notifications/NotificationImageLoaderTest.cpp",
286 "notifications/NotificationResourcesLoaderTest.cpp", 287 "notifications/NotificationResourcesLoaderTest.cpp",
287 "payments/AbortTest.cpp", 288 "payments/AbortTest.cpp",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ":modules_testing", 331 ":modules_testing",
331 "//components/payments/mojom:mojom_blink", 332 "//components/payments/mojom:mojom_blink",
332 "//skia", 333 "//skia",
333 "//testing/gmock", 334 "//testing/gmock",
334 "//testing/gtest", 335 "//testing/gtest",
335 "//third_party/WebKit/Source/core", 336 "//third_party/WebKit/Source/core",
336 "//third_party/WebKit/Source/platform/wtf", 337 "//third_party/WebKit/Source/platform/wtf",
337 "//v8", 338 "//v8",
338 ] 339 ]
339 } 340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698