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

Unified Diff: ui/gfx/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/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 114d476ace4b26c37f5f44909d2ccca104ed3d52..c70843de96311c9145c910992148b2829a536f63 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -258,8 +258,8 @@ component("gfx") {
deps = [
":gfx_export",
"//base",
- "//base:i18n",
"//base:base_static",
+ "//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
"//third_party/harfbuzz-ng",
@@ -687,10 +687,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",
« components/BUILD.gn ('K') | « ui/file_manager/BUILD.gn ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698