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

Unified Diff: ui/base/ime/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/base/ime/BUILD.gn
diff --git a/ui/base/ime/BUILD.gn b/ui/base/ime/BUILD.gn
index 91696799255094e66ca30f80db9be8b25d17f129..b915757c0d4b80123586b2f82b7372b3788feafd 100644
--- a/ui/base/ime/BUILD.gn
+++ b/ui/base/ime/BUILD.gn
@@ -105,8 +105,8 @@ component("ime") {
deps = [
"//base",
- "//base/third_party/dynamic_annotations",
"//base:i18n",
+ "//base/third_party/dynamic_annotations",
"//net",
"//third_party/icu",
"//ui/base",
@@ -181,8 +181,8 @@ component("ime") {
if (use_ozone) {
deps += [
- "//ui/ozone",
"//ui/events/ozone:events_ozone_layout",
+ "//ui/ozone",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698