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

Unified Diff: base/process/BUILD.gn

Issue 1180583002: GN updates to build base on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: base/process/BUILD.gn
diff --git a/base/process/BUILD.gn b/base/process/BUILD.gn
index 814459b13e0381efb42d0974f65b8b0bf4bab58e..aac10836dd5ac877829379659638f53db4238f94 100644
--- a/base/process/BUILD.gn
+++ b/base/process/BUILD.gn
@@ -95,6 +95,22 @@ source_set("process") {
]
}
+ if (is_ios) {
+ sources -= [
+ "launch_posix.cc",
+ "process_metrics_posix.cc",
+ ]
+
+ set_sources_assignment_filter([])
+
+ sources += [
+ "process_handle_mac.cc",
sdefresne 2015/06/11 17:54:32 I think we don't build those two files on iOS when
+ "process_iterator_mac.cc",
+ ]
+
+ set_sources_assignment_filter(sources_assignment_filter)
+ }
+
configs += [ "//base:base_implementation" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698