| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index 5485a05d1ed49d66ed448b6cf9187c7edcb99626..47e0056ab3369618ca7f9614111e8a79a0573ffd 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -105,8 +105,6 @@ component("gfx") {
|
| "gfx_paths.h",
|
| "gpu_memory_buffer.cc",
|
| "gpu_memory_buffer.h",
|
| - "hud_font.cc",
|
| - "hud_font.h",
|
| "icon_util.cc",
|
| "icon_util.h",
|
| "image/canvas_image_source.cc",
|
| @@ -309,10 +307,8 @@ component("gfx") {
|
|
|
| # Windows.
|
| if (is_win) {
|
| - cflags = [
|
| - "/wd4324", # Structure was padded due to __declspec(align()), which is
|
| - # uninteresting.
|
| - ]
|
| + cflags = [ "/wd4324" ] # Structure was padded due to __declspec(align()), which is
|
| + # uninteresting.
|
| } else {
|
| sources -= [
|
| "gdi_util.cc",
|
|
|