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

Unified Diff: extensions/common/BUILD.gn

Issue 2699663003: Convert utility process extension ParseUpdate IPC to mojo (Closed)
Patch Set: Extensions review comments. Created 3 years, 9 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/extension_message_generator.h » ('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 48ac33a856422d5d52d3ae178cf25b3feb93f728..980a51f0b439d6d7f4e97cedfb881d72f7b635cb 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/app_window.mojom",
"mojo/keep_alive.mojom",
]
@@ -30,6 +31,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/extension_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698