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

Side by Side Diff: content/content_shell.gypi

Issue 659073004: Content Shell: Move ShellMessageFilter to LayoutTestMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cs-move-cbc
Patch Set: another (tentative) rebase Created 6 years, 2 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 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'shell/browser/layout_test/layout_test_browser_main_parts.cc', 101 'shell/browser/layout_test/layout_test_browser_main_parts.cc',
102 'shell/browser/layout_test/layout_test_browser_main_parts.h', 102 'shell/browser/layout_test/layout_test_browser_main_parts.h',
103 'shell/browser/layout_test/layout_test_content_browser_client.cc', 103 'shell/browser/layout_test/layout_test_content_browser_client.cc',
104 'shell/browser/layout_test/layout_test_content_browser_client.h', 104 'shell/browser/layout_test/layout_test_content_browser_client.h',
105 'shell/browser/layout_test/layout_test_download_manager_delegate.cc', 105 'shell/browser/layout_test/layout_test_download_manager_delegate.cc',
106 'shell/browser/layout_test/layout_test_download_manager_delegate.h', 106 'shell/browser/layout_test/layout_test_download_manager_delegate.h',
107 'shell/browser/layout_test/layout_test_devtools_frontend.cc', 107 'shell/browser/layout_test/layout_test_devtools_frontend.cc',
108 'shell/browser/layout_test/layout_test_devtools_frontend.h', 108 'shell/browser/layout_test/layout_test_devtools_frontend.h',
109 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', 109 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc',
110 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', 110 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h',
111 'shell/browser/layout_test/layout_test_message_filter.cc',
112 'shell/browser/layout_test/layout_test_message_filter.h',
111 'shell/browser/layout_test/layout_test_notification_manager.cc', 113 'shell/browser/layout_test/layout_test_notification_manager.cc',
112 'shell/browser/layout_test/layout_test_notification_manager.h', 114 'shell/browser/layout_test/layout_test_notification_manager.h',
113 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc', 115 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc',
114 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h', 116 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h',
115 'shell/browser/layout_test/layout_test_url_request_context_getter.cc', 117 'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
116 'shell/browser/layout_test/layout_test_url_request_context_getter.h', 118 'shell/browser/layout_test/layout_test_url_request_context_getter.h',
117 'shell/browser/notify_done_forwarder.cc', 119 'shell/browser/notify_done_forwarder.cc',
118 'shell/browser/notify_done_forwarder.h', 120 'shell/browser/notify_done_forwarder.h',
119 'shell/browser/shell_android.cc', 121 'shell/browser/shell_android.cc',
120 'shell/browser/shell_application_mac.h', 122 'shell/browser/shell_application_mac.h',
(...skipping 20 matching lines...) Expand all
141 'shell/browser/shell_javascript_dialog_mac.mm', 143 'shell/browser/shell_javascript_dialog_mac.mm',
142 'shell/browser/shell_javascript_dialog_manager.cc', 144 'shell/browser/shell_javascript_dialog_manager.cc',
143 'shell/browser/shell_javascript_dialog_manager.h', 145 'shell/browser/shell_javascript_dialog_manager.h',
144 'shell/browser/shell_javascript_dialog_win.cc', 146 'shell/browser/shell_javascript_dialog_win.cc',
145 'shell/browser/shell_mojo_test_utils_android.cc', 147 'shell/browser/shell_mojo_test_utils_android.cc',
146 'shell/browser/shell_mojo_test_utils_android.h', 148 'shell/browser/shell_mojo_test_utils_android.h',
147 'shell/browser/shell_login_dialog.cc', 149 'shell/browser/shell_login_dialog.cc',
148 'shell/browser/shell_login_dialog.h', 150 'shell/browser/shell_login_dialog.h',
149 'shell/browser/shell_login_dialog_mac.mm', 151 'shell/browser/shell_login_dialog_mac.mm',
150 'shell/browser/shell_mac.mm', 152 'shell/browser/shell_mac.mm',
151 'shell/browser/shell_message_filter.cc',
152 'shell/browser/shell_message_filter.h',
153 'shell/browser/shell_net_log.cc', 153 'shell/browser/shell_net_log.cc',
154 'shell/browser/shell_net_log.h', 154 'shell/browser/shell_net_log.h',
155 'shell/browser/shell_network_delegate.cc', 155 'shell/browser/shell_network_delegate.cc',
156 'shell/browser/shell_network_delegate.h', 156 'shell/browser/shell_network_delegate.h',
157 'shell/browser/shell_platform_data_aura.cc', 157 'shell/browser/shell_platform_data_aura.cc',
158 'shell/browser/shell_platform_data_aura.h', 158 'shell/browser/shell_platform_data_aura.h',
159 'shell/browser/shell_plugin_service_filter.cc', 159 'shell/browser/shell_plugin_service_filter.cc',
160 'shell/browser/shell_plugin_service_filter.h', 160 'shell/browser/shell_plugin_service_filter.h',
161 'shell/browser/shell_quota_permission_context.cc', 161 'shell/browser/shell_quota_permission_context.cc',
162 'shell/browser/shell_quota_permission_context.h', 162 'shell/browser/shell_quota_permission_context.h',
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1137 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1138 '--destination_dir', '<(dest_dir)', 1138 '--destination_dir', '<(dest_dir)',
1139 ], 1139 ],
1140 }, 1140 },
1141 ], 1141 ],
1142 }, 1142 },
1143 ], 1143 ],
1144 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1144 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1145 ] 1145 ]
1146 } 1146 }
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