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

Unified Diff: blimp/BUILD.gn

Issue 1687393002: Add assigner support to Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix evil build break? Created 4 years, 10 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/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index f8ee944b234fc1c1d15595d1737ebc9da0cc4502..64345a074cbd3fc6575a85ac1ab9e1d48cef1fc7 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -50,6 +50,7 @@ group("blimp_tests") {
test("blimp_unittests") {
deps = [
"//blimp/client:app_unit_tests",
+ "//blimp/client:blimp_client_unit_tests",
"//blimp/client:feature_unit_tests",
"//blimp/common:unit_tests",
"//blimp/net:unit_tests",
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698