diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni index d7cf153c608..fee9114a791 100644 --- a/build/module_args/mojo.gni +++ b/build/module_args/mojo.gni @@ -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 diff --git a/skia/BUILD.gn b/skia/BUILD.gn index c226044ff18..73284948179 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -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", diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn index 5bb12472fcc..7b5f58d36cb 100644 --- a/ui/base/BUILD.gn +++ b/ui/base/BUILD.gn @@ -58,7 +58,6 @@ component("base") { if (is_android) { deps += [ ":ui_base_jni_headers", - "//cc", ] libs += [ "jnigraphics" ]