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

Unified Diff: components/download/internal/test/BUILD.gn

Issue 2881173003: Download Service : Added leveldb proto layer (Closed)
Patch Set: more comments Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: components/download/internal/test/BUILD.gn
diff --git a/components/download/internal/test/BUILD.gn b/components/download/internal/test/BUILD.gn
index cabd4eee2d076b72ad3614b701f148f778bdb8b3..6a59b9f37d052cc83b27aa2511c42e3a288f2a77 100644
--- a/components/download/internal/test/BUILD.gn
+++ b/components/download/internal/test/BUILD.gn
@@ -12,6 +12,8 @@ source_set("test_support") {
"entry_utils.h",
"mock_model_client.cc",
"mock_model_client.h",
+ "noop_store.cc",
+ "noop_store.h",
"test_store.cc",
"test_store.h",
]

Powered by Google App Engine
This is Rietveld 408576698