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

Unified Diff: runtime/lib/lib_sources.gypi

Issue 11613003: Implement a native identical function in the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add native 'identical' to VM Created 8 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/lib_sources.gypi
diff --git a/runtime/lib/lib_sources.gypi b/runtime/lib/lib_sources.gypi
index 415dd58f86e7b87d1c6ae24a37e65b4b8a7e6e7f..b6f0032fddb145184bf340064d89e787c6e0f960 100644
--- a/runtime/lib/lib_sources.gypi
+++ b/runtime/lib/lib_sources.gypi
@@ -24,6 +24,7 @@
'function_patch.dart',
'growable_array.cc',
'growable_array.dart',
+ 'identical.cc',
'identical_patch.dart',
'immutable_map.dart',
'integers.cc',

Powered by Google App Engine
This is Rietveld 408576698