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

Unified Diff: BUILD.gn

Issue 1311453010: Fix gn_all, net_unittests build on GN ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_ios_app
Patch Set: 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
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | 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 b8d4567b89eb30a61d93cff4cb5dc7ed18177a1e..6d4d92a08c021a686bdfb8c19118920520d59e04 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -741,10 +741,14 @@ group("gn_visibility") {
# "//third_party/pdfium:pdfium_unittests", # TODO(GYP): visibility?
"//ui/resources:repack_ui_test_mac_locale_pack",
-
- "//v8:v8_snapshot",
- "//v8:postmortem-metadata",
]
+
+ if (!is_ios) {
+ deps += [
+ "//v8:v8_snapshot",
+ "//v8:postmortem-metadata",
+ ]
+ }
}
if (!is_ios) {
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698