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

Unified Diff: ui/views/BUILD.gn

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: Shred Typography class, follow-up on some other things. fix compile. 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..e68dec7d98659c3f18fcb9fc344dc19c9cce26ef 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -1,6 +1,6 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+# found in the LICENSE file.
import("//build/config/features.gni")
import("//build/config/ui.gni")
@@ -342,6 +342,10 @@ component("views") {
"style/platform_style.cc",
"style/platform_style.h",
"style/platform_style_mac.mm",
+ "style/typography.cc",
+ "style/typography.h",
+ "style/typography_provider.cc",
+ "style/typography_provider.h",
"view.cc",
"view.h",
"view_constants.cc",

Powered by Google App Engine
This is Rietveld 408576698