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

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: IPC owners file added. Created 4 years, 5 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..bf10cc199cf50768ff0774aeb98708c62e955c5f 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") {
@@ -138,7 +143,6 @@ source_set("unit_tests") {
":net",
":test_support",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//blimp/common",
"//blimp/common:test_support",
« no previous file with comments | « blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc ('k') | blimp/net/blob_channel/blob_channel_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698