Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: components/reporting/core/common/BUILD.gn

Issue 2249213002: [OBSOLETE] Reporting: Initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ProfileImplIOData Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698