| Index: skia/BUILD.gn
|
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn
|
| index 89ef514586a932c4895fd69fb2de201f2e039acd..3fc4a96bc1314b2791b82dc7598b06dc51431ed4 100644
|
| --- a/skia/BUILD.gn
|
| +++ b/skia/BUILD.gn
|
| @@ -453,9 +453,9 @@ component("skia") {
|
| sources += [ "ext/platform_device_linux.cc" ]
|
| set_sources_assignment_filter(sources_assignment_filter)
|
| deps += [
|
| + "//third_party/android_tools:cpu_features",
|
| "//third_party/expat",
|
| "//third_party/freetype-android:freetype",
|
| - "//third_party/android_tools:cpu_features",
|
| ]
|
| }
|
|
|
| @@ -544,7 +544,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",
|
|
|