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

Unified Diff: blimp/common/BUILD.gn

Issue 1891083002: Blimp: Add BlobChannelReceiver and bindings interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-sender
Patch Set: wez feedback Created 4 years, 8 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/mock_blob_cache.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 122697d32c63f856a4d226f94a2a3c5bc7e4e7ae..8be32cd41b44f1295ef5e0ce8cac60317ce347b6 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -40,6 +40,22 @@ component("common") {
]
}
+source_set("test_support") {
+ testonly = true
+
+ sources = [
+ "blob_cache/mock_blob_cache.cc",
+ "blob_cache/mock_blob_cache.h",
+ ]
+
+ deps = [
+ ":common",
+ "//blimp/common/proto",
+ "//testing/gmock",
+ "//testing/gtest",
+ ]
+}
+
source_set("unit_tests") {
testonly = true
« no previous file with comments | « no previous file | blimp/common/blob_cache/mock_blob_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698