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

Side by Side Diff: extensions/extensions_tests.gypi

Issue 1351223003: Allow extensions to specify that they are not allowed in incognito mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations for IncognitoInfo to test Created 5 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_browsertests_sources': [ 7 'extensions_browsertests_sources': [
8 'browser/api/audio/audio_apitest.cc', 8 'browser/api/audio/audio_apitest.cc',
9 'browser/api/bluetooth_socket/bluetooth_socket_apitest.cc', 9 'browser/api/bluetooth_socket/bluetooth_socket_apitest.cc',
10 'browser/api/dns/dns_apitest.cc', 10 'browser/api/dns/dns_apitest.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'common/features/base_feature_provider_unittest.cc', 117 'common/features/base_feature_provider_unittest.cc',
118 'common/features/complex_feature_unittest.cc', 118 'common/features/complex_feature_unittest.cc',
119 'common/features/simple_feature_unittest.cc', 119 'common/features/simple_feature_unittest.cc',
120 'common/file_util_unittest.cc', 120 'common/file_util_unittest.cc',
121 'common/image_util_unittest.cc', 121 'common/image_util_unittest.cc',
122 'common/manifest_handler_unittest.cc', 122 'common/manifest_handler_unittest.cc',
123 'common/manifest_handlers/content_capabilities_manifest_unittest.cc', 123 'common/manifest_handlers/content_capabilities_manifest_unittest.cc',
124 'common/manifest_handlers/default_locale_manifest_unittest.cc', 124 'common/manifest_handlers/default_locale_manifest_unittest.cc',
125 'common/manifest_handlers/externally_connectable_unittest.cc', 125 'common/manifest_handlers/externally_connectable_unittest.cc',
126 'common/manifest_handlers/file_handler_manifest_unittest.cc', 126 'common/manifest_handlers/file_handler_manifest_unittest.cc',
127 'common/manifest_handlers/incognito_manifest_unittest.cc',
127 'common/manifest_handlers/kiosk_mode_info_unittest.cc', 128 'common/manifest_handlers/kiosk_mode_info_unittest.cc',
128 'common/manifest_handlers/oauth2_manifest_unittest.cc', 129 'common/manifest_handlers/oauth2_manifest_unittest.cc',
129 'common/manifest_handlers/shared_module_manifest_unittest.cc', 130 'common/manifest_handlers/shared_module_manifest_unittest.cc',
130 'common/message_bundle_unittest.cc', 131 'common/message_bundle_unittest.cc',
131 'common/one_shot_event_unittest.cc', 132 'common/one_shot_event_unittest.cc',
132 'common/permissions/api_permission_set_unittest.cc', 133 'common/permissions/api_permission_set_unittest.cc',
133 'common/permissions/manifest_permission_set_unittest.cc', 134 'common/permissions/manifest_permission_set_unittest.cc',
134 'common/permissions/socket_permission_unittest.cc', 135 'common/permissions/socket_permission_unittest.cc',
135 'common/permissions/usb_device_permission_unittest.cc', 136 'common/permissions/usb_device_permission_unittest.cc',
136 'common/stack_frame_unittest.cc', 137 'common/stack_frame_unittest.cc',
(...skipping 23 matching lines...) Expand all
160 'renderer/scoped_web_frame.h', 161 'renderer/scoped_web_frame.h',
161 'renderer/script_context_set_unittest.cc', 162 'renderer/script_context_set_unittest.cc',
162 'renderer/script_context_unittest.cc', 163 'renderer/script_context_unittest.cc',
163 'renderer/utils_unittest.cc', 164 'renderer/utils_unittest.cc',
164 'shell/browser/shell_web_contents_modal_dialog_manager.cc', 165 'shell/browser/shell_web_contents_modal_dialog_manager.cc',
165 'test/extensions_unittests_main.cc', 166 'test/extensions_unittests_main.cc',
166 'utility/unpacker_unittest.cc', 167 'utility/unpacker_unittest.cc',
167 ], 168 ],
168 }, 169 },
169 } 170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698