summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-09-10 15:39:05 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-10 22:39:36 +0000
commitd2fb5223985f7a03f41f4d79481207381999a8f0 (patch)
treea1258fbd5c3064291fd58837c43cb4fba31fb30d /BUILD.gn
parent4bcc95b28ee924fa3ac5b488a9c2a954336533b5 (diff)
downloadchromium_src-d2fb5223985f7a03f41f4d79481207381999a8f0.zip
chromium_src-d2fb5223985f7a03f41f4d79481207381999a8f0.tar.gz
chromium_src-d2fb5223985f7a03f41f4d79481207381999a8f0.tar.bz2
Fix gn_all, net_unittests build on GN ios.
Stray references to v8 components had gotten in. R=brettw@chromium.org Review URL: https://codereview.chromium.org/1311453010 Cr-Commit-Position: refs/heads/master@{#348265}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 7 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 812c43f..e5b783a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -745,10 +745,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) {