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

Unified Diff: ui/views/BUILD.gn

Issue 2734113006: "Bootstrap" a toolkit-views Typography spec. (Closed)
Patch Set: Rebase (conflict in layout_delegate.h due to r457774) 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 4729d3607aff24bb9d901620bd5f86ec875ea996..8d67af38058d15eb2c90a1b08425a79ae31e2650 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