Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index a8e4defc2da6c5ac9458871f40125553d1aa6841..5724b2bafa15e40b7bb8391fea52154dac7ae1cd 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', |
@@ -196,16 +191,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', |