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

Unified Diff: components/reporting/core/public/interfaces/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/public/interfaces/BUILD.gn
diff --git a/components/translate/content/common/BUILD.gn b/components/reporting/core/public/interfaces/BUILD.gn
similarity index 88%
copy from components/translate/content/common/BUILD.gn
copy to components/reporting/core/public/interfaces/BUILD.gn
index 7e782e1d0bbbff4bb8c6d65409f5719e548fc33a..294797ee8cc6c1efeca7e69f759a41cb9688d149 100644
--- a/components/translate/content/common/BUILD.gn
+++ b/components/reporting/core/public/interfaces/BUILD.gn
@@ -4,9 +4,9 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("common") {
+mojom("interfaces") {
sources = [
- "translate.mojom",
+ "reporting.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698