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

Unified Diff: extensions/shell/app_shell.gyp

Issue 571643003: Remove app_shell chrome.shell API and ShellAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (remove-shell) rebase 2 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/shell/DEPS ('k') | extensions/shell/app_shell_resources.grd » ('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 2e79810212a8e4f0b15de5ff34b51b30223d5f1f..076dd59d59546d4bce196062cff8d5fb9750a528 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -32,8 +32,6 @@
'<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
'<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
'<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
- '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_registration',
- '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl',
'<(DEPTH)/skia/skia.gyp:skia',
@@ -49,8 +47,6 @@
'sources': [
'app/shell_main_delegate.cc',
'app/shell_main_delegate.h',
- 'browser/api/shell/shell_api.cc',
- 'browser/api/shell/shell_api.h',
'browser/default_shell_browser_main_delegate.cc',
'browser/default_shell_browser_main_delegate.h',
'browser/desktop_controller.cc',
@@ -59,8 +55,6 @@
'browser/media_capture_util.h',
'browser/shell_app_delegate.cc',
'browser/shell_app_delegate.h',
- 'browser/shell_app_window.cc',
- 'browser/shell_app_window.h',
'browser/shell_apps_client.cc',
'browser/shell_apps_client.h',
'browser/shell_audio_controller_chromeos.cc',
@@ -107,11 +101,6 @@
'common/switches.cc',
'renderer/shell_content_renderer_client.cc',
'renderer/shell_content_renderer_client.h',
- 'renderer/shell_custom_bindings.cc',
- 'renderer/shell_custom_bindings.h',
- 'renderer/shell_custom_bindings.js',
- 'renderer/shell_dispatcher_delegate.cc',
- 'renderer/shell_dispatcher_delegate.h',
'renderer/shell_extensions_renderer_client.cc',
'renderer/shell_extensions_renderer_client.h',
],
« no previous file with comments | « extensions/shell/DEPS ('k') | extensions/shell/app_shell_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698