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

Unified Diff: base/base.gypi

Issue 6660001: Getting service process on Mac to handle having things moved/changed underneath it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed up phajdan's comments, got things working properly 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index ef1d8d8891aef230ba4ec2169e244015c37bc285..d5b616c2141c252e723a69ea8846a8612ca0a332 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -75,6 +75,11 @@
'environment.h',
'file_path.cc',
'file_path.h',
+ 'file_path_component_watcher.h',
+ 'file_path_component_watcher.cc',
+ 'file_path_component_watcher_linux.cc',
+ 'file_path_component_watcher_mac.cc',
+ 'file_path_component_watcher_win.cc',
'file_util.cc',
'file_util.h',
'file_util_deprecated.h',
@@ -111,8 +116,8 @@
'logging.h',
'logging_win.cc',
'mac/cocoa_protocols.h',
- 'mac/foundation_util.h',
- 'mac/foundation_util.mm',
+ 'mac/foundation_util.h',
+ 'mac/foundation_util.mm',
'mac/mac_util.h',
'mac/mac_util.mm',
'mac/os_crash_dumps.cc',

Powered by Google App Engine
This is Rietveld 408576698