Index: components/reporting/core/common/BUILD.gn |
diff --git a/ash/shared/BUILD.gn b/components/reporting/core/common/BUILD.gn |
similarity index 78% |
copy from ash/shared/BUILD.gn |
copy to components/reporting/core/common/BUILD.gn |
index 3bfae4f1a6ccb54d3df97921e9089212ec3921c6..67cb2d097928ef26be71d5f4cd9b11017ba4e3dc 100644 |
--- a/ash/shared/BUILD.gn |
+++ b/components/reporting/core/common/BUILD.gn |
@@ -2,8 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("app_types") { |
+source_set("common") { |
sources = [ |
- "app_types.h", |
+ "reporting_export.h", |
] |
} |