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

Side by Side Diff: content/content_browsertests.isolate

Issue 1852523003: Remove NPAPI test plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_last_plugin_layout_tests
Patch Set: fix isolate Created 4 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
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | content/content_shell.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 '../third_party/pyftpdlib/', 85 '../third_party/pyftpdlib/',
86 '../third_party/pywebsocket/', 86 '../third_party/pywebsocket/',
87 '../third_party/tlslite/', 87 '../third_party/tlslite/',
88 ], 88 ],
89 }, 89 },
90 }], 90 }],
91 ['OS=="mac"', { 91 ['OS=="mac"', {
92 'variables': { 92 'variables': {
93 'files': [ 93 'files': [
94 '<(PRODUCT_DIR)/Content Shell.app/', 94 '<(PRODUCT_DIR)/Content Shell.app/',
95 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
96 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 95 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
97 ], 96 ],
98 }, 97 },
99 }], 98 }],
100 ['OS=="mac" and asan==1 and fastbuild==0', { 99 ['OS=="mac" and asan==1 and fastbuild==0', {
101 'variables': { 100 'variables': {
102 'files': [ 101 'files': [
103 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/', 102 '<(PRODUCT_DIR)/Content Shell Framework.framework.dSYM/',
104 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/', 103 '<(PRODUCT_DIR)/Content Shell Helper.app.dSYM/',
105 '<(PRODUCT_DIR)/Content Shell.app.dSYM/', 104 '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
106 '<(PRODUCT_DIR)/content_browsertests.dSYM/', 105 '<(PRODUCT_DIR)/content_browsertests.dSYM/',
107 '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/', 106 '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
108 '<(PRODUCT_DIR)/test_netscape_plugin.plugin.dSYM/',
109 ], 107 ],
110 }, 108 },
111 }], 109 }],
112 ['OS=="win"', { 110 ['OS=="win"', {
113 'variables': { 111 'variables': {
114 'files': [ 112 'files': [
115 '<(PRODUCT_DIR)/osmesa.dll', 113 '<(PRODUCT_DIR)/osmesa.dll',
116 '<(PRODUCT_DIR)/plugins/np_test_netscape_plugin.dll',
117 '<(PRODUCT_DIR)/ppapi_tests.dll', 114 '<(PRODUCT_DIR)/ppapi_tests.dll',
118 ], 115 ],
119 }, 116 },
120 }], 117 }],
121 ['OS=="win" and target_arch=="ia32"', { 118 ['OS=="win" and target_arch=="ia32"', {
122 'variables': { 119 'variables': {
123 'files': [ 120 'files': [
124 '<(PRODUCT_DIR)/wow_helper.exe', 121 '<(PRODUCT_DIR)/wow_helper.exe',
125 ], 122 ],
126 }, 123 },
127 }], 124 }],
128 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { 125 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
129 'variables': { 126 'variables': {
130 'files': [ 127 'files': [
131 '<(PRODUCT_DIR)/content_browsertests.exe.pdb', 128 '<(PRODUCT_DIR)/content_browsertests.exe.pdb',
132 ], 129 ],
133 }, 130 },
134 }], 131 }],
135 ], 132 ],
136 'includes': [ 133 'includes': [
137 '../base/base.isolate', 134 '../base/base.isolate',
138 '../gin/v8.isolate', 135 '../gin/v8.isolate',
139 '../ui/gl/gl.isolate', 136 '../ui/gl/gl.isolate',
140 ], 137 ],
141 } 138 }
OLDNEW
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698