| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index 026ed2a8c361a042f0b13f4342dae0c475ff0485..8373005b2c439f5bf861f83c331a8ba0bb2145fe 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -156,12 +156,6 @@ component("gfx") {
|
| "platform_font_mac.mm",
|
| "platform_font_win.cc",
|
| "platform_font_win.h",
|
| - "range/range.cc",
|
| - "range/range.h",
|
| - "range/range_f.cc",
|
| - "range/range_f.h",
|
| - "range/range_mac.mm",
|
| - "range/range_win.cc",
|
| "scoped_canvas.h",
|
| "scoped_cg_context_save_gstate_mac.h",
|
| "scoped_ns_graphics_context_save_gstate_mac.h",
|
| @@ -260,6 +254,7 @@ component("gfx") {
|
| "//skia",
|
| "//third_party/icu",
|
| "//ui/gfx/geometry",
|
| + "//ui/gfx/range",
|
| ]
|
| deps = [
|
| ":gfx_export",
|
| @@ -781,6 +776,7 @@ test("gfx_unittests") {
|
| "//third_party/zlib",
|
| "//ui/base",
|
| "//ui/gfx/geometry",
|
| + "//ui/gfx/range",
|
| "//ui/resources:ui_test_pak",
|
| ]
|
|
|
|
|