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

Side by Side Diff: extensions/extensions_tests.gypi

Issue 1618073002: Extensions - Check for too big or too small product icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « extensions/common/manifest_handlers/icons_handler_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/display_source/display_source_apitest.cc', 10 'browser/api/display_source/display_source_apitest.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'common/features/base_feature_provider_unittest.cc', 119 'common/features/base_feature_provider_unittest.cc',
120 'common/features/complex_feature_unittest.cc', 120 'common/features/complex_feature_unittest.cc',
121 'common/features/simple_feature_unittest.cc', 121 'common/features/simple_feature_unittest.cc',
122 'common/file_util_unittest.cc', 122 'common/file_util_unittest.cc',
123 'common/image_util_unittest.cc', 123 'common/image_util_unittest.cc',
124 'common/manifest_handler_unittest.cc', 124 'common/manifest_handler_unittest.cc',
125 'common/manifest_handlers/content_capabilities_manifest_unittest.cc', 125 'common/manifest_handlers/content_capabilities_manifest_unittest.cc',
126 'common/manifest_handlers/default_locale_manifest_unittest.cc', 126 'common/manifest_handlers/default_locale_manifest_unittest.cc',
127 'common/manifest_handlers/externally_connectable_unittest.cc', 127 'common/manifest_handlers/externally_connectable_unittest.cc',
128 'common/manifest_handlers/file_handler_manifest_unittest.cc', 128 'common/manifest_handlers/file_handler_manifest_unittest.cc',
129 'common/manifest_handlers/icons_handler_unittest.cc',
129 'common/manifest_handlers/incognito_manifest_unittest.cc', 130 'common/manifest_handlers/incognito_manifest_unittest.cc',
130 'common/manifest_handlers/kiosk_mode_info_unittest.cc', 131 'common/manifest_handlers/kiosk_mode_info_unittest.cc',
131 'common/manifest_handlers/oauth2_manifest_unittest.cc', 132 'common/manifest_handlers/oauth2_manifest_unittest.cc',
132 'common/manifest_handlers/shared_module_manifest_unittest.cc', 133 'common/manifest_handlers/shared_module_manifest_unittest.cc',
133 'common/message_bundle_unittest.cc', 134 'common/message_bundle_unittest.cc',
134 'common/one_shot_event_unittest.cc', 135 'common/one_shot_event_unittest.cc',
135 'common/permissions/api_permission_set_unittest.cc', 136 'common/permissions/api_permission_set_unittest.cc',
136 'common/permissions/manifest_permission_set_unittest.cc', 137 'common/permissions/manifest_permission_set_unittest.cc',
137 'common/permissions/socket_permission_unittest.cc', 138 'common/permissions/socket_permission_unittest.cc',
138 'common/permissions/usb_device_permission_unittest.cc', 139 'common/permissions/usb_device_permission_unittest.cc',
(...skipping 25 matching lines...) Expand all
164 'renderer/scoped_web_frame.h', 165 'renderer/scoped_web_frame.h',
165 'renderer/script_context_set_unittest.cc', 166 'renderer/script_context_set_unittest.cc',
166 'renderer/script_context_unittest.cc', 167 'renderer/script_context_unittest.cc',
167 'renderer/utils_unittest.cc', 168 'renderer/utils_unittest.cc',
168 'shell/browser/shell_web_contents_modal_dialog_manager.cc', 169 'shell/browser/shell_web_contents_modal_dialog_manager.cc',
169 'test/extensions_unittests_main.cc', 170 'test/extensions_unittests_main.cc',
170 'utility/unpacker_unittest.cc', 171 'utility/unpacker_unittest.cc',
171 ], 172 ],
172 }, 173 },
173 } 174 }
OLDNEW
« no previous file with comments | « extensions/common/manifest_handlers/icons_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698