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

Unified Diff: components/rappor/public/interfaces/BUILD.gn

Issue 2376403003: Convert RapporRecorder to use mojo. (Closed)
Patch Set: Convert RapporRecorder to use mojo. 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
« no previous file with comments | « components/rappor/DEPS ('k') | components/rappor/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/public/interfaces/BUILD.gn
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/components/rappor/public/interfaces/BUILD.gn
similarity index 82%
copy from components/password_manager/content/public/interfaces/BUILD.gn
copy to components/rappor/public/interfaces/BUILD.gn
index 66d988d3475448aaaad514cbbdcb98ac58721023..1c9a554265aaee1d42028cdf6b3a484490af2ac1 100644
--- a/components/password_manager/content/public/interfaces/BUILD.gn
+++ b/components/rappor/public/interfaces/BUILD.gn
@@ -6,11 +6,10 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "credential_manager.mojom",
+ "rappor_recorder.mojom",
]
public_deps = [
"//url/mojo:url_mojom_gurl",
- "//url/mojo:url_mojom_origin",
]
}
« no previous file with comments | « components/rappor/DEPS ('k') | components/rappor/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698