mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-13 06:01:03 +00:00
android: url: Remove Android
This commit is contained in:
parent
22efda54e4
commit
6c61852f9a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ component("url") {
|
||||||
configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
||||||
|
|
||||||
if (is_android || is_robolectric) {
|
if (is_android || is_robolectric) {
|
||||||
deps += [ ":url_jni_headers" ]
|
#deps += [ ":url_jni_headers" ]
|
||||||
if (!is_cronet_build) {
|
if (!is_cronet_build) {
|
||||||
sources += [
|
sources += [
|
||||||
"android/gurl_android.cc",
|
"android/gurl_android.cc",
|
||||||
|
|
Loading…
Add table
Reference in a new issue