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

Unified Diff: blimp/engine/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: jam feedback 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
« no previous file with comments | « no previous file | blimp/engine/DEPS » ('j') | blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index fcc65cd322591770740f1bf690b641fc135eca87..279ae44a74267f58143d28fe9b69844f06dffb1e 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -457,6 +457,22 @@ source_set("feature_unit_tests") {
]
}
+source_set("renderer_unit_tests") {
+ testonly = true
+
+ sources = [
+ "renderer/blob_channel_sender_proxy_unittest.cc",
+ ]
+
+ deps = [
+ ":renderer",
+ "//blimp/net:test_support",
+ "//mojo/public",
+ "//testing/gmock",
+ "//testing/gtest",
+ ]
+}
+
source_set("unit_tests") {
testonly = true
@@ -464,6 +480,7 @@ source_set("unit_tests") {
":app_unit_tests",
":common_unit_tests",
":feature_unit_tests",
+ ":renderer_unit_tests",
]
}
« no previous file with comments | « no previous file | blimp/engine/DEPS » ('j') | blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698