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

Unified Diff: build/json_schema_api.gni

Issue 880873003: Add unit tests target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/json_schema_api.gni
diff --git a/build/json_schema_api.gni b/build/json_schema_api.gni
index 4811968a76cf12f643872e77defe5afd573bc31e..83846a2aacbc7d511ff3bd70b6712569f1987979 100644
--- a/build/json_schema_api.gni
+++ b/build/json_schema_api.gni
@@ -113,10 +113,7 @@ template("json_schema_api") {
if (defined(invoker.visibility)) {
# If visibility is restricted, add our own target to it.
- visibility = [
- invoker.visibility,
- target_visibility,
- ]
+ visibility = invoker.visibility + target_visibility
}
}
}
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698