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

Unified Diff: base/base.gypi

Issue 10874083: Enable file path watcher for Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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 | « no previous file | base/files/file_path_watcher_linux.cc » ('j') | base/files/file_path_watcher_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 7d2544443c8e65f0fe06143cdd484c33225ac2c4..b2adfb3f1aac914e7a3b09df8507b92474c31883 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -575,6 +575,7 @@
'sources!': [
'base_paths_posix.cc',
'files/file_path_watcher_kqueue.cc',
+ 'files/file_path_watcher_stub.cc',
'system_monitor/system_monitor_posix.cc',
],
'sources/': [
@@ -582,6 +583,7 @@
['include', '^sys_info_linux\\.cc$'],
['include', '^sys_string_conversions_posix\\.cc$'],
['include', '^worker_pool_linux\\.cc$'],
+ ['include', '^files/file_path_watcher_linux\\.cc$'],
Mattias Nissler (ping if slow) 2012/08/27 12:53:02 alphabetize
],
}],
['OS == "ios"', {
« no previous file with comments | « no previous file | base/files/file_path_watcher_linux.cc » ('j') | base/files/file_path_watcher_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698