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

Side by Side Diff: chrome/browser_tests.isolate

Issue 154573003: Update remaining references to the NPAPI test plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert changes to chrome/test Created 6 years, 10 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
« no previous file with comments | « build/all.gyp ('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 'includes': [ 5 'includes': [
6 'chrome.isolate', 6 'chrome.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux"', { 9 ['OS=="linux"', {
10 'variables': { 10 'variables': {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'isolate_dependency_tracked': [ 99 'isolate_dependency_tracked': [
100 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 100 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
101 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 101 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
102 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe', 102 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
103 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe', 103 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe',
104 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe', 104 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe',
105 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 105 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
106 ], 106 ],
107 'isolate_dependency_untracked': [ 107 'isolate_dependency_untracked': [
108 '<(PRODUCT_DIR)/lib32/', 108 '<(PRODUCT_DIR)/lib32/',
109 '<(PRODUCT_DIR)/plugins/TestNetscapePlugIn.plugin/',
110 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', 109 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
110 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
111 ], 111 ],
112 }, 112 },
113 }], 113 }],
114 ['OS=="mac" or OS=="win"', { 114 ['OS=="mac" or OS=="win"', {
115 'variables': { 115 'variables': {
116 'command': [ 116 'command': [
117 '../testing/test_env.py', 117 '../testing/test_env.py',
118 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 118 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
119 '--test-launcher-bot-mode', 119 '--test-launcher-bot-mode',
120 ], 120 ],
(...skipping 17 matching lines...) Expand all
138 }], 138 }],
139 ['chromeos==1', { 139 ['chromeos==1', {
140 'variables': { 140 'variables': {
141 'isolate_dependency_untracked': [ 141 'isolate_dependency_untracked': [
142 '<(PRODUCT_DIR)/chromevox_test_data/', 142 '<(PRODUCT_DIR)/chromevox_test_data/',
143 ], 143 ],
144 }, 144 },
145 }], 145 }],
146 ], 146 ],
147 } 147 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698