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

Unified Diff: ui/views/BUILD.gn

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: fix windows Created 3 years, 9 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
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 6d7003e682a10e9151a79df9278f0b4302b4a29e..c84fcc1cb63d52a2dc5b0b2fc2be2454fee27db3 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -342,6 +342,8 @@ component("views") {
"style/platform_style.cc",
"style/platform_style.h",
"style/platform_style_mac.mm",
+ "style/typography.cc",
+ "style/typography.h",
"view.cc",
"view.h",
"view_constants.cc",
@@ -887,6 +889,7 @@ source_set("views_unittests_sources") {
"layout/fill_layout_unittest.cc",
"layout/grid_layout_unittest.cc",
"rect_based_targeting_utils_unittest.cc",
+ "style/typography_unittest.cc",
"test/widget_test_unittest.cc",
"view_model_unittest.cc",
"view_model_utils_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698