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

Unified Diff: blimp/client/support/BUILD.gn

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fixed gn check failure Created 4 years, 4 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/client/support/BUILD.gn
diff --git a/blimp/client/support/BUILD.gn b/blimp/client/support/BUILD.gn
index 1977805f02cd80d437920e604649a01e6a91b4ea..3ddaa16a3a0be1f3ca3c59125dd833d286b699d4 100644
--- a/blimp/client/support/BUILD.gn
+++ b/blimp/client/support/BUILD.gn
@@ -2,10 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("support") {
- visibility = [ "//blimp/client/*" ]
-
+group("support") {
public_deps = [
"//blimp/client/support/compositor",
]
}
+
+group("test_support") {
+ testonly = true
+
+ public_deps = [
+ "//blimp/client/support/compositor:test_support",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698