| Index: ui/native_theme/BUILD.gn
|
| diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn
|
| index b1ee9e48d98e2fa0240c7d1ae4702a77d18ee6f6..174e477e9dcbe7258f083ac792a6c6109a90ba2e 100644
|
| --- a/ui/native_theme/BUILD.gn
|
| +++ b/ui/native_theme/BUILD.gn
|
| @@ -38,6 +38,7 @@ component("native_theme") {
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| + "//cc/paint",
|
| "//skia",
|
| "//ui/base",
|
| "//ui/display",
|
| @@ -67,6 +68,7 @@ if (is_win) {
|
| deps = [
|
| ":native_theme",
|
| "//base",
|
| + "//cc/paint",
|
| "//ui/base",
|
| "//ui/display",
|
| "//ui/gfx",
|
| @@ -92,7 +94,7 @@ test("native_theme_unittests") {
|
| ":native_theme",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| - "//skia:skia",
|
| + "//skia",
|
| "//testing/gtest",
|
| "//ui/base",
|
| "//ui/gfx/geometry:geometry",
|
|
|