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

Unified Diff: blimp/net/BUILD.gn

Issue 2033013003: Use shared memory for moving data over BlobChannel Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-master
Patch Set: added tests Created 4 years, 6 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: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index 2d633446d601c431c4a3212b4fb7305edbf2116e..39cbe5eebc2bc61524ebc2a50315b36723cd9242 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -93,16 +93,21 @@ source_set("test_support") {
sources = [
"blob_channel/mock_blob_channel_receiver.cc",
"blob_channel/mock_blob_channel_receiver.h",
+ "blob_channel/mock_blob_channel_sender.cc",
+ "blob_channel/mock_blob_channel_sender.h",
"test_common.cc",
"test_common.h",
]
deps = [
":net",
- "//blimp/common/proto",
"//net:test_support",
"//testing/gmock",
]
+
+ public_deps = [
+ "//blimp/common/proto",
+ ]
}
source_set("unit_tests") {

Powered by Google App Engine
This is Rietveld 408576698