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

Unified Diff: extensions/common/BUILD.gn

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: rebase 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/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index f6dcd00fd5eead6c1c72a79299cdd80e4640f43f..6eb58e202810735563d06d7b155079edc053fafa 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -138,6 +138,8 @@ if (enable_extensions) {
"manifest_handlers/kiosk_mode_info.h",
"manifest_handlers/launcher_page_info.cc",
"manifest_handlers/launcher_page_info.h",
+ "manifest_handlers/mime_types_handler.cc",
+ "manifest_handlers/mime_types_handler.h",
"manifest_handlers/oauth2_manifest_handler.cc",
"manifest_handlers/oauth2_manifest_handler.h",
"manifest_handlers/offline_enabled_info.cc",
« no previous file with comments | « extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc ('k') | extensions/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698