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

Unified Diff: ios/testing/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: ios/testing/BUILD.gn
diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn
index 782c2aeefdbfcf4c39385dc0139f40e328a6ff12..9a1a6bb567ba5de92534e219d7a379dfa12edbf9 100644
--- a/ios/testing/BUILD.gn
+++ b/ios/testing/BUILD.gn
@@ -24,11 +24,11 @@ source_set("ocmock_support") {
test("ocmock_support_unittest") {
deps = [
+ ":ocmock_support",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
- ":ocmock_support",
]
}
« no previous file with comments | « ios/net/BUILD.gn ('k') | ios/web/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698