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

Side by Side Diff: chrome/browser_tests.isolate

Issue 2004143002: Retry of 2b0e51237fa07b4fb9f6c20edcefce094f6cf5f5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/chrome_dll_bundle.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 '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)/browser_tests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'browser/policy/test/policy_testserver.py', 90 'browser/policy/test/policy_testserver.py',
91 'common/extensions/docs/examples/apps/calculator/', 91 'common/extensions/docs/examples/apps/calculator/',
92 'test/data/', 92 'test/data/',
93 'third_party/mock4js/', 93 'third_party/mock4js/',
94 ], 94 ],
95 }, 95 },
96 }], 96 }],
97 ['OS=="linux" or OS=="win"', { 97 ['OS=="linux" or OS=="win"', {
98 'variables': { 98 'variables': {
99 'files': [ 99 'files': [
100 '<(PRODUCT_DIR)/chrome_material_100_percent.pak',
101 '<(PRODUCT_DIR)/chrome_100_percent.pak', 100 '<(PRODUCT_DIR)/chrome_100_percent.pak',
102 '<(PRODUCT_DIR)/chrome_material_200_percent.pak',
103 '<(PRODUCT_DIR)/chrome_200_percent.pak', 101 '<(PRODUCT_DIR)/chrome_200_percent.pak',
104 ], 102 ],
105 }, 103 },
106 }], 104 }],
107 ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', { 105 ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', {
108 'variables': { 106 'variables': {
109 'files': [ 107 'files': [
110 '<(PRODUCT_DIR)/nacl_test_data/', 108 '<(PRODUCT_DIR)/nacl_test_data/',
111 '<(PRODUCT_DIR)/pnacl/', 109 '<(PRODUCT_DIR)/pnacl/',
112 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', 110 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'browser/chromeos/login/test/https_forwarder.py', 293 'browser/chromeos/login/test/https_forwarder.py',
296 ], 294 ],
297 }, 295 },
298 }], 296 }],
299 ], 297 ],
300 'includes': [ 298 'includes': [
301 '../base/base.isolate', 299 '../base/base.isolate',
302 'chrome.isolate', 300 'chrome.isolate',
303 ], 301 ],
304 } 302 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698