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

Unified Diff: runtime/bin/io_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/builtin_natives.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_impl_sources.gypi
diff --git a/runtime/bin/io_impl_sources.gypi b/runtime/bin/io_impl_sources.gypi
index a720c7f27941d29cbba4c017bb4f7cdd0455294d..390b4ef4be60b54474100a7304e57a22e94f50ea 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -6,12 +6,6 @@
# implementation files are in builtin_impl_sources.gypi.
{
'sources': [
- 'crypto.cc',
- 'crypto.h',
- 'crypto_android.cc',
- 'crypto_linux.cc',
- 'crypto_macos.cc',
- 'crypto_win.cc',
'eventhandler.cc',
'eventhandler.h',
'eventhandler_android.cc',
@@ -21,6 +15,12 @@
'eventhandler_macos.h',
'eventhandler_win.cc',
'eventhandler_win.h',
+ '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',
'filter.cc',
'filter.h',
'filter_unsupported.cc',
« no previous file with comments | « runtime/bin/builtin_natives.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698