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

Unified Diff: base/BUILD.gn

Issue 1304233004: Stop building FilePathWatcher on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 74b71e070baa160a98b71f3b5d0993b669ba8c7d..bbc0d602aa39747791053900ed9ba9eb7b49e8d4 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -644,13 +644,15 @@ component("base") {
if (is_ios) {
sources -= [
+ "files/file_path_watcher.cc",
+ "files/file_path_watcher.h",
+ "files/file_path_watcher_fsevents.cc",
+ "files/file_path_watcher_fsevents.h",
+ "files/file_path_watcher_kqueue.cc",
+ "files/file_path_watcher_kqueue.h",
"message_loop/message_pump_libevent.cc",
"message_loop/message_pump_libevent.h",
]
-
- set_sources_assignment_filter([])
- sources += [ "files/file_path_watcher_mac.cc" ]
- set_sources_assignment_filter(sources_assignment_filter)
}
sources -= [
@@ -1484,6 +1486,7 @@ test("base_unittests") {
if (is_ios) {
sources -= [
+ "files/file_path_watcher_unittest.cc",
"memory/discardable_shared_memory_unittest.cc",
"memory/shared_memory_unittest.cc",
"process/memory_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698