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

Unified Diff: runtime/bin/builtin_impl_sources.gypi

Issue 19263003: Add FileSystemWatcher class to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix android socket. Created 7 years, 3 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 | « no previous file | 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 2f0f9d580615bb71e5ed0717ba6788d8d52806ec..9d9d8acb8f5742f4a6d95b2059617b958a901074 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -41,6 +41,12 @@
'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',
« no previous file with comments | « no previous file | runtime/bin/builtin_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698