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

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: 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
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/engine/mojo/OWNERS » ('j') | no next file with comments »
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 74b0087733217260b115f8e17e50a398a5f84505..3e177941abea5372f0ff3721affbf36881a55906 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -399,7 +399,6 @@ source_set("app_unit_tests") {
":app_net",
":app_settings",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//blimp/common",
"//blimp/common:test_support",
@@ -427,7 +426,6 @@ source_set("common_unit_tests") {
deps = [
":common",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//components/metrics:metrics",
"//content/public/browser",
@@ -449,7 +447,6 @@ source_set("feature_unit_tests") {
deps = [
":feature",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//blimp/common",
"//blimp/common/proto",
@@ -472,11 +469,19 @@ source_set("renderer_unit_tests") {
sources = [
"renderer/blimp_engine_picture_cache_unittest.cc",
+ "renderer/blob_channel_sender_proxy_unittest.cc",
]
deps = [
":renderer",
+ "//base",
+ "//blimp/common",
+ "//blimp/common:test_support",
+ "//blimp/engine:blob_channel_mojo_cpp_sources",
+ "//blimp/engine:blob_channel_service",
+ "//blimp/net:test_support",
"//blimp/test:support",
+ "//mojo/public",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/engine/mojo/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698