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

Unified Diff: extensions/shell/app_shell.gyp

Issue 493453004: app_shell: Add audio and video capture support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (video-capture) rebase Created 6 years, 4 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/extensions_strings.grd ('k') | extensions/shell/browser/api/shell/shell_api.cc » ('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 e904dfe3406a2b9734ce1f8f4226e983dd976adf..1abdf134cc65d045e3e49698a0fc44bb4ed07770 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -53,6 +53,8 @@
'browser/default_shell_browser_main_delegate.h',
'browser/default_shell_app_window_controller.cc',
'browser/default_shell_app_window_controller.h',
+ 'browser/media_capture_util.cc',
+ 'browser/media_capture_util.h',
'browser/shell_app_sorting.cc',
'browser/shell_app_sorting.h',
'browser/shell_app_window.cc',
@@ -67,6 +69,8 @@
'browser/shell_content_browser_client.h',
'browser/shell_desktop_controller.cc',
'browser/shell_desktop_controller.h',
+ 'browser/shell_extension_host_delegate.cc',
+ 'browser/shell_extension_host_delegate.h',
'browser/shell_extension_system.cc',
'browser/shell_extension_system.h',
'browser/shell_extension_system_factory.cc',
« no previous file with comments | « extensions/extensions_strings.grd ('k') | extensions/shell/browser/api/shell/shell_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698