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

Unified Diff: blimp/common/BUILD.gn

Issue 1962193002: Add a integration test suite for BlobChannel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove redundant callback Created 4 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
« no previous file with comments | « no previous file | blimp/common/blob_cache/id_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index 8b5da1102129e7fd4319d87eb651a71866e4e0ab..287b7b5b74bddacabd46d695a3bacb08c0178624 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -38,6 +38,8 @@ source_set("test_support") {
sources = [
"blob_cache/mock_blob_cache.cc",
"blob_cache/mock_blob_cache.h",
+ "blob_cache/test_util.cc",
+ "blob_cache/test_util.h",
]
deps = [
« no previous file with comments | « no previous file | blimp/common/blob_cache/id_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698