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

Unified Diff: base/base.gypi

Issue 6793020: Move FilePathWatcher to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move OWNERS file and rebase to pick up latest changes Created 9 years, 9 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 | « base/base.gyp ('k') | base/files/OWNERS » ('j') | base/files/OWNERS » ('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 3c41a39cd2898ec0092724a5c3e71b2345a4a3ef..2fef5b67b856d8a71f2ed426de49d06c25bc91ca 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -88,6 +88,11 @@
'file_version_info_mac.mm',
'file_version_info_win.cc',
'file_version_info_win.h',
+ 'files/file_path_watcher.cc',
+ 'files/file_path_watcher.h',
+ 'files/file_path_watcher_linux.cc',
+ 'files/file_path_watcher_mac.cc',
+ 'files/file_path_watcher_win.cc',
'fix_wp64.h',
'float_util.h',
'foundation_utils_mac.h',
@@ -401,6 +406,14 @@
'debug/trace_event.cc',
],
},],
+ ['OS=="freebsd" or OS=="openbsd"', {
+ 'sources!': [
+ 'base/files/file_path_watcher_linux.cc',
+ ],
+ 'sources': [
+ 'base/files/file_path_watcher_stub.cc',
+ ],
+ }],
],
}],
],
« no previous file with comments | « base/base.gyp ('k') | base/files/OWNERS » ('j') | base/files/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698