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

Unified Diff: blimp/client/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 new test runner with Mojo initialization 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/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 3be92a2f3a61b11423ebcdf2967fa6116e6fe934..7e15e8ec8af91a41811e9c510a375e394e384a3d 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -88,7 +88,6 @@ source_set("blimp_client_unit_tests") {
":session",
":switches",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//blimp/common",
"//testing/gmock",
@@ -124,7 +123,6 @@ source_set("app_unit_tests") {
deps = [
":client",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//testing/gmock",
"//testing/gtest",
@@ -254,7 +252,6 @@ source_set("feature_unit_tests") {
":compositor",
":test_support",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//blimp/common",
"//blimp/common/proto",
« no previous file with comments | « blimp/BUILD.gn ('k') | blimp/engine/BUILD.gn » ('j') | blimp/engine/mojo/blob_channel.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698