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

Unified Diff: ui/gfx/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/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 606d70eb72381a3ec8f2002c3e0e3c8a348eb324..4f77ee9e6df9c01e69198164ac3668c6d48d61c8 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -254,8 +254,8 @@ component("gfx") {
deps = [
":gfx_export",
"//base",
- "//base:i18n",
"//base:base_static",
+ "//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
"//third_party/harfbuzz-ng",
@@ -673,10 +673,10 @@ test("gfx_unittests") {
"//base",
"//base/test:test_support",
"//skia",
+ "//testing/gtest",
"//third_party/icu:icuuc",
"//third_party/libpng",
"//third_party/zlib",
- "//testing/gtest",
"//ui/base",
"//ui/gfx/geometry",
"//ui/resources:ui_test_pak",

Powered by Google App Engine
This is Rietveld 408576698