| Index: ios/chrome/test/base/BUILD.gn
|
| diff --git a/ios/chrome/test/base/BUILD.gn b/ios/chrome/test/base/BUILD.gn
|
| index 9c7dffc62278d18017205d233df66c2965b00364..811cbbb4a3055e446d8d0c0c50cf9f0c33b52dc1 100644
|
| --- a/ios/chrome/test/base/BUILD.gn
|
| +++ b/ios/chrome/test/base/BUILD.gn
|
| @@ -24,3 +24,17 @@ source_set("unit_tests") {
|
| "//testing/gtest",
|
| ]
|
| }
|
| +
|
| +source_set("perf_test_support") {
|
| + testonly = true
|
| + sources = [
|
| + "perf_test_ios.h",
|
| + "perf_test_ios.mm",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + "//ios/chrome/browser/web:web_internal",
|
| + "//ios/chrome/test:test_support",
|
| + "//ios/web:test_support",
|
| + ]
|
| +}
|
|
|