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

Unified Diff: BUILD.gn

Issue 809583002: GN: add default target. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | DEPS » ('j') | DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5660b4216044dded181c3ec70e55d031c06bef56..9210a6c5b5784b6cf8b6eb3f24bd432b119ab23b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -17,3 +17,10 @@ group("root") {
deps += [ "//tools/xdisplaycheck" ]
}
}
+
+group("default") {
+ testonly = true
+ deps = [
+ ":root",
+ ]
+}
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698