diff --git a/src/url/BUILD.gn b/src/url/BUILD.gn index 5ba1cc117c..d36d4dca71 100644 --- a/src/url/BUILD.gn +++ b/src/url/BUILD.gn @@ -69,24 +69,6 @@ component("url") { configs += [ "//build/config/compiler:wexit_time_destructors" ] - if (is_android || is_robolectric) { - deps += [ ":url_jni_headers" ] - if (!is_cronet_build) { - sources += [ - "android/gurl_android.cc", - "android/gurl_android.h", - "android/origin_android.cc", - "android/parsed_android.cc", - "android/parsed_android.h", - ] - } - } - - if (is_robolectric) { - # Make jni.h available. - public_configs = [ "//third_party/jdk" ] - } - if (is_win) { # Don't conflict with Windows' "url.dll". output_name = "url_lib"