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

Side by Side Diff: content/content_shell.gypi

Issue 1011953003: Refactor Permissions related method out of ContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_type_enum_class
Patch Set: fix cros Created 5 years, 8 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
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'shell/browser/layout_test/layout_test_download_manager_delegate.cc', 109 'shell/browser/layout_test/layout_test_download_manager_delegate.cc',
110 'shell/browser/layout_test/layout_test_download_manager_delegate.h', 110 'shell/browser/layout_test/layout_test_download_manager_delegate.h',
111 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc', 111 'shell/browser/layout_test/layout_test_javascript_dialog_manager.cc',
112 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h', 112 'shell/browser/layout_test/layout_test_javascript_dialog_manager.h',
113 'shell/browser/layout_test/layout_test_message_filter.cc', 113 'shell/browser/layout_test/layout_test_message_filter.cc',
114 'shell/browser/layout_test/layout_test_message_filter.h', 114 'shell/browser/layout_test/layout_test_message_filter.h',
115 'shell/browser/layout_test/layout_test_navigator_connect_service_factory .cc', 115 'shell/browser/layout_test/layout_test_navigator_connect_service_factory .cc',
116 'shell/browser/layout_test/layout_test_navigator_connect_service_factory .h', 116 'shell/browser/layout_test/layout_test_navigator_connect_service_factory .h',
117 'shell/browser/layout_test/layout_test_notification_manager.cc', 117 'shell/browser/layout_test/layout_test_notification_manager.cc',
118 'shell/browser/layout_test/layout_test_notification_manager.h', 118 'shell/browser/layout_test/layout_test_notification_manager.h',
119 'shell/browser/layout_test/layout_test_permission_manager.h',
120 'shell/browser/layout_test/layout_test_permission_manager.cc',
119 'shell/browser/layout_test/layout_test_push_messaging_service.cc', 121 'shell/browser/layout_test/layout_test_push_messaging_service.cc',
120 'shell/browser/layout_test/layout_test_push_messaging_service.h', 122 'shell/browser/layout_test/layout_test_push_messaging_service.h',
121 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc', 123 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .cc',
122 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h', 124 'shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate .h',
123 'shell/browser/layout_test/layout_test_url_request_context_getter.cc', 125 'shell/browser/layout_test/layout_test_url_request_context_getter.cc',
124 'shell/browser/layout_test/layout_test_url_request_context_getter.h', 126 'shell/browser/layout_test/layout_test_url_request_context_getter.h',
125 'shell/browser/notify_done_forwarder.cc', 127 'shell/browser/notify_done_forwarder.cc',
126 'shell/browser/notify_done_forwarder.h', 128 'shell/browser/notify_done_forwarder.h',
127 'shell/browser/shell.cc', 129 'shell/browser/shell.cc',
128 'shell/browser/shell.h', 130 'shell/browser/shell.h',
(...skipping 26 matching lines...) Expand all
155 'shell/browser/shell_login_dialog.cc', 157 'shell/browser/shell_login_dialog.cc',
156 'shell/browser/shell_login_dialog.h', 158 'shell/browser/shell_login_dialog.h',
157 'shell/browser/shell_login_dialog_mac.mm', 159 'shell/browser/shell_login_dialog_mac.mm',
158 'shell/browser/shell_mac.mm', 160 'shell/browser/shell_mac.mm',
159 'shell/browser/shell_mojo_test_utils_android.cc', 161 'shell/browser/shell_mojo_test_utils_android.cc',
160 'shell/browser/shell_mojo_test_utils_android.h', 162 'shell/browser/shell_mojo_test_utils_android.h',
161 'shell/browser/shell_net_log.cc', 163 'shell/browser/shell_net_log.cc',
162 'shell/browser/shell_net_log.h', 164 'shell/browser/shell_net_log.h',
163 'shell/browser/shell_network_delegate.cc', 165 'shell/browser/shell_network_delegate.cc',
164 'shell/browser/shell_network_delegate.h', 166 'shell/browser/shell_network_delegate.h',
167 'shell/browser/shell_permission_manager.cc',
168 'shell/browser/shell_permission_manager.h',
165 'shell/browser/shell_platform_data_aura.cc', 169 'shell/browser/shell_platform_data_aura.cc',
166 'shell/browser/shell_platform_data_aura.h', 170 'shell/browser/shell_platform_data_aura.h',
167 'shell/browser/shell_plugin_service_filter.cc', 171 'shell/browser/shell_plugin_service_filter.cc',
168 'shell/browser/shell_plugin_service_filter.h', 172 'shell/browser/shell_plugin_service_filter.h',
169 'shell/browser/shell_quota_permission_context.cc', 173 'shell/browser/shell_quota_permission_context.cc',
170 'shell/browser/shell_quota_permission_context.h', 174 'shell/browser/shell_quota_permission_context.h',
171 'shell/browser/shell_resource_dispatcher_host_delegate.cc', 175 'shell/browser/shell_resource_dispatcher_host_delegate.cc',
172 'shell/browser/shell_resource_dispatcher_host_delegate.h', 176 'shell/browser/shell_resource_dispatcher_host_delegate.h',
173 'shell/browser/shell_speech_recognition_manager_delegate.cc', 177 'shell/browser/shell_speech_recognition_manager_delegate.cc',
174 'shell/browser/shell_speech_recognition_manager_delegate.h', 178 'shell/browser/shell_speech_recognition_manager_delegate.h',
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1173 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1170 '--destination_dir', '<(dest_dir)', 1174 '--destination_dir', '<(dest_dir)',
1171 ], 1175 ],
1172 }, 1176 },
1173 ], 1177 ],
1174 }, 1178 },
1175 ], 1179 ],
1176 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1180 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1177 ] 1181 ]
1178 } 1182 }
OLDNEW
« no previous file with comments | « content/browser/permissions/permission_service_impl.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698