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

Side by Side Diff: chrome/browser_tests.isolate

Issue 2001093002: Revert of Remove enable_topchrome_md build flag (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',
100 '<(PRODUCT_DIR)/chrome_100_percent.pak', 101 '<(PRODUCT_DIR)/chrome_100_percent.pak',
102 '<(PRODUCT_DIR)/chrome_material_200_percent.pak',
101 '<(PRODUCT_DIR)/chrome_200_percent.pak', 103 '<(PRODUCT_DIR)/chrome_200_percent.pak',
102 ], 104 ],
103 }, 105 },
104 }], 106 }],
105 ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', { 107 ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', {
106 'variables': { 108 'variables': {
107 'files': [ 109 'files': [
108 '<(PRODUCT_DIR)/nacl_test_data/', 110 '<(PRODUCT_DIR)/nacl_test_data/',
109 '<(PRODUCT_DIR)/pnacl/', 111 '<(PRODUCT_DIR)/pnacl/',
110 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', 112 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'browser/chromeos/login/test/https_forwarder.py', 266 'browser/chromeos/login/test/https_forwarder.py',
265 ], 267 ],
266 }, 268 },
267 }], 269 }],
268 ], 270 ],
269 'includes': [ 271 'includes': [
270 '../base/base.isolate', 272 '../base/base.isolate',
271 'chrome.isolate', 273 'chrome.isolate',
272 ], 274 ],
273 } 275 }
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