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

Unified Diff: content/test/BUILD.gn

Issue 2583253002: Start adding tests for LevelDBWrapper, and fix a bunch of bugs. (Closed)
Patch Set: nicer 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 side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 7622839031c3315bbe5808b3d0547cc41fb3f3a5..59ecaec8b183febc82ba46266c47b18ba98f5e1a 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1095,6 +1095,7 @@ test("content_unittests") {
"../browser/indexed_db/mock_indexed_db_database_callbacks.h",
"../browser/indexed_db/mock_indexed_db_factory.cc",
"../browser/indexed_db/mock_indexed_db_factory.h",
+ "../browser/leveldb_wrapper_impl_unittest.cc",
"../browser/loader/async_resource_handler_unittest.cc",
"../browser/loader/async_revalidation_driver_unittest.cc",
"../browser/loader/async_revalidation_manager_unittest.cc",
@@ -1381,6 +1382,8 @@ test("content_unittests") {
"//cc/ipc",
"//cc/surfaces",
"//components/display_compositor",
+ "//components/leveldb/public/cpp",
+ "//components/leveldb/public/interfaces",
"//components/payments:payment_app",
"//components/rappor:test_support",
"//content:resources",

Powered by Google App Engine
This is Rietveld 408576698