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

Unified Diff: components/webp_transcode/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: components/webp_transcode/BUILD.gn
diff --git a/components/webp_transcode/BUILD.gn b/components/webp_transcode/BUILD.gn
index 2e15974db0b60cbd537664b669b0ced03b6ff066..f62f6913e2c751663e30c016b2b57269a465533c 100644
--- a/components/webp_transcode/BUILD.gn
+++ b/components/webp_transcode/BUILD.gn
@@ -28,11 +28,11 @@ source_set("unit_tests") {
]
deps = [
+ ":webp_transcode",
"//base",
"//net",
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
- ":webp_transcode",
]
}

Powered by Google App Engine
This is Rietveld 408576698