mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove dependencies on Skia and the prebuilt network library
This commit is contained in:
parent
ad9b135217
commit
d2650414b8
@ -13,4 +13,4 @@ mojo_build_mojo_shell_from_source = true
|
||||
|
||||
# To build the network service from source, set this variable to true. To use
|
||||
# the prebuilt network service, omit this variable or set it to false.
|
||||
mojo_build_network_service_from_source = false
|
||||
mojo_build_network_service_from_source = true
|
||||
|
||||
@ -625,7 +625,6 @@ test("skia_unittests") {
|
||||
":skia",
|
||||
"//base",
|
||||
"//base/test:run_all_unittests",
|
||||
"//cc:test_support", # TODO: Fix this test to not depend on cc.
|
||||
"//testing/gtest",
|
||||
"//ui/gfx",
|
||||
"//ui/gfx/geometry",
|
||||
|
||||
@ -58,7 +58,6 @@ component("base") {
|
||||
if (is_android) {
|
||||
deps += [
|
||||
":ui_base_jni_headers",
|
||||
"//cc",
|
||||
]
|
||||
|
||||
libs += [ "jnigraphics" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user