| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index 114d476ace4b26c37f5f44909d2ccca104ed3d52..c70843de96311c9145c910992148b2829a536f63 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -258,8 +258,8 @@ component("gfx") {
|
| deps = [
|
| ":gfx_export",
|
| "//base",
|
| - "//base:i18n",
|
| "//base:base_static",
|
| + "//base:i18n",
|
| "//base/third_party/dynamic_annotations",
|
| "//skia",
|
| "//third_party/harfbuzz-ng",
|
| @@ -687,10 +687,10 @@ test("gfx_unittests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//skia",
|
| + "//testing/gtest",
|
| "//third_party/icu:icuuc",
|
| "//third_party/libpng",
|
| "//third_party/zlib",
|
| - "//testing/gtest",
|
| "//ui/base",
|
| "//ui/gfx/geometry",
|
| "//ui/resources:ui_test_pak",
|
|
|