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

Side by Side Diff: content/content_shell.gypi

Issue 2132983002: Move content shell context menu to ShellWebContentsViewDelegate in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed cast_shell_linux compile error Created 4 years, 5 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 | « no previous file | content/shell/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'shell/browser/shell_quota_permission_context.h', 189 'shell/browser/shell_quota_permission_context.h',
190 'shell/browser/shell_resource_dispatcher_host_delegate.cc', 190 'shell/browser/shell_resource_dispatcher_host_delegate.cc',
191 'shell/browser/shell_resource_dispatcher_host_delegate.h', 191 'shell/browser/shell_resource_dispatcher_host_delegate.h',
192 'shell/browser/shell_speech_recognition_manager_delegate.cc', 192 'shell/browser/shell_speech_recognition_manager_delegate.cc',
193 'shell/browser/shell_speech_recognition_manager_delegate.h', 193 'shell/browser/shell_speech_recognition_manager_delegate.h',
194 'shell/browser/shell_url_request_context_getter.cc', 194 'shell/browser/shell_url_request_context_getter.cc',
195 'shell/browser/shell_url_request_context_getter.h', 195 'shell/browser/shell_url_request_context_getter.h',
196 'shell/browser/shell_views.cc', 196 'shell/browser/shell_views.cc',
197 'shell/browser/shell_web_contents_view_delegate.h', 197 'shell/browser/shell_web_contents_view_delegate.h',
198 'shell/browser/shell_web_contents_view_delegate_android.cc', 198 'shell/browser/shell_web_contents_view_delegate_android.cc',
199 'shell/browser/shell_web_contents_view_delegate_aura.cc',
199 'shell/browser/shell_web_contents_view_delegate_creator.h', 200 'shell/browser/shell_web_contents_view_delegate_creator.h',
200 'shell/browser/shell_web_contents_view_delegate_mac.mm', 201 'shell/browser/shell_web_contents_view_delegate_mac.mm',
201 'shell/browser/shell_web_contents_view_delegate_win.cc', 202 'shell/browser/shell_web_contents_view_delegate_views.cc',
202 'shell/common/layout_test/layout_test_content_client.cc', 203 'shell/common/layout_test/layout_test_content_client.cc',
203 'shell/common/layout_test/layout_test_content_client.h', 204 'shell/common/layout_test/layout_test_content_client.h',
204 'shell/common/layout_test/layout_test_messages.cc', 205 'shell/common/layout_test/layout_test_messages.cc',
205 'shell/common/layout_test/layout_test_messages.h', 206 'shell/common/layout_test/layout_test_messages.h',
206 'shell/common/layout_test/layout_test_switches.cc', 207 'shell/common/layout_test/layout_test_switches.cc',
207 'shell/common/layout_test/layout_test_switches.h', 208 'shell/common/layout_test/layout_test_switches.h',
208 'shell/common/leak_detection_result.h', 209 'shell/common/leak_detection_result.h',
209 'shell/common/shell_content_client.cc', 210 'shell/common/shell_content_client.cc',
210 'shell/common/shell_content_client.h', 211 'shell/common/shell_content_client.h',
211 'shell/common/shell_origin_trial_policy.cc', 212 'shell/common/shell_origin_trial_policy.cc',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'conditions': [ 307 'conditions': [
307 ['toolkit_views==1', { 308 ['toolkit_views==1', {
308 'dependencies': [ 309 'dependencies': [
309 '../ui/resources/ui_resources.gyp:ui_resources', 310 '../ui/resources/ui_resources.gyp:ui_resources',
310 '../ui/views/controls/webview/webview.gyp:webview', 311 '../ui/views/controls/webview/webview.gyp:webview',
311 '../ui/views/views.gyp:views', 312 '../ui/views/views.gyp:views',
312 '../ui/views/views.gyp:views_test_support', 313 '../ui/views/views.gyp:views_test_support',
313 ], 314 ],
314 'sources/': [ 315 'sources/': [
315 ['exclude', 'shell/browser/shell_aura.cc'], 316 ['exclude', 'shell/browser/shell_aura.cc'],
317 ['exclude', 'shell/browser/shell_web_contents_view_delegate_aura .cc'],
316 ], 318 ],
317 }, { 319 }, {
318 'sources/': [ 320 'sources/': [
319 ['exclude', 'shell/browser/shell_views.cc'], 321 ['exclude', 'shell/browser/shell_views.cc'],
322 ['exclude', 'shell/browser/shell_web_contents_view_delegate_view s.cc'],
320 ], 323 ],
321 }], 324 }],
322 ], 325 ],
323 }, { 326 }, {
324 'sources/': [ 327 'sources/': [
325 ['exclude', 'shell/browser/shell_aura.cc'], 328 ['exclude', 'shell/browser/shell_aura.cc'],
326 ['exclude', 'shell/browser/shell_views.cc'], 329 ['exclude', 'shell/browser/shell_views.cc'],
330 ['exclude', 'shell/browser/shell_web_contents_view_delegate_aura.cc' ],
331 ['exclude', 'shell/browser/shell_web_contents_view_delegate_views.cc '],
327 ], 332 ],
328 }], # use_aura==1 333 }], # use_aura==1
329 ['chromeos==1', { 334 ['chromeos==1', {
330 'dependencies': [ 335 'dependencies': [
331 '../chromeos/chromeos.gyp:chromeos', 336 '../chromeos/chromeos.gyp:chromeos',
332 '../ui/wm/wm.gyp:wm_test_support', 337 '../ui/wm/wm.gyp:wm_test_support',
333 ], 338 ],
334 }], # chromeos==1 339 }], # chromeos==1
335 ['enable_plugins==0', { 340 ['enable_plugins==0', {
336 'sources!': [ 341 'sources!': [
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 916 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
912 '--destination_dir', '<(dest_dir)', 917 '--destination_dir', '<(dest_dir)',
913 ], 918 ],
914 }, 919 },
915 ], 920 ],
916 }, 921 },
917 ], 922 ],
918 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 923 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
919 ] 924 ]
920 } 925 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698