| 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",
|
| ]
|
|
|