Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d265041

Browse files
abarthcollinjackson
authored andcommitted
Remove dependencies on Skia and the prebuilt network library
1 parent ad9b135 commit d265041

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

build/module_args/mojo.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ mojo_build_mojo_shell_from_source = true
1313

1414
# To build the network service from source, set this variable to true. To use
1515
# the prebuilt network service, omit this variable or set it to false.
16-
mojo_build_network_service_from_source = false
16+
mojo_build_network_service_from_source = true

skia/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@ test("skia_unittests") {
625625
":skia",
626626
"//base",
627627
"//base/test:run_all_unittests",
628-
"//cc:test_support", # TODO: Fix this test to not depend on cc.
629628
"//testing/gtest",
630629
"//ui/gfx",
631630
"//ui/gfx/geometry",

ui/base/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ component("base") {
5858
if (is_android) {
5959
deps += [
6060
":ui_base_jni_headers",
61-
"//cc",
6261
]
6362

6463
libs += [ "jnigraphics" ]

0 commit comments

Comments
 (0)