| Index: ash/shared/BUILD.gn
|
| diff --git a/services/file/public/cpp/BUILD.gn b/ash/shared/BUILD.gn
|
| similarity index 75%
|
| copy from services/file/public/cpp/BUILD.gn
|
| copy to ash/shared/BUILD.gn
|
| index f341a18b19af81ef3555e0516a57d41519a3b99b..3bfae4f1a6ccb54d3df97921e9089212ec3921c6 100644
|
| --- a/services/file/public/cpp/BUILD.gn
|
| +++ b/ash/shared/BUILD.gn
|
| @@ -2,9 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("cpp") {
|
| +source_set("app_types") {
|
| sources = [
|
| - "constants.cc",
|
| - "constants.h",
|
| + "app_types.h",
|
| ]
|
| }
|
|
|