diff --git a/src/url/BUILD.gn b/src/url/BUILD.gn index 5ba1cc117c..47bb1cb3d5 100644 --- a/src/url/BUILD.gn +++ b/src/url/BUILD.gn @@ -70,7 +70,7 @@ component("url") { configs += [ "//build/config/compiler:wexit_time_destructors" ] if (is_android || is_robolectric) { - deps += [ ":url_jni_headers" ] + #deps += [ ":url_jni_headers" ] if (!is_cronet_build) { sources += [ "android/gurl_android.cc",