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

Unified Diff: extensions/shell/app_shell.gyp

Issue 820583002: Adds support for media permission request handling on <appview> tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build Created 6 years 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/shell/BUILD.gn ('k') | extensions/shell/browser/shell_app_view_guest_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index f1e07a3f0de19270de5497ee202061f48100e732..4fe387647099219ae15232d045725af564487488 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -67,6 +67,8 @@
'browser/media_capture_util.h',
'browser/shell_app_delegate.cc',
'browser/shell_app_delegate.h',
+ 'browser/shell_app_view_guest_delegate.cc',
+ 'browser/shell_app_view_guest_delegate.h',
'browser/shell_app_window_client.cc',
'browser/shell_app_window_client.h',
'browser/shell_app_window_client_mac.mm',
@@ -95,6 +97,8 @@
'browser/shell_extension_system_factory.h',
'browser/shell_extension_web_contents_observer.cc',
'browser/shell_extension_web_contents_observer.h',
+ 'browser/shell_extensions_api_client.cc',
+ 'browser/shell_extensions_api_client.h',
'browser/shell_extensions_browser_client.cc',
'browser/shell_extensions_browser_client.h',
'browser/shell_native_app_window.cc',
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/shell_app_view_guest_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698