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

Unified Diff: net/BUILD.gn

Issue 2215863002: Fix cronet build after JNI registration change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « components/cronet/android/cronet_library_loader.cc ('k') | net/android/net_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 1cec182c45f3d3f519f7b64b267685b8645bad55..05b140f5ea3592d7d2933bd51124251875a7bbbb 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -380,10 +380,7 @@ component("net") {
if (use_platform_icu_alternatives) {
if (is_android) {
# Use ICU alternative on Android.
- sources += [
- "base/net_string_util_icu_alternatives_android.cc",
- "base/net_string_util_icu_alternatives_android.h",
- ]
+ sources += [ "base/net_string_util_icu_alternatives_android.cc" ]
deps += [ ":net_jni_headers" ]
} else if (is_ios) {
# Use ICU alternative on iOS.
« no previous file with comments | « components/cronet/android/cronet_library_loader.cc ('k') | net/android/net_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698