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

Unified Diff: extensions/common/BUILD.gn

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. 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/sandboxed_unpacker_unittest.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 97f392b9713423682f50521b2f0c95e41deee316..48ac33a856422d5d52d3ae178cf25b3feb93f728 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -19,12 +19,18 @@ source_set("common_constants") {
if (enable_extensions) {
mojom("mojo") {
sources = [
+ "extension_unpacker.mojom",
"mojo/app_window.mojom",
"mojo/keep_alive.mojom",
]
+
if (proprietary_codecs && enable_wifi_display) {
sources += [ "mojo/wifi_display_session_service.mojom" ]
}
+
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ ]
}
# This must be a static library because extensions common depends on
@@ -93,6 +99,7 @@ if (enable_extensions) {
"extension_urls.cc",
"extension_urls.h",
"extension_utility_messages.h",
+ "extension_utility_types.h",
"extensions_aliases.cc",
"extensions_aliases.h",
"extensions_client.cc",
@@ -181,6 +188,8 @@ if (enable_extensions) {
"manifest_handlers/web_accessible_resources_info.h",
"manifest_handlers/webview_info.cc",
"manifest_handlers/webview_info.h",
+ "manifest_location_param_traits.cc",
+ "manifest_location_param_traits.h",
"manifest_url_handlers.cc",
"manifest_url_handlers.h",
"message_bundle.cc",
« no previous file with comments | « extensions/browser/sandboxed_unpacker_unittest.cc ('k') | extensions/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698