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

Unified Diff: sky/sdk/BUILD.gn

Issue 1187393002: Cleanup of SkyBinding, and resultant yak shaving. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | sky/sdk/lib/app/scheduler.dart » ('j') | sky/sdk/lib/sky/hittest.dart » ('J')
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 d568f13dcc3cb4d68e350a8284af659812db9b0c..631c94ecbeb9fcb2df06bf34decef5a1dda7b306 100644
--- a/sky/sdk/BUILD.gn
+++ b/sky/sdk/BUILD.gn
@@ -9,7 +9,6 @@ dart_pkg("sdk") {
"CHANGELOG.md",
"README.md",
"bin/init.dart",
- "lib/app/scheduler.dart",
"lib/assets/.gitignore",
"lib/assets/material-design-icons.sha1",
"lib/download_material_design_icons",
@@ -76,12 +75,15 @@ dart_pkg("sdk") {
"lib/rendering/paragraph.dart",
"lib/rendering/sky_binding.dart",
"lib/rendering/stack.dart",
+ "lib/sky/hittest.dart",
+ "lib/sky/scheduler.dart",
abarth-chromium 2015/06/18 01:50:49 The name |sky| here isn't great. The way these lo
"lib/sky_tool",
"lib/theme2/colors.dart",
"lib/theme2/edges.dart",
"lib/theme2/shadows.dart",
"lib/theme2/typography.dart",
"lib/theme2/view_configuration.dart",
+ "lib/types/node.dart",
"lib/widgets/animated_component.dart",
"lib/widgets/basic.dart",
"lib/widgets/button_base.dart",
« no previous file with comments | « no previous file | sky/sdk/lib/app/scheduler.dart » ('j') | sky/sdk/lib/sky/hittest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698