Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: ui/gfx/BUILD.gn

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698