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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 10377104: Compute assigned variables and dominance frontiers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index ae39cb94ceaaa9b68cc976205e7f3066dce83ab8..08cbf7cfcc9437321ddc9470797e4af6d0353b7a 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -36,6 +36,8 @@
'bigint_operations.cc',
'bigint_operations.h',
'bigint_operations_test.cc',
+ 'bit_vector.cc',
+ 'bit_vector.h',
'bitfield.h',
'bitfield_test.cc',
'bitmap.cc',
@@ -44,8 +46,8 @@
'boolfield.h',
'boolfield_test.cc',
'bootstrap.h',
- 'bootstrap_natives.h',
'bootstrap_natives.cc',
+ 'bootstrap_natives.h',
'class_finalizer.h',
'class_finalizer.cc',
'class_finalizer_test.cc',

Powered by Google App Engine
This is Rietveld 408576698