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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 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
« no previous file with comments | « chrome/browser/ui/views/location_bar/star_view_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ], 177 ],
178 }, 178 },
179 }], 179 }],
180 ['OS=="mac"', { 180 ['OS=="mac"', {
181 'variables': { 181 'variables': {
182 'files': [ 182 'files': [
183 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 183 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
184 '<(PRODUCT_DIR)/content_shell.pak', 184 '<(PRODUCT_DIR)/content_shell.pak',
185 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 185 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
186 '<(PRODUCT_DIR)/osmesa.so', 186 '<(PRODUCT_DIR)/osmesa.so',
187 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
188 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', 187 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
189 '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_sa ver_test_plugin', 188 '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_sa ver_test_plugin',
190 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 189 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
191 ], 190 ],
192 }, 191 },
193 }], 192 }],
194 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', { 193 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', {
195 'variables': { 194 'variables': {
196 'files': [ 195 'files': [
197 '<(PRODUCT_DIR)/libwidevinecdm.dylib', 196 '<(PRODUCT_DIR)/libwidevinecdm.dylib',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'browser/chromeos/login/test/https_forwarder.py', 264 'browser/chromeos/login/test/https_forwarder.py',
266 ], 265 ],
267 }, 266 },
268 }], 267 }],
269 ], 268 ],
270 'includes': [ 269 'includes': [
271 '../base/base.isolate', 270 '../base/base.isolate',
272 'chrome.isolate', 271 'chrome.isolate',
273 ], 272 ],
274 } 273 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/star_view_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698