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

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: Remove testonly annotation 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
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index 04b7a5b50d49786b4fbcc0085f40c202c2bf6c3e..42e29b0f89ac6d7cc4efd50a8f256a76cf71564d 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -2,9 +2,18 @@
# 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",
"//blimp/common:blimp_common",
]
}
+
+# Metatarget for all of Blimp's unit tests.
+group("blimp_tests") {
+ testonly = true
+ deps = [
+ "common:blimp_common_unit_tests",
nyquist 2015/09/10 20:12:09 I see now that the style of this is different than
Kevin M 2015/09/23 00:05:30 Done.
+ ]
+}
« no previous file with comments | « BUILD.gn ('k') | blimp/common/BUILD.gn » ('j') | testing/buildbot/chromium.linux.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698