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

Unified Diff: runtime/lib/typed_data_sources.gypi

Issue 2571563005: Turn the VM's dart:typed_data into a patch (Closed)
Patch Set: Tests pass. Created 4 years 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: runtime/lib/typed_data_sources.gypi
diff --git a/runtime/lib/typed_data_sources.gypi b/runtime/lib/typed_data_sources.gypi
index 28d6a53e538714fbc8d44bc50d85479eaf9c043b..d68daed967d53807c48af2af9a5e973311cb96f7 100644
--- a/runtime/lib/typed_data_sources.gypi
+++ b/runtime/lib/typed_data_sources.gypi
@@ -7,8 +7,7 @@
{
'sources': [
'typed_data.cc',
- 'typed_data.dart',
+ 'typed_data_patch.dart',
'simd128.cc',
],
}
-

Powered by Google App Engine
This is Rietveld 408576698