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

Unified Diff: url/BUILD.gn

Issue 877553008: Land prep work to enable NaCl in the Linux x64 GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up for review Created 5 years, 10 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
« third_party/harfbuzz-ng/BUILD.gn ('K') | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/BUILD.gn
diff --git a/url/BUILD.gn b/url/BUILD.gn
index 03e90cb3fff083757c979c0cc9630e69337fefa0..5d16b93b80b1dbdaa563ee35d883f476fc290fb7 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -66,11 +66,14 @@ component("url") {
deps = [
"//base",
- "//base/third_party/dynamic_annotations",
"//third_party/icu:icudata",
"//third_party/icu",
]
+ if (!is_nacl) {
+ deps += [ "//base/third_party/dynamic_annotations" ]
+ }
+
if (use_icu_alternatives_on_android) {
sources -= [
"url_canon_icu.cc",
« third_party/harfbuzz-ng/BUILD.gn ('K') | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698