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

Unified Diff: remoting/host/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
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 54898909566e8116186e0b80c9a0a1f8849dd415..23e5fb88402d2c4a35bcd54f2ae9b1b4f2a25828 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -80,8 +80,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"//remoting/protocol",
"//remoting/resources",
"//ui/base",
- "//ui/events/platform",
"//ui/events:dom_keycode_converter",
+ "//ui/events/platform",
]
if (enable_configuration_policy) {
@@ -313,9 +313,9 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
deps = [
":host",
":test_support",
- "//remoting/host/setup",
"//remoting/host/it2me:common",
"//remoting/host/native_messaging",
+ "//remoting/host/setup",
"//remoting/proto",
"//skia",
"//testing/gmock",
@@ -518,8 +518,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
]
deps = [
- ":remoting_me2me_host_static",
":credits",
+ ":remoting_me2me_host_static",
"//build/config/sanitizers:deps",
]
}
@@ -536,8 +536,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
"//base",
"//remoting/base:breakpad",
"//remoting/host",
- "//remoting/host/setup",
"//remoting/host/native_messaging",
+ "//remoting/host/setup",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
« components/BUILD.gn ('K') | « remoting/BUILD.gn ('k') | remoting/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698