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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1088763002: Plugin Power Saver: Add comprehensive browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0260-plugins-overhaul-prerender-tests
Patch Set: 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 'conditions': [ 5 'conditions': [
6 ['use_x11==0', { 6 ['use_x11==0', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/test_env.py', 9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
(...skipping 19 matching lines...) Expand all
30 '../testing/xvfb.py', 30 '../testing/xvfb.py',
31 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 31 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
32 ], 32 ],
33 }, 33 },
34 }], 34 }],
35 ['OS=="linux"', { 35 ['OS=="linux"', {
36 'variables': { 36 'variables': {
37 'files': [ 37 'files': [
38 '<(PRODUCT_DIR)/libclearkeycdm.so', 38 '<(PRODUCT_DIR)/libclearkeycdm.so',
39 '<(PRODUCT_DIR)/libclearkeycdmadapter.so', 39 '<(PRODUCT_DIR)/libclearkeycdmadapter.so',
40 '<(PRODUCT_DIR)/libpower_saver_test_plugin.so',
40 '<(PRODUCT_DIR)/libppapi_tests.so', 41 '<(PRODUCT_DIR)/libppapi_tests.so',
41 ], 42 ],
42 }, 43 },
43 }], 44 }],
44 ['OS=="linux" and branding=="Chrome" and enable_pepper_cdms==1', { 45 ['OS=="linux" and branding=="Chrome" and enable_pepper_cdms==1', {
45 'variables': { 46 'variables': {
46 'files': [ 47 'files': [
47 '<(PRODUCT_DIR)/libwidevinecdm.so', 48 '<(PRODUCT_DIR)/libwidevinecdm.so',
48 '<(PRODUCT_DIR)/libwidevinecdmadapter.so', 49 '<(PRODUCT_DIR)/libwidevinecdmadapter.so',
49 ], 50 ],
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 }], 180 }],
180 ['OS=="mac"', { 181 ['OS=="mac"', {
181 'variables': { 182 'variables': {
182 'files': [ 183 'files': [
183 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 184 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
184 '<(PRODUCT_DIR)/content_shell.pak', 185 '<(PRODUCT_DIR)/content_shell.pak',
185 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 186 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
186 '<(PRODUCT_DIR)/osmesa.so', 187 '<(PRODUCT_DIR)/osmesa.so',
187 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', 188 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
188 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', 189 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
190 '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_sa ver_test_plugin',
189 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 191 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
190 ], 192 ],
191 }, 193 },
192 }], 194 }],
193 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', { 195 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', {
194 'variables': { 196 'variables': {
195 'files': [ 197 'files': [
196 '<(PRODUCT_DIR)/libwidevinecdm.dylib', 198 '<(PRODUCT_DIR)/libwidevinecdm.dylib',
197 '<(PRODUCT_DIR)/widevinecdmadapter.plugin', 199 '<(PRODUCT_DIR)/widevinecdmadapter.plugin',
198 ], 200 ],
199 }, 201 },
200 }], 202 }],
201 ['OS=="win"', { 203 ['OS=="win"', {
202 'variables': { 204 'variables': {
203 'files': [ 205 'files': [
204 '../native_client/build/build_nexe.py', 206 '../native_client/build/build_nexe.py',
205 '<(PRODUCT_DIR)/chrome_elf.dll', 207 '<(PRODUCT_DIR)/chrome_elf.dll',
206 '<(PRODUCT_DIR)/clearkeycdm.dll', 208 '<(PRODUCT_DIR)/clearkeycdm.dll',
207 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 209 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
208 '<(PRODUCT_DIR)/plugins/', 210 '<(PRODUCT_DIR)/plugins/',
211 '<(PRODUCT_DIR)/power_saver_test_plugin.dll',
209 '<(PRODUCT_DIR)/ppapi_tests.dll', 212 '<(PRODUCT_DIR)/ppapi_tests.dll',
210 'tools/build/repack_locales.py', 213 'tools/build/repack_locales.py',
211 ], 214 ],
212 }, 215 },
213 }], 216 }],
214 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { 217 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', {
215 'variables': { 218 'variables': {
216 'files': [ 219 'files': [
217 '<(PRODUCT_DIR)/widevinecdm.dll', 220 '<(PRODUCT_DIR)/widevinecdm.dll',
218 '<(PRODUCT_DIR)/widevinecdmadapter.dll', 221 '<(PRODUCT_DIR)/widevinecdmadapter.dll',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'browser/chromeos/login/test/https_forwarder.py', 265 'browser/chromeos/login/test/https_forwarder.py',
263 ], 266 ],
264 }, 267 },
265 }], 268 }],
266 ], 269 ],
267 'includes': [ 270 'includes': [
268 '../base/base.isolate', 271 '../base/base.isolate',
269 'chrome.isolate', 272 'chrome.isolate',
270 ], 273 ],
271 } 274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698