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

Unified Diff: ipc/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « gpu/config/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | 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 e7e08b5aadd693260c93b014d0fb98687d1f15b8..dc548a699d62aa3a966e960abb31bab5dbf0f4c3 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -69,15 +69,14 @@ component("ipc") {
}
if (is_win || is_ios) {
- sources -= [
- "unix_domain_socket_util.cc",
- ]
+ sources -= [ "unix_domain_socket_util.cc" ]
}
defines = [ "IPC_IMPLEMENTATION" ]
deps = [
"//base",
+
# TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
"//base/third_party/dynamic_annotations",
]
@@ -177,4 +176,3 @@ static_library("test_support") {
"//testing/gtest",
]
}
-
« no previous file with comments | « gpu/config/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698