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

Unified Diff: ui/base/ime/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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",
]
}
}
« components/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698