summaryrefslogtreecommitdiffstats
path: root/ui/aura
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 /ui/aura
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 'ui/aura')
-rw-r--r--ui/aura/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 16820f6..2e0f78c 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -231,8 +231,8 @@ executable("demo") {
":aura",
":test_support",
"//base",
- "//build/config/sanitizers:deps",
"//base:i18n",
+ "//build/config/sanitizers:deps",
"//skia",
"//third_party/icu",
"//ui/base",
@@ -306,8 +306,8 @@ test("aura_unittests") {
"//testing/gtest",
"//ui/base:test_support",
"//ui/compositor:test_support",
- "//ui/events:test_support",
"//ui/events:gesture_detection",
+ "//ui/events:test_support",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",