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

Unified Diff: ash/public/cpp/BUILD.gn

Issue 2801583002: Use views::style for buttons, bootstrap ash_typography to do so. (Closed)
Patch Set: placate gn check. new_avatar_button now just avatar_button Created 3 years, 7 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 | « no previous file | ash/public/cpp/ash_typography.h » ('j') | ash/public/cpp/ash_typography.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/BUILD.gn
diff --git a/ash/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn
index e291ff39e7b55be5803c08cb8f04aa508d61f814..4dde32265a17a0caa6800b3d62220fe495634f8a 100644
--- a/ash/public/cpp/BUILD.gn
+++ b/ash/public/cpp/BUILD.gn
@@ -6,6 +6,8 @@
component("ash_public_cpp") {
sources = [
"ash_public_export.h",
+ "ash_typography.cc",
+ "ash_typography.h",
"config.h",
"mus_property_mirror_ash.cc",
"mus_property_mirror_ash.h",
@@ -32,6 +34,7 @@ component("ash_public_cpp") {
"//mojo/common:common_custom_types",
"//skia/public/interfaces",
"//ui/aura",
+ "//ui/views",
"//ui/views/mus",
]
« no previous file with comments | « no previous file | ash/public/cpp/ash_typography.h » ('j') | ash/public/cpp/ash_typography.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698