Chromium Code Reviews| 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", |
| ] |
| } |