| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |