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

Unified Diff: sdk/lib/typeddata/typeddata_sources.gypi

Issue 12534006: Port SIMD types from dart:scalarlist to dart:typeddata. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/typeddata/typeddata_sources.gypi
diff --git a/sdk/lib/typeddata/typeddata_sources.gypi b/sdk/lib/typeddata/typeddata_sources.gypi
index 79611851f6b218fbc48624e67342a9bcbfaa6a5a..43c8b906be5273e01c9a9954a461a14340de0644 100644
--- a/sdk/lib/typeddata/typeddata_sources.gypi
+++ b/sdk/lib/typeddata/typeddata_sources.gypi
@@ -7,5 +7,6 @@
'typeddata.dart',
# The above file needs to be first as it lists the parts below.
'typeddata_base.dart',
+ 'typeddata_simd128.dart',
],
}

Powered by Google App Engine
This is Rietveld 408576698