| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 2c0b5529cb51e835abe362e6912f709d64fb3444..eddfa043089997c97b2af0539979ea7beca7a795 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -73,11 +73,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',
|
| @@ -228,16 +223,6 @@
|
| '../third_party/angle/src/build_angle.gyp:libGLESv2',
|
| ],
|
| }],
|
| - ['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',
|
|
|