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

Unified Diff: cc/blink/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: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index 4ee8862a9ae46479a6c5e06166dcb9c85f77c662..a501f5e642acc89926d1c265f69b3911924c06a1 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -90,13 +90,13 @@ if (!is_mac) {
":blink",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
+ "//cc",
+ "//cc:test_support",
"//skia",
"//testing/gtest",
"//third_party/WebKit/public:blink",
- "//ui/gfx/geometry",
"//ui/gfx:test_support",
- "//cc",
- "//cc:test_support",
+ "//ui/gfx/geometry",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698