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

Unified Diff: ui/base/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/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 9eff64f027dfaf5031611705b77cfcf0d7695e99..556fd3c4cebaddee276441faecf2ac77a5af4702 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -318,15 +318,15 @@ component("base") {
public_deps = [
"//base",
"//skia",
- "//ui/events/platform",
"//ui/events:events_base",
+ "//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
]
deps = [
- "//base/third_party/dynamic_annotations",
"//base:base_static",
"//base:i18n",
+ "//base/third_party/dynamic_annotations",
"//net",
"//third_party/icu",
"//ui/events",
@@ -735,8 +735,8 @@ test("ui_base_unittests") {
if (build_ime) {
sources += [
"ime/candidate_window_unittest.cc",
- "ime/composition_text_unittest.cc",
"ime/chromeos/character_composer_unittest.cc",
+ "ime/composition_text_unittest.cc",
"ime/input_method_base_unittest.cc",
"ime/input_method_chromeos_unittest.cc",
"ime/remote_input_method_win_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698