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

Unified Diff: sky/sdk/BUILD.gn

Issue 1182053012: Rename editing2/ and theme2/ to editing/ and theme/. (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/home.dart ('k') | sky/sdk/lib/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 753294c584d90e1aa751783f519120241402ebf1..b7cc5f7a3d427786978d7d7350608c1c193de4b8 100644
--- a/sky/sdk/BUILD.gn
+++ b/sky/sdk/BUILD.gn
@@ -7,7 +7,6 @@ import("//mojo/public/dart/rules.gni")
dart_pkg("sdk") {
sources = [
"CHANGELOG.md",
- "README.md",
"bin/init.dart",
"lib/animation/animated_value.dart",
"lib/animation/curves.dart",
@@ -22,11 +21,10 @@ dart_pkg("sdk") {
"lib/base/node.dart",
"lib/base/scheduler.dart",
"lib/download_material_design_icons",
- "lib/editing2/editable_string.dart",
- "lib/editing2/editable_text.dart",
- "lib/editing2/input.dart",
- "lib/editing2/keyboard.dart",
- "lib/framework/README.md",
+ "lib/editing/editable_string.dart",
+ "lib/editing/editable_text.dart",
+ "lib/editing/input.dart",
+ "lib/editing/keyboard.dart",
"lib/framework/animation/animated_value.dart",
"lib/framework/animation/curves.dart",
"lib/framework/animation/fling_curve.dart",
@@ -88,11 +86,11 @@ dart_pkg("sdk") {
"lib/rendering/sky_binding.dart",
"lib/rendering/stack.dart",
"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/theme/colors.dart",
+ "lib/theme/edges.dart",
+ "lib/theme/shadows.dart",
+ "lib/theme/typography.dart",
+ "lib/theme/view_configuration.dart",
"lib/widgets/animated_component.dart",
"lib/widgets/basic.dart",
"lib/widgets/button_base.dart",
« no previous file with comments | « sky/home.dart ('k') | sky/sdk/lib/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698