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

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: Resolve naming collision for "net" Created 5 years, 2 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') | 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 8c71748b1812cd80ccdf0fc6bb4a3ff39f3e3ec0..eb1c57dc8987440debbb893e8f5c99cc50fbae1a 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",
@@ -22,6 +23,7 @@ group("blimp_tests") {
deps = [
":blimp",
+ "//blimp/net:blimp_net_tests",
]
if (is_android) {
« no previous file with comments | « no previous file | blimp/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698