| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index 39cda6690cf9337b6d6b9062388e70b6610ea0f6..8a75bf01882507f509f0df38aeb04c38c870ca7c 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -94,14 +94,14 @@ component("gfx") {
|
|
|
| deps = [
|
| ":gfx_export",
|
| - "//base/third_party/dynamic_annotations",
|
| "//base:base_static",
|
| "//base:i18n",
|
| + "//base/third_party/dynamic_annotations",
|
| "//skia",
|
| + "//third_party:jpeg",
|
| "//third_party/libjpeg_turbo:libjpeg",
|
| "//third_party/libpng",
|
| "//third_party/zlib",
|
| - "//third_party:jpeg",
|
| "//ui/gfx/geometry",
|
| ]
|
| public_deps = [
|
| @@ -131,6 +131,10 @@ component("gfx") {
|
| ]
|
| }
|
|
|
| + if (use_ozone) {
|
| + sources += [ "native_pixmap_handle_ozone.h" ]
|
| + }
|
| +
|
| if (use_x11) {
|
| deps += [ "//ui/gfx/x" ]
|
| }
|
| @@ -196,10 +200,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",
|
| ]
|
|
|