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

Unified Diff: url/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 | « net/test/run_all_unittests.cc ('k') | url/android/url_jni_registrar.h » ('j') | 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 764e3a9b5e96d14df9e844d3cba71122d41130ea..c6020fb1a2368be072c5b446891e9033411287d9 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -73,12 +73,7 @@ component("url") {
# ICU support.
if (use_platform_icu_alternatives) {
if (is_android) {
- sources += [
- "android/url_jni_registrar.cc",
- "android/url_jni_registrar.h",
- "url_canon_icu_alternatives_android.cc",
- "url_canon_icu_alternatives_android.h",
- ]
+ sources += [ "url_canon_icu_alternatives_android.cc" ]
deps += [
":url_features",
":url_java",
« no previous file with comments | « net/test/run_all_unittests.cc ('k') | url/android/url_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698