| Index: services/test/BUILD.gn
|
| diff --git a/chrome/browser/metro_utils/BUILD.gn b/services/test/BUILD.gn
|
| similarity index 52%
|
| copy from chrome/browser/metro_utils/BUILD.gn
|
| copy to services/test/BUILD.gn
|
| index 86a28875cc8bb6787a0807467adcbb3072e01ce0..2a8e9aacb14b53be5eceff8c945b61e1a5e1e43d 100644
|
| --- a/chrome/browser/metro_utils/BUILD.gn
|
| +++ b/services/test/BUILD.gn
|
| @@ -2,13 +2,17 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("metro_utils") {
|
| +source_set("run_all_unittests") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "services_unittest_main.cc",
|
| + ]
|
| +
|
| deps = [
|
| "//base",
|
| - "//chrome/installer/util",
|
| - ]
|
| - sources = [
|
| - "metro_chrome_win.cc",
|
| - "metro_chrome_win.h",
|
| + "//base/test:test_support",
|
| + "//content/test:test_support",
|
| + "//mojo/environment:chromium",
|
| ]
|
| }
|
|
|