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

Side by Side Diff: content/content_shell.gypi

Issue 16059004: [content shell] only allow test plugins to load during layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'shell/shell_javascript_dialog_win.cc', 121 'shell/shell_javascript_dialog_win.cc',
122 'shell/shell_javascript_dialog.h', 122 'shell/shell_javascript_dialog.h',
123 'shell/shell_login_dialog_gtk.cc', 123 'shell/shell_login_dialog_gtk.cc',
124 'shell/shell_login_dialog_mac.mm', 124 'shell/shell_login_dialog_mac.mm',
125 'shell/shell_login_dialog.cc', 125 'shell/shell_login_dialog.cc',
126 'shell/shell_login_dialog.h', 126 'shell/shell_login_dialog.h',
127 'shell/shell_message_filter.cc', 127 'shell/shell_message_filter.cc',
128 'shell/shell_message_filter.h', 128 'shell/shell_message_filter.h',
129 'shell/shell_network_delegate.cc', 129 'shell/shell_network_delegate.cc',
130 'shell/shell_network_delegate.h', 130 'shell/shell_network_delegate.h',
131 'shell/shell_plugin_service_filter.cc',
132 'shell/shell_plugin_service_filter.h',
131 'shell/shell_quota_permission_context.cc', 133 'shell/shell_quota_permission_context.cc',
132 'shell/shell_quota_permission_context.h', 134 'shell/shell_quota_permission_context.h',
133 'shell/shell_resource_dispatcher_host_delegate.cc', 135 'shell/shell_resource_dispatcher_host_delegate.cc',
134 'shell/shell_resource_dispatcher_host_delegate.h', 136 'shell/shell_resource_dispatcher_host_delegate.h',
135 'shell/shell_url_request_context_getter.cc', 137 'shell/shell_url_request_context_getter.cc',
136 'shell/shell_url_request_context_getter.h', 138 'shell/shell_url_request_context_getter.h',
137 'shell/shell_web_contents_view_delegate_android.cc', 139 'shell/shell_web_contents_view_delegate_android.cc',
138 'shell/shell_web_contents_view_delegate_creator.h', 140 'shell/shell_web_contents_view_delegate_creator.h',
139 'shell/shell_web_contents_view_delegate_gtk.cc', 141 'shell/shell_web_contents_view_delegate_gtk.cc',
140 'shell/shell_web_contents_view_delegate_mac.mm', 142 'shell/shell_web_contents_view_delegate_mac.mm',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'native_lib_target': 'libcontent_shell_content_view', 689 'native_lib_target': 'libcontent_shell_content_view',
688 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 690 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
689 'asset_location': '<(ant_build_out)/content_shell/assets', 691 'asset_location': '<(ant_build_out)/content_shell/assets',
690 }, 692 },
691 'includes': [ '../build/java_apk.gypi' ], 693 'includes': [ '../build/java_apk.gypi' ],
692 }, 694 },
693 ], 695 ],
694 }], # OS=="android" 696 }], # OS=="android"
695 ] 697 ]
696 } 698 }
OLDNEW
« no previous file with comments | « no previous file | content/public/browser/plugin_service_filter.h » ('j') | content/shell/shell_plugin_service_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698