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

Unified Diff: blimp/BUILD.gn

Issue 1324263003: Blimp: create MessageDispatcher class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp-protos
Patch Set: Fix tryserver entries. Created 5 years, 3 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/common/BUILD.gn » ('j') | blimp/common/proto/BUILD.gn » ('J')
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 d3da27a91b9171ddc28ef87386da3c6171f972ba..ba9e235abc1764edb6b494023f64a48d573bf6e8 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# Metatarget for all of Blimp's feature code.
group("blimp") {
deps = [
"//blimp/client:blimp_client",
@@ -21,6 +22,9 @@ group("blimp_tests") {
]
if (is_android) {
- deps += [ "//blimp/client:blimp_test_apk" ]
+ deps += [
+ "//blimp/client:blimp_test_apk",
+ "//blimp/common:blimp_common_unit_tests",
+ ]
}
}
« no previous file with comments | « no previous file | blimp/common/BUILD.gn » ('j') | blimp/common/proto/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698