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

Unified Diff: sky/sdk/BUILD.gn

Issue 1157243012: Fork theme to theme2 and use sky.Color types directly. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/examples/stocks2/lib/stock_app.dart ('k') | sky/sdk/lib/framework/theme/colors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/BUILD.gn
diff --git a/sky/sdk/BUILD.gn b/sky/sdk/BUILD.gn
index 10bd14c6043137dff46db4cdb35d8d371d2d9411..13fed882c38dd37339388705424ccd617ad978bd 100644
--- a/sky/sdk/BUILD.gn
+++ b/sky/sdk/BUILD.gn
@@ -108,6 +108,10 @@ dart_pkg("sdk") {
"lib/framework/theme/shadows.dart",
"lib/framework/theme/typography.dart",
"lib/framework/theme/view_configuration.dart",
+ "lib/framework/theme2/colors.dart",
+ "lib/framework/theme2/shadows.dart",
+ "lib/framework/theme2/typography.dart",
+ "lib/framework/theme2/view_configuration.dart",
"lib/sky_tool",
"pubspec.yaml",
]
« no previous file with comments | « sky/examples/stocks2/lib/stock_app.dart ('k') | sky/sdk/lib/framework/theme/colors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698