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

Unified Diff: url/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Fix some behaviors Created 3 years, 7 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
Index: url/BUILD.gn
diff --git a/url/BUILD.gn b/url/BUILD.gn
index 82eb115ae666335cb920af571feab7c7965871aa..b17882d690091573964ec550229a4a29ea6f475e 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -72,7 +72,7 @@ component("url") {
}
# ICU support.
- if (use_platform_icu_alternatives) {
+ if (use_platform_icu_alternatives && current_toolchain == default_toolchain) {
Yuki 2017/05/12 15:20:11 Why do we need this change?
peria 2017/06/20 10:20:14 To use ICU alternatives on Android, but it can't b
if (is_android) {
sources += [ "url_canon_icu_alternatives_android.cc" ]
deps += [

Powered by Google App Engine
This is Rietveld 408576698