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

Unified Diff: BUILD.gn

Issue 2031063002: gn: Add all v8 targets to gn_all (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7903e89d45f5301890429048a1ca8c1a89befab6..facbcd92ebbbb3732ef244655b0bd425b83528a2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -66,6 +66,12 @@ group("gn_all") {
":gn_only",
":gn_visibility",
]
+
+ if (!is_ios) {
+ deps += [
+ "//v8:gn_all",
+ ]
+ }
}
# TODO(GYP_GONE): This target exists for compatibility with GYP, specifically
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698