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

Side by Side Diff: content/content_browsertests.isolate

Issue 1329783003: Revert of Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_process
Patch Set: Created 5 years, 3 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/nacl_loader_unittests.isolate ('k') | content/content_gl_tests.isolate » ('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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 }, 86 },
87 }], 87 }],
88 ['OS=="linux" or OS=="mac" or OS=="win"', { 88 ['OS=="linux" or OS=="mac" or OS=="win"', {
89 'variables': { 89 'variables': {
90 'files': [ 90 'files': [
91 '../net/tools/testserver/', 91 '../net/tools/testserver/',
92 '../testing/test_env.py', 92 '../testing/test_env.py',
93 '../third_party/pyftpdlib/', 93 '../third_party/pyftpdlib/',
94 '../third_party/pywebsocket/', 94 '../third_party/pywebsocket/',
95 '../third_party/tlslite/', 95 '../third_party/tlslite/',
96 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
96 ], 97 ],
97 }, 98 },
98 }], 99 }],
99 ['OS=="mac"', { 100 ['OS=="mac"', {
100 'variables': { 101 'variables': {
101 'files': [ 102 'files': [
102 '<(PRODUCT_DIR)/Content Shell.app/', 103 '<(PRODUCT_DIR)/Content Shell.app/',
103 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', 104 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
104 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 105 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
105 ], 106 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 ], 142 ],
142 }, 143 },
143 }], 144 }],
144 ], 145 ],
145 'includes': [ 146 'includes': [
146 '../base/base.isolate', 147 '../base/base.isolate',
147 '../gin/v8.isolate', 148 '../gin/v8.isolate',
148 '../ui/gl/gl.isolate', 149 '../ui/gl/gl.isolate',
149 ], 150 ],
150 } 151 }
OLDNEW
« no previous file with comments | « components/nacl_loader_unittests.isolate ('k') | content/content_gl_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698