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

Unified Diff: content/content_common.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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 6225b90230db4a8aa50c1d8cb65a442266ab8791..412355f64f024cd0624911ddb2cbff4dac05a1dd 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -72,11 +72,6 @@
'common/dx_diag_node.cc',
'common/dx_diag_node.h',
'common/edit_command.h',
- 'common/file_path_watcher/file_path_watcher.cc',
- 'common/file_path_watcher/file_path_watcher.h',
- 'common/file_path_watcher/file_path_watcher_inotify.cc',
- 'common/file_path_watcher/file_path_watcher_mac.cc',
- 'common/file_path_watcher/file_path_watcher_win.cc',
'common/file_system/file_system_dispatcher.cc',
'common/file_system/file_system_dispatcher.h',
'common/file_system/webfilesystem_callback_dispatcher.cc',
@@ -195,16 +190,6 @@
['OS=="win"', {
'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
}],
- ['OS!="linux"', {
- 'sources!': [
- 'common/file_path_watcher/file_path_watcher_inotify.cc',
- ],
- }],
- ['OS=="freebsd" or OS=="openbsd"', {
- 'sources': [
- 'common/file_path_watcher/file_path_watcher_stub.cc',
- ],
- }],
['OS=="mac"', {
'sources!': [
'common/process_watcher_posix.cc',

Powered by Google App Engine
This is Rietveld 408576698