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/common/BUILD.gn

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: update more tests 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 6fa6f8b575ac262355b628ed2b647909d8f3d198..e60608642a72e93f5031e53d0b81142e0014715f 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",

Powered by Google App Engine
This is Rietveld 408576698