| 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 ['OS=="linux"', { | 6 ['OS=="linux"', { |
| 7 'variables': { | 7 'variables': { |
| 8 'command': [ | 8 'command': [ |
| 9 '../testing/xvfb.py', | 9 '../testing/xvfb.py', |
| 10 '<(PRODUCT_DIR)', | 10 '<(PRODUCT_DIR)', |
| 11 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 11 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| 12 '--test-launcher-bot-mode', | 12 '--test-launcher-bot-mode', |
| 13 ], | 13 ], |
| 14 'isolate_dependency_tracked': [ | 14 'isolate_dependency_tracked': [ |
| 15 '../testing/xvfb.py', | 15 '../testing/xvfb.py', |
| 16 '<(PRODUCT_DIR)/libclearkeycdm.so', | 16 '<(PRODUCT_DIR)/libclearkeycdm.so', |
| 17 '<(PRODUCT_DIR)/libclearkeycdmadapter.so', | 17 '<(PRODUCT_DIR)/libclearkeycdmadapter.so', |
| 18 '<(PRODUCT_DIR)/libffmpegsumo.so', | 18 '<(PRODUCT_DIR)/libffmpegsumo.so', |
| 19 '<(PRODUCT_DIR)/libosmesa.so', | 19 '<(PRODUCT_DIR)/libosmesa.so', |
| 20 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', | 20 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', |
| 21 '<(PRODUCT_DIR)/libppapi_tests.so', | 21 '<(PRODUCT_DIR)/libppapi_tests.so', |
| 22 '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)', | 22 '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)', |
| 23 '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)', | 23 '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)', |
| 24 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 24 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 25 ], | 25 ], |
| 26 'isolate_dependency_untracked': [ |
| 27 '<(PRODUCT_DIR)/chromevox_test_data/', |
| 28 ], |
| 26 }, | 29 }, |
| 27 }], | 30 }], |
| 28 ['OS=="linux" or OS=="mac"', { | 31 ['OS=="linux" or OS=="mac"', { |
| 29 'variables': { | 32 'variables': { |
| 30 'isolate_dependency_tracked': [ | 33 'isolate_dependency_tracked': [ |
| 31 'browser/nacl_host/test/debug_stub_browser_tests.py', | 34 'browser/nacl_host/test/debug_stub_browser_tests.py', |
| 32 'browser/nacl_host/test/gdb_rsp.py', | 35 'browser/nacl_host/test/gdb_rsp.py', |
| 33 ], | 36 ], |
| 34 }, | 37 }, |
| 35 }], | 38 }], |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 ], | 160 ], |
| 158 'isolate_dependency_untracked': [ | 161 'isolate_dependency_untracked': [ |
| 159 '../third_party/npapi/npspy/extern/plugin/', | 162 '../third_party/npapi/npspy/extern/plugin/', |
| 160 '../third_party/psyco_win32/psyco/', | 163 '../third_party/psyco_win32/psyco/', |
| 161 '../third_party/python_26/', | 164 '../third_party/python_26/', |
| 162 ], | 165 ], |
| 163 }, | 166 }, |
| 164 }], | 167 }], |
| 165 ], | 168 ], |
| 166 } | 169 } |
| OLD | NEW |