| Index: services/preferences/BUILD.gn
|
| diff --git a/services/user/public/cpp/BUILD.gn b/services/preferences/BUILD.gn
|
| similarity index 64%
|
| copy from services/user/public/cpp/BUILD.gn
|
| copy to services/preferences/BUILD.gn
|
| index f341a18b19af81ef3555e0516a57d41519a3b99b..8640a9194ee55c9b44ec04a8d23edbca2a15ee48 100644
|
| --- a/services/user/public/cpp/BUILD.gn
|
| +++ b/services/preferences/BUILD.gn
|
| @@ -2,9 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("cpp") {
|
| - sources = [
|
| - "constants.cc",
|
| - "constants.h",
|
| +group("tests") {
|
| + testonly = true
|
| + deps = [
|
| + "//services/preferences/public/cpp/tests",
|
| ]
|
| }
|
|
|