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

Unified Diff: base/base.gypi

Issue 8393013: rename file_path_watcher_mac to file_path_watcher_kqueue (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 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_kqueue.cc » ('j') | no next file with comments »
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 668516ef6c328982d34e07c04c3c45e95db63606..8fa20dc31ae680c715d7cdb58e803be84081df76 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -111,8 +111,8 @@
'file_version_info_win.h',
'files/file_path_watcher.cc',
'files/file_path_watcher.h',
+ 'files/file_path_watcher_kqueue.cc',
'files/file_path_watcher_linux.cc',
- 'files/file_path_watcher_mac.cc',
'files/file_path_watcher_stub.cc',
'files/file_path_watcher_win.cc',
'float_util.h',
@@ -481,6 +481,7 @@
'sources!': [
'event_recorder_stubs.cc',
'file_descriptor_shuffle.cc',
+ 'files/file_path_watcher_kqueue.cc',
'files/file_path_watcher_stub.cc',
'message_pump_libevent.cc',
# Not using sha1_win.cc because it may have caused a
@@ -491,6 +492,7 @@
},],
[ 'OS == "linux"', {
'sources!': [
+ 'files/file_path_watcher_kqueue.cc',
'files/file_path_watcher_stub.cc',
],
}],
@@ -502,6 +504,7 @@
[ 'OS == "openbsd"', {
'sources/': [
['exclude', '^files/file_path_watcher_linux\\.cc$'],
+ ['exclude', '^files/file_path_watcher_stub\\.cc$'],
['exclude', '^file_util_linux\\.cc$'],
['exclude', '^process_linux\\.cc$'],
['exclude', '^process_util_linux\\.cc$'],
« no previous file with comments | « no previous file | base/files/file_path_watcher_kqueue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698