提交 d2650414 编写于 作者: A Adam Barth 提交者: Collin Jackson

Remove dependencies on Skia and the prebuilt network library

上级 ad9b1352
......@@ -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" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册