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