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

Side by Side Diff: content/content_browsertests.isolate

Issue 1320793004: Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fix for official build 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)',
97 ], 96 ],
98 }, 97 },
99 }], 98 }],
100 ['OS=="mac"', { 99 ['OS=="mac"', {
101 'variables': { 100 'variables': {
102 'files': [ 101 'files': [
103 '<(PRODUCT_DIR)/Content Shell.app/', 102 '<(PRODUCT_DIR)/Content Shell.app/',
104 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', 103 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
105 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 104 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
106 ], 105 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ], 141 ],
143 }, 142 },
144 }], 143 }],
145 ], 144 ],
146 'includes': [ 145 'includes': [
147 '../base/base.isolate', 146 '../base/base.isolate',
148 '../gin/v8.isolate', 147 '../gin/v8.isolate',
149 '../ui/gl/gl.isolate', 148 '../ui/gl/gl.isolate',
150 ], 149 ],
151 } 150 }
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