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

Unified Diff: extensions/common/BUILD.gn

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Sync to ToT. 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
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index edbf276efd3479624a13782607e64f3dc1fa85c4..b04f449edb82c578f75bbe0a2a32cfe6739f6e3c 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -19,11 +19,17 @@ source_set("common_constants") {
if (enable_extensions) {
mojom("mojo") {
sources = [
+ "extension_unpacker.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

Powered by Google App Engine
This is Rietveld 408576698