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

Side by Side Diff: content/content_browsertests.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 | « content/browser/plugin_service_impl_browsertest.cc ('k') | content/content_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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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)/content_browsertests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '../third_party/pywebsocket/', 88 '../third_party/pywebsocket/',
89 '../third_party/tlslite/', 89 '../third_party/tlslite/',
90 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', 90 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
91 ], 91 ],
92 }, 92 },
93 }], 93 }],
94 ['OS=="mac"', { 94 ['OS=="mac"', {
95 'variables': { 95 'variables': {
96 'files': [ 96 'files': [
97 '<(PRODUCT_DIR)/Content Shell.app/', 97 '<(PRODUCT_DIR)/Content Shell.app/',
98 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
99 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', 98 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
100 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 99 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
101 ], 100 ],
102 }, 101 },
103 }], 102 }],
104 ['OS=="mac" and asan==1 and fastbuild==0', { 103 ['OS=="mac" and asan==1 and fastbuild==0', {
105 'variables': { 104 'variables': {
106 'files': [ 105 'files': [
107 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/', 106 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/',
108 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/', 107 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/',
109 '<(PRODUCT_DIR)/Content Shell.app.dSYM/', 108 '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
110 '<(PRODUCT_DIR)/content_browsertests.dSYM/', 109 '<(PRODUCT_DIR)/content_browsertests.dSYM/',
111 '<(PRODUCT_DIR)/npapi_test_plugin.plugin.dSYM/',
112 '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/', 110 '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
113 '<(PRODUCT_DIR)/test_netscape_plugin.plugin.dSYM/', 111 '<(PRODUCT_DIR)/test_netscape_plugin.plugin.dSYM/',
114 ], 112 ],
115 }, 113 },
116 }], 114 }],
117 ['OS=="win"', { 115 ['OS=="win"', {
118 'variables': { 116 'variables': {
119 'files': [ 117 'files': [
120 '<(PRODUCT_DIR)/content_shell.pak', 118 '<(PRODUCT_DIR)/content_shell.pak',
121 '<(PRODUCT_DIR)/osmesa.dll', 119 '<(PRODUCT_DIR)/osmesa.dll',
122 '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll', 120 '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll',
123 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
124 '<(PRODUCT_DIR)/ppapi_tests.dll', 121 '<(PRODUCT_DIR)/ppapi_tests.dll',
125 ], 122 ],
126 }, 123 },
127 }], 124 }],
128 ['OS=="win" and target_arch=="ia32"', { 125 ['OS=="win" and target_arch=="ia32"', {
129 'variables': { 126 'variables': {
130 'files': [ 127 'files': [
131 '<(PRODUCT_DIR)/wow_helper.exe', 128 '<(PRODUCT_DIR)/wow_helper.exe',
132 ], 129 ],
133 }, 130 },
134 }], 131 }],
135 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { 132 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
136 'variables': { 133 'variables': {
137 'files': [ 134 'files': [
138 '<(PRODUCT_DIR)/content_browsertests.exe.pdb', 135 '<(PRODUCT_DIR)/content_browsertests.exe.pdb',
139 ], 136 ],
140 }, 137 },
141 }], 138 }],
142 ], 139 ],
143 'includes': [ 140 'includes': [
144 '../base/base.isolate', 141 '../base/base.isolate',
145 '../gin/v8.isolate', 142 '../gin/v8.isolate',
146 '../third_party/angle/angle.isolate', 143 '../third_party/angle/angle.isolate',
147 ], 144 ],
148 } 145 }
OLDNEW
« no previous file with comments | « content/browser/plugin_service_impl_browsertest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698