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

Unified Diff: sdk/lib/math/math_sources.gypi

Issue 25808002: Move Rectangle and Point into dart:math. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
Index: sdk/lib/math/math_sources.gypi
diff --git a/sdk/lib/math/math_sources.gypi b/sdk/lib/math/math_sources.gypi
index ed2577ef48fac24500e45ac87990d2e553f9dc5f..c26d41cbc159c4451aff1080671be0fb36bc7d6f 100644
--- a/sdk/lib/math/math_sources.gypi
+++ b/sdk/lib/math/math_sources.gypi
@@ -6,6 +6,9 @@
'sources': [
'math.dart',
# The above file needs to be first as it lists the parts below.
+ 'jenkins_smi_hash.dart',
+ 'point.dart',
'random.dart',
+ 'rectangle.dart',
],
}
« no previous file with comments | « sdk/lib/math/math.dart ('k') | sdk/lib/math/point.dart » ('j') | sdk/lib/math/rectangle.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698