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

Unified Diff: extensions/browser/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
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/mime_handler_private/mime_handler_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index e5312b5003943bbc823c320055ecf87d28a1b6fb..a97e458e38a0759f4147f3d791e7f1cba17762f6 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -168,6 +168,8 @@ source_set("browser") {
"api/management/management_api_constants.h",
"api/management/management_api_delegate.h",
"api/messaging/native_message_host.cc",
+ "api/mime_handler_private/mime_handler_private.cc",
+ "api/mime_handler_private/mime_handler_private.h",
"api/power/power_api.cc",
"api/power/power_api.h",
"api/power/power_api_manager.cc",
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/mime_handler_private/mime_handler_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698