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

Unified Diff: blimp/test/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/test/BUILD.gn
diff --git a/blimp/test/BUILD.gn b/blimp/test/BUILD.gn
index f5460f2e043927700a30d607ebaca05a09cce1eb..fb71315e7ae076f0a22c0fad02983a986620e545 100644
--- a/blimp/test/BUILD.gn
+++ b/blimp/test/BUILD.gn
@@ -4,6 +4,16 @@
import("//testing/test.gni")
+source_set("run_all_unittests") {
+ sources = [
+ "run_all_unittests.cc"
+ ]
+
+ deps = [
+ "//mojo/edk/system",
+ ]
+}
+
source_set("engine_browsertests") {
testonly = true

Powered by Google App Engine
This is Rietveld 408576698