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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « extensions/shell/DEPS ('k') | extensions/shell/app_shell_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 14 matching lines...) Expand all
25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
26 '<(DEPTH)/device/core/core.gyp:device_core', 26 '<(DEPTH)/device/core/core.gyp:device_core',
27 '<(DEPTH)/device/hid/hid.gyp:device_hid', 27 '<(DEPTH)/device/hid/hid.gyp:device_hid',
28 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration', 28 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration',
29 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 29 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
30 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 30 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
31 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 31 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
35 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration',
36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
38 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl', 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl',
39 '<(DEPTH)/skia/skia.gyp:skia', 37 '<(DEPTH)/skia/skia.gyp:skia',
40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
41 '<(DEPTH)/ui/wm/wm.gyp:wm', 39 '<(DEPTH)/ui/wm/wm.gyp:wm',
42 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
43 ], 41 ],
44 'include_dirs': [ 42 'include_dirs': [
45 '../..', 43 '../..',
46 '<(SHARED_INTERMEDIATE_DIR)', 44 '<(SHARED_INTERMEDIATE_DIR)',
47 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', 45 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell',
48 ], 46 ],
49 'sources': [ 47 'sources': [
50 'app/shell_main_delegate.cc', 48 'app/shell_main_delegate.cc',
51 'app/shell_main_delegate.h', 49 'app/shell_main_delegate.h',
52 'browser/api/shell/shell_api.cc',
53 'browser/api/shell/shell_api.h',
54 'browser/default_shell_browser_main_delegate.cc', 50 'browser/default_shell_browser_main_delegate.cc',
55 'browser/default_shell_browser_main_delegate.h', 51 'browser/default_shell_browser_main_delegate.h',
56 'browser/desktop_controller.cc', 52 'browser/desktop_controller.cc',
57 'browser/desktop_controller.h', 53 'browser/desktop_controller.h',
58 'browser/media_capture_util.cc', 54 'browser/media_capture_util.cc',
59 'browser/media_capture_util.h', 55 'browser/media_capture_util.h',
60 'browser/shell_app_delegate.cc', 56 'browser/shell_app_delegate.cc',
61 'browser/shell_app_delegate.h', 57 'browser/shell_app_delegate.h',
62 'browser/shell_app_window.cc',
63 'browser/shell_app_window.h',
64 'browser/shell_apps_client.cc', 58 'browser/shell_apps_client.cc',
65 'browser/shell_apps_client.h', 59 'browser/shell_apps_client.h',
66 'browser/shell_audio_controller_chromeos.cc', 60 'browser/shell_audio_controller_chromeos.cc',
67 'browser/shell_audio_controller_chromeos.h', 61 'browser/shell_audio_controller_chromeos.h',
68 'browser/shell_browser_context.cc', 62 'browser/shell_browser_context.cc',
69 'browser/shell_browser_context.h', 63 'browser/shell_browser_context.h',
70 'browser/shell_browser_main_delegate.h', 64 'browser/shell_browser_main_delegate.h',
71 'browser/shell_browser_main_parts.cc', 65 'browser/shell_browser_main_parts.cc',
72 'browser/shell_browser_main_parts.h', 66 'browser/shell_browser_main_parts.h',
73 'browser/shell_content_browser_client.cc', 67 'browser/shell_content_browser_client.cc',
(...skipping 26 matching lines...) Expand all
100 'browser/shell_special_storage_policy.h', 94 'browser/shell_special_storage_policy.h',
101 'browser/shell_web_contents_modal_dialog_manager.cc', 95 'browser/shell_web_contents_modal_dialog_manager.cc',
102 'common/shell_content_client.cc', 96 'common/shell_content_client.cc',
103 'common/shell_content_client.h', 97 'common/shell_content_client.h',
104 'common/shell_extensions_client.cc', 98 'common/shell_extensions_client.cc',
105 'common/shell_extensions_client.h', 99 'common/shell_extensions_client.h',
106 'common/switches.h', 100 'common/switches.h',
107 'common/switches.cc', 101 'common/switches.cc',
108 'renderer/shell_content_renderer_client.cc', 102 'renderer/shell_content_renderer_client.cc',
109 'renderer/shell_content_renderer_client.h', 103 'renderer/shell_content_renderer_client.h',
110 'renderer/shell_custom_bindings.cc',
111 'renderer/shell_custom_bindings.h',
112 'renderer/shell_custom_bindings.js',
113 'renderer/shell_dispatcher_delegate.cc',
114 'renderer/shell_dispatcher_delegate.h',
115 'renderer/shell_extensions_renderer_client.cc', 104 'renderer/shell_extensions_renderer_client.cc',
116 'renderer/shell_extensions_renderer_client.h', 105 'renderer/shell_extensions_renderer_client.h',
117 ], 106 ],
118 'conditions': [ 107 'conditions': [
119 ['chromeos==1', { 108 ['chromeos==1', {
120 'dependencies': [ 109 'dependencies': [
121 '<(DEPTH)/chromeos/chromeos.gyp:chromeos', 110 '<(DEPTH)/chromeos/chromeos.gyp:chromeos',
122 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos', 111 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos',
123 '<(DEPTH)/ui/display/display.gyp:display', 112 '<(DEPTH)/ui/display/display.gyp:display',
124 ], 113 ],
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 '<@(_outputs)', 255 '<@(_outputs)',
267 ], 256 ],
268 'includes': [ 257 'includes': [
269 '../../build/util/version.gypi', 258 '../../build/util/version.gypi',
270 ], 259 ],
271 }, 260 },
272 ], 261 ],
273 }, 262 },
274 ], # targets 263 ], # targets
275 } 264 }
OLDNEW
« 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