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

Unified Diff: extensions/extensions.gyp

Issue 376033002: Adding MimeHandlerView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pending-zork-patch2
Patch Set: Address comment from kenrb@ Created 6 years, 3 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/common/switches.cc ('k') | extensions/extensions_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index c811cf4b166d3dc3c5648994c33aa9a16baee510..7d8e951b3ebdd1844dce248591a55ea480fe04df 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -560,6 +560,10 @@
'browser/guest_view/guest_view_manager.cc',
'browser/guest_view/guest_view_manager.h',
'browser/guest_view/guest_view.h',
+ 'browser/guest_view/mime_handler_view/mime_handler_view_constants.cc',
+ 'browser/guest_view/mime_handler_view/mime_handler_view_constants.h',
+ 'browser/guest_view/mime_handler_view/mime_handler_view_guest.cc',
+ 'browser/guest_view/mime_handler_view/mime_handler_view_guest.h',
'browser/guest_view/web_view/javascript_dialog_helper.cc',
'browser/guest_view/web_view/javascript_dialog_helper.h',
'browser/guest_view/web_view/web_view_constants.cc',
« no previous file with comments | « extensions/common/switches.cc ('k') | extensions/extensions_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698