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

Unified Diff: ui/aura/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: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 16820f69def66acab1f0fbe0d89ead7b5df4e22c..2e0f78c9b74163f94bc30669fc21599c5115a9fd 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",

Powered by Google App Engine
This is Rietveld 408576698