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

Unified Diff: runtime/bin/builtin_impl_sources.gypi

Issue 169753003: Don't depend on libdart_io in run_vm_tests and gen_snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/bin/bin.gypi ('k') | runtime/bin/builtin_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_impl_sources.gypi
diff --git a/runtime/bin/builtin_impl_sources.gypi b/runtime/bin/builtin_impl_sources.gypi
index e46300a4aabdb32b174354f5ecdbf69f51448c04..4b4e4cc2c7cb1c54edce7233052daaac10ab24f4 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -7,8 +7,12 @@
# io_impl_sources.gypi.
{
'sources': [
- 'io_buffer.cc',
- 'io_buffer.h',
+ 'crypto.cc',
+ 'crypto.h',
+ 'crypto_android.cc',
+ 'crypto_linux.cc',
+ 'crypto_macos.cc',
+ 'crypto_win.cc',
'dartutils.cc',
'dartutils.h',
'dbg_connection.cc',
@@ -41,17 +45,13 @@
'file_macos.cc',
'file_win.cc',
'file_test.cc',
- 'file_system_watcher.cc',
- 'file_system_watcher.h',
- 'file_system_watcher_android.cc',
- 'file_system_watcher_linux.cc',
- 'file_system_watcher_macos.cc',
- 'file_system_watcher_win.cc',
'fdutils.h',
'fdutils_android.cc',
'fdutils_linux.cc',
'fdutils_macos.cc',
'hashmap_test.cc',
+ 'io_buffer.cc',
+ 'io_buffer.h',
'isolate_data.h',
'signal_blocker.h',
'thread.h',
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/builtin_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698