Remove dependencies on Skia and the prebuilt network library

This commit is contained in:
Adam Barth 2015-07-16 10:39:15 -07:00 committed by Collin Jackson
parent ad9b135217
commit d2650414b8
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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",

View File

@ -58,7 +58,6 @@ component("base") {
if (is_android) {
deps += [
":ui_base_jni_headers",
"//cc",
]
libs += [ "jnigraphics" ]