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

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: Add unit tests; refactor BUILD.gns 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/third_party/mojo/src/mojo/public/interfaces/BUILD.gn b/blimp/BUILD.gn
similarity index 62%
copy from third_party/mojo/src/mojo/public/interfaces/BUILD.gn
copy to blimp/BUILD.gn
index 654145bd90a316bb1bf0e7f7d938266d40ffe206..e5e7864b619d201826349c2e6389a374f2a025b6 100644
--- a/third_party/mojo/src/mojo/public/interfaces/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("interfaces") {
+# Metatarget for all of Blimp's unit tests.
+group("unit_tests") {
+ testonly = true
deps = [
- "application",
- "bindings",
- "network",
+ "common:unit_tests",
]
}
« no previous file with comments | « BUILD.gn ('k') | blimp/common/BUILD.gn » ('j') | blimp/common/net/message_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698