| 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 ], | |
| 29 }, | 26 }, |
| 30 }], | 27 }], |
| 31 ['OS=="linux" or OS=="mac"', { | 28 ['OS=="linux" or OS=="mac"', { |
| 32 'variables': { | 29 'variables': { |
| 33 'isolate_dependency_tracked': [ | 30 'isolate_dependency_tracked': [ |
| 34 'browser/nacl_host/test/debug_stub_browser_tests.py', | 31 'browser/nacl_host/test/debug_stub_browser_tests.py', |
| 35 'browser/nacl_host/test/gdb_rsp.py', | 32 'browser/nacl_host/test/gdb_rsp.py', |
| 36 ], | 33 ], |
| 37 }, | 34 }, |
| 38 }], | 35 }], |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 ], | 157 ], |
| 161 'isolate_dependency_untracked': [ | 158 'isolate_dependency_untracked': [ |
| 162 '../third_party/npapi/npspy/extern/plugin/', | 159 '../third_party/npapi/npspy/extern/plugin/', |
| 163 '../third_party/psyco_win32/psyco/', | 160 '../third_party/psyco_win32/psyco/', |
| 164 '../third_party/python_26/', | 161 '../third_party/python_26/', |
| 165 ], | 162 ], |
| 166 }, | 163 }, |
| 167 }], | 164 }], |
| 168 ], | 165 ], |
| 169 } | 166 } |
| OLD | NEW |