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

Unified Diff: remoting/host/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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 f62a03f33701ad567ee7f4c063b7228cf2de6629..8061e5e0bcb2e0917f66deccd8ba54714d1225fb 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) {
@@ -320,9 +320,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",
@@ -525,8 +525,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",
]
}
@@ -543,8 +543,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" ]
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/test/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698