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

Unified Diff: components/data_reduction_proxy/content/browser/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: components/data_reduction_proxy/content/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/content/browser/BUILD.gn b/components/data_reduction_proxy/content/browser/BUILD.gn
index 9a2650b76145795d78add042b62f1b241c595e72..fdc5ad960d5c8c84811c81c872a20ce3f506b942 100644
--- a/components/data_reduction_proxy/content/browser/BUILD.gn
+++ b/components/data_reduction_proxy/content/browser/BUILD.gn
@@ -58,8 +58,8 @@ source_set("unit_tests") {
"//content/public/common",
"//content/test:test_support",
"//net:test_support",
- "//testing/gtest",
"//testing/gmock",
+ "//testing/gtest",
]
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698