| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 '<(PRODUCT_DIR)/test_data/', | 91 '<(PRODUCT_DIR)/test_data/', |
| 92 '<(PRODUCT_DIR)/test_page.css', | 92 '<(PRODUCT_DIR)/test_page.css', |
| 93 '<(PRODUCT_DIR)/test_page.css.mock-http-headers', | 93 '<(PRODUCT_DIR)/test_page.css.mock-http-headers', |
| 94 '<(PRODUCT_DIR)/test_url_loader_data/', | 94 '<(PRODUCT_DIR)/test_url_loader_data/', |
| 95 'browser/policy/test/asn1der.py', | 95 'browser/policy/test/asn1der.py', |
| 96 'browser/policy/test/policy_testserver.py', | 96 'browser/policy/test/policy_testserver.py', |
| 97 'common/extensions/docs/examples/apps/calculator/', | 97 'common/extensions/docs/examples/apps/calculator/', |
| 98 'test/data/', | 98 'test/data/', |
| 99 'third_party/mock4js/', | 99 'third_party/mock4js/', |
| 100 ], | 100 ], |
| 101 'read_only': 1, | |
| 102 }, | 101 }, |
| 103 }], | 102 }], |
| 104 ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', { | 103 ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', { |
| 105 'variables': { | 104 'variables': { |
| 106 'files': [ | 105 'files': [ |
| 107 '<(PRODUCT_DIR)/nacl_test_data/', | 106 '<(PRODUCT_DIR)/nacl_test_data/', |
| 108 '<(PRODUCT_DIR)/pnacl/', | 107 '<(PRODUCT_DIR)/pnacl/', |
| 109 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', | 108 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', |
| 110 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf', | 109 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf', |
| 111 ], | 110 ], |
| 112 'read_only': 1, | |
| 113 }, | 111 }, |
| 114 }], | 112 }], |
| 115 ['OS=="linux" or OS=="win"', { | 113 ['OS=="linux" or OS=="win"', { |
| 116 'variables': { | 114 'variables': { |
| 117 'files': [ | 115 'files': [ |
| 118 '../third_party/bidichecker/', | 116 '../third_party/bidichecker/', |
| 119 ], | 117 ], |
| 120 }, | 118 }, |
| 121 }], | 119 }], |
| 122 ['disable_nacl==0 and (OS=="linux" or OS=="win")', { | 120 ['disable_nacl==0 and (OS=="linux" or OS=="win")', { |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'browser/chromeos/login/test/https_forwarder.py', | 261 'browser/chromeos/login/test/https_forwarder.py', |
| 264 ], | 262 ], |
| 265 }, | 263 }, |
| 266 }], | 264 }], |
| 267 ], | 265 ], |
| 268 'includes': [ | 266 'includes': [ |
| 269 '../base/base.isolate', | 267 '../base/base.isolate', |
| 270 'chrome.isolate', | 268 'chrome.isolate', |
| 271 ], | 269 ], |
| 272 } | 270 } |
| OLD | NEW |