Stop building FilePathWatcher on iOS.

Stop using FilePathWatcher on iOS as it does not works on iOS devices
as can be seen when running the unit tests that never finish as no
events are reported.

Remove the only usage of FilePathWatcher that was present on iOS. This
does not change the behaviour since previously even in case of changes
to /etc/hosts, the watcher was never informed of any changes. Moreover
the file is not editable by the user and so the file will only change
after OS upgrade (which requires an app restart) or due to a list of
static hosts send as part of dynamic IP negociation (i.e. after a local
IP change).

BUG=477102

Review URL: https://codereview.chromium.org/1304233004

Cr-Commit-Position: refs/heads/master@{#348400}


CrOS-Libchrome-Original-Commit: d8143e7373719ed53b6cef35c234b0498b771d48
2 files changed
tree: aeae981c7a259d7571e88d981bd73857da7a7e3b
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/