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

Unified Diff: extensions/BUILD.gn

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: Created 5 years, 11 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/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index e0c1f8f99ffd33d0da52ab76fa38ac77c17a58dc..3900b735bd78fc46a9bb49aaae1c7e8ebdc627fd 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -58,6 +58,7 @@ grit("extensions_renderer_resources") {
deps = [
"//device/serial:serial_mojo",
+ "//extensions/common/api:mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698