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

Unified Diff: ipc/mojo/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« components/BUILD.gn ('K') | « ios/web/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/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index ead44ce547df2aa3df44a8a377de28f33b882ee6..29e3a9574205ecb91d1abb356f066de0db8205cc 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -35,6 +35,7 @@ component("mojo") {
defines = [ "IPC_MOJO_IMPLEMENTATION" ]
deps = [
+ ":client_channel",
"//base",
"//base/third_party/dynamic_annotations",
"//ipc",
@@ -42,7 +43,6 @@ component("mojo") {
"//mojo/public/c/environment:environment",
"//mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/edk/system",
- ":client_channel",
]
}
« components/BUILD.gn ('K') | « ios/web/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698