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

Unified Diff: base/BUILD.gn

Issue 1310513006: Adding components to dependencies on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing 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 | « BUILD.gn ('k') | build/config/features.gni » ('j') | components/BUILD.gn » ('J')
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 7216b25ec336d92bccade65fea621279aa6e0671..5b6a160096457d774890d9f22e16077f5faa3d81 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -825,13 +825,6 @@ component("base") {
# TODO(GYP) hook up asan on Mac. GYP has this extra dylib:
#data += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
}
-
- if (is_ios) {
- sources -= [
- "files/file_path_watcher_fsevents.cc",
- "files/file_path_watcher_fsevents.h",
- ]
- }
} else {
# Non-Mac.
sources -= [
« no previous file with comments | « BUILD.gn ('k') | build/config/features.gni » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698