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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 10826233: Add _android files for building DartVM on Android (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporate reviewer's feedback (asiva, Soren Gjesse) Created 8 years, 4 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
« no previous file with comments | « runtime/vm/virtual_memory_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index e4c48f37b07a68c7815320e17b3e7a7944c51b41..9e68bb630122c3c19860236a6bf4fd6df2c552df 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -106,6 +106,7 @@
'disassembler_arm.cc',
'disassembler_test.cc',
'debuginfo.h',
+ 'debuginfo_android.cc',
'debuginfo_linux.cc',
'debuginfo_macos.cc',
'debuginfo_win.cc',
@@ -139,6 +140,8 @@
'gc_marker.h',
'gc_sweeper.cc',
'gc_sweeper.h',
+ 'gdbjit_android.cc',
+ 'gdbjit_android.h',
'gdbjit_linux.cc',
'gdbjit_linux.h',
'globals.h',
@@ -209,6 +212,7 @@
'object_store.cc',
'object_store.h',
'object_store_test.cc',
+ 'os_android.cc',
'os_linux.cc',
'os_macos.cc',
'os_win.cc',
@@ -283,6 +287,7 @@
'utils_test.cc',
'virtual_memory.cc',
'virtual_memory.h',
+ 'virtual_memory_android.cc',
'virtual_memory_linux.cc',
'virtual_memory_macos.cc',
'virtual_memory_test.cc',
« no previous file with comments | « runtime/vm/virtual_memory_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698