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

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') | blimp/common/blob_cache/mock_blob_cache.h » ('J')
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 6548853d326066e0c8770e17d68e2f201996de1f..ef78b6b1041bdec948f1c9f5522355b15f81b114 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -38,6 +38,22 @@ component("blimp_common") {
]
}
+source_set("test_support") {
+ testonly = true
+
+ sources = [
+ "blob_cache/mock_blob_cache.cc",
+ "blob_cache/mock_blob_cache.h",
+ ]
+
+ deps = [
+ ":blimp_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') | blimp/common/blob_cache/mock_blob_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698