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

Unified Diff: extensions/common/BUILD.gn

Issue 2699663003: Convert utility process extension ParseUpdate IPC to mojo (Closed)
Patch Set: Sync to ToT, see if git apply issue and try jobs are happy. Created 3 years, 10 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 | « extensions/browser/updater/safe_manifest_parser.cc ('k') | extensions/common/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index b04f449edb82c578f75bbe0a2a32cfe6739f6e3c..215b50de199b154bfad3f3eeb2e5b451a7346e85 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -20,6 +20,7 @@ if (enable_extensions) {
mojom("mojo") {
sources = [
"extension_unpacker.mojom",
+ "manifest_parser.mojom",
"mojo/keep_alive.mojom",
]
@@ -29,6 +30,7 @@ if (enable_extensions) {
public_deps = [
"//mojo/common:common_custom_types",
+ "//url/mojo:url_mojom_gurl",
]
}
« no previous file with comments | « extensions/browser/updater/safe_manifest_parser.cc ('k') | extensions/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698