mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-13 14:11:04 +00:00
url: Remove Android
This commit is contained in:
parent
325bc749dd
commit
358071f0ba
1 changed files with 0 additions and 18 deletions
|
@ -69,24 +69,6 @@ component("url") {
|
||||||
|
|
||||||
configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
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) {
|
if (is_win) {
|
||||||
# Don't conflict with Windows' "url.dll".
|
# Don't conflict with Windows' "url.dll".
|
||||||
output_name = "url_lib"
|
output_name = "url_lib"
|
||||||
|
|
Loading…
Add table
Reference in a new issue