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

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: Addressed nyquist's feedback 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/components/toolbar/BUILD.gn b/blimp/BUILD.gn
similarity index 59%
copy from components/toolbar/BUILD.gn
copy to blimp/BUILD.gn
index e5401b13bb9422f8ef36cb70257dcee0d3999891..217e8e27c14538d4d796f7abcb4e4001cf073c1b 100644
--- a/components/toolbar/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -2,14 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("toolbar") {
- sources = [
- "toolbar_model.cc",
- "toolbar_model.h",
- ]
-
+# Metatarget for all of Blimp's unit tests.
+group("unit_tests") {
nyquist 2015/09/10 17:24:28 Could this be blimp_tests ? Or if you want to be
Kevin M 2015/09/10 18:11:17 Done.
+ testonly = true
deps = [
- "//base",
- "//url",
+ "common:blimp_common_unit_tests",
]
}

Powered by Google App Engine
This is Rietveld 408576698