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

Unified Diff: ipc/BUILD.gn

Issue 1976263003: [ios] Allow using ipc on iOS via GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 7f5429c6abd1c763a3071e7df145611e12b7f77b..87587ec0942a936b872091a316591b2e193c3d5c 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -6,8 +6,6 @@ import("//build/config/nacl/config.gni")
import("//testing/test.gni")
import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
-assert(!is_ios)
-
component("ipc") {
sources = [
"attachment_broker.cc",
@@ -121,7 +119,7 @@ component("ipc") {
]
}
- if (is_win || is_ios || is_nacl_nonsfi) {
+ if (is_win || is_nacl_nonsfi) {
sources -= [ "unix_domain_socket_util.cc" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698