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

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 | « sky/examples/widgets/spinning_mixed.dart ('k') | sky/sdk/lib/animation/README.md » ('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 45e317c4768e709d3c9d240299ef933bb977b777..f5ca440be468535b102732be89e87203c3586b16 100644
--- a/sky/sdk/BUILD.gn
+++ b/sky/sdk/BUILD.gn
@@ -15,10 +15,12 @@ dart_pkg("sdk") {
"lib/animation/generators.dart",
"lib/animation/mechanics.dart",
"lib/animation/scroll_behavior.dart",
- "lib/app/scheduler.dart",
"lib/assets/.gitignore",
"lib/assets/material-design-icons.sha1",
- "lib/debug/utils.dart",
+ "lib/base/debug.dart",
+ "lib/base/hit_test.dart",
+ "lib/base/node.dart",
+ "lib/base/scheduler.dart",
"lib/download_material_design_icons",
"lib/editing2/editable_string.dart",
"lib/editing2/editable_text.dart",
« no previous file with comments | « sky/examples/widgets/spinning_mixed.dart ('k') | sky/sdk/lib/animation/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698