summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authoragrieve <agrieve@chromium.org>2015-11-20 11:53:28 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-20 19:54:12 +0000
commitd7a71c88990b6788ceaf1ec9ee518099709ff3fd (patch)
treedd1a1e2a0ef6a80b09e20e8efb7c9cdc5eace718 /remoting
parent505f20a95df63e77c8207a7d5a19f5719f3dc3c6 (diff)
downloadchromium_src-d7a71c88990b6788ceaf1ec9ee518099709ff3fd.zip
chromium_src-d7a71c88990b6788ceaf1ec9ee518099709ff3fd.tar.gz
chromium_src-d7a71c88990b6788ceaf1ec9ee518099709ff3fd.tar.bz2
Run gn --format over all .gn files
The recent formatter alphebetizing change is causing a lot of noise in code reviews. Figured it'd be worth a clean-up CL. Exact command I ran: find . -name "*.gn*" -exec gn format --in-place "{}" \; TBR=ddorwin@chromium.org BUG=554928 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1464873002 Cr-Commit-Position: refs/heads/master@{#360891}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/BUILD.gn3
-rw-r--r--remoting/host/BUILD.gn8
-rw-r--r--remoting/test/BUILD.gn2
-rw-r--r--remoting/tools/javascript_key_tester/pnacl/BUILD.gn2
-rw-r--r--remoting/webapp/build_template.gni10
5 files changed, 12 insertions, 13 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 613b68f..15a65a93 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -53,7 +53,6 @@ group("remoting_all") {
deps += [
"//remoting:remoting_perftests",
"//remoting/host",
-
"//remoting/host:remoting_native_messaging_manifests",
]
@@ -182,8 +181,8 @@ if (!is_mac) {
"//net:test_support",
"//remoting/base",
"//testing/gtest",
- "//third_party/webrtc/modules/desktop_capture",
"//third_party/libjingle",
+ "//third_party/webrtc/modules/desktop_capture",
]
if (enable_webrtc) {
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 5489890..23e5fb8 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" ]
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index d2b64b3..fd014ff 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -151,8 +151,8 @@ source_set("unit_tests") {
]
deps = [
- ":test_support",
":ar_test_driver_common",
+ ":test_support",
"//base",
"//net:test_support",
"//testing/gmock",
diff --git a/remoting/tools/javascript_key_tester/pnacl/BUILD.gn b/remoting/tools/javascript_key_tester/pnacl/BUILD.gn
index e500e02..fbd8935 100644
--- a/remoting/tools/javascript_key_tester/pnacl/BUILD.gn
+++ b/remoting/tools/javascript_key_tester/pnacl/BUILD.gn
@@ -12,7 +12,7 @@ executable("remoting_key_tester_newlib") {
deps = [
"//build/config/sanitizers:deps",
- "//ppapi/native_client:ppapi_lib",
"//ppapi/cpp",
+ "//ppapi/native_client:ppapi_lib",
]
}
diff --git a/remoting/webapp/build_template.gni b/remoting/webapp/build_template.gni
index 370a143..ab5d116 100644
--- a/remoting/webapp/build_template.gni
+++ b/remoting/webapp/build_template.gni
@@ -217,12 +217,12 @@ template("desktop_remoting_webapp") {
]
deps = [
- ":$locales_listfile",
":$background_html",
+ ":$locales_listfile",
+ ":$main_html",
":$message_window_html",
- ":$wcs_sandbox_html",
":$public_session_html",
- ":$main_html",
+ ":$wcs_sandbox_html",
"//remoting/resources",
"//remoting/webapp:credits",
]
@@ -511,13 +511,13 @@ template("app_remoting_shared_module") {
]
deps = [
- ":$locales_listfile",
":$background_html",
":$feedback_consent_html",
":$loading_window_html",
+ ":$locales_listfile",
+ ":$main_html",
":$message_window_html",
":$wcs_sandbox_html",
- ":$main_html",
"//remoting/resources",
"//remoting/webapp:credits",
]