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

Unified Diff: ipc/mojo/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 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: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 97d3be8eaa4dacb75241ac28bf0111991d594733..39855c4bfca4aa32a242734b652680d6ecaa2fe2 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -13,21 +13,21 @@ mojom("client_channel") {
component("mojo") {
sources = [
- "client_channel.mojom",
"async_handle_waiter.cc",
"async_handle_waiter.h",
+ "client_channel.mojom",
"ipc_channel_mojo.cc",
"ipc_channel_mojo.h",
"ipc_channel_mojo_host.cc",
"ipc_channel_mojo_host.h",
+ "ipc_message_pipe_reader.cc",
+ "ipc_message_pipe_reader.h",
"ipc_mojo_bootstrap.cc",
"ipc_mojo_bootstrap.h",
"ipc_mojo_handle_attachment.cc",
"ipc_mojo_handle_attachment.h",
"ipc_mojo_message_helper.cc",
"ipc_mojo_message_helper.h",
- "ipc_message_pipe_reader.cc",
- "ipc_message_pipe_reader.h",
]
defines = [ "IPC_MOJO_IMPLEMENTATION" ]
« components/constrained_window/BUILD.gn ('K') | « ipc/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698