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

Unified Diff: blimp/engine/BUILD.gn

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Fix build break Created 5 years, 1 month 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/common/proto/size.proto ('k') | blimp/engine/DEPS » ('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 bb6cddd22c1e85cff5bb9c669038f052ce324935..18399a95ae81c140bb8fa37ccc41371514e2d6d4 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -44,6 +44,14 @@ repack("pak") {
output = "$root_out_dir/blimp_engine.pak"
}
+source_set("unit_tests") {
+ testonly = true
+
+ deps = [
+ "//blimp/engine/browser:unit_tests",
+ ]
+}
+
if (is_linux) {
executable("blimp_engine_app") {
sources = [
« no previous file with comments | « blimp/common/proto/size.proto ('k') | blimp/engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698