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)', |
(...skipping 21 matching lines...) Expand all Loading... |
32 'variables': { | 32 'variables': { |
33 'isolate_dependency_tracked': [ | 33 'isolate_dependency_tracked': [ |
34 'browser/nacl_host/test/debug_stub_browser_tests.py', | 34 'browser/nacl_host/test/debug_stub_browser_tests.py', |
35 'browser/nacl_host/test/gdb_rsp.py', | 35 'browser/nacl_host/test/gdb_rsp.py', |
36 ], | 36 ], |
37 }, | 37 }, |
38 }], | 38 }], |
39 ['OS=="linux" or OS=="mac" or OS=="win"', { | 39 ['OS=="linux" or OS=="mac" or OS=="win"', { |
40 'variables': { | 40 'variables': { |
41 'isolate_dependency_tracked': [ | 41 'isolate_dependency_tracked': [ |
| 42 '../media/test/data/bear-320x240-multitrack.webm', |
| 43 '../media/test/data/no_streams.webm', |
| 44 '../media/test/data/sfx.ogg', |
42 '../ppapi/tests/test_case.html', | 45 '../ppapi/tests/test_case.html', |
43 '../ppapi/tests/test_page.css', | 46 '../ppapi/tests/test_page.css', |
44 '../tools/swarm_client/run_isolated.py', | 47 '../tools/swarm_client/run_isolated.py', |
45 '../tools/swarm_client/googletest/run_test_cases.py', | 48 '../tools/swarm_client/googletest/run_test_cases.py', |
46 '../testing/test_env.py', | 49 '../testing/test_env.py', |
47 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 50 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
48 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf', | 51 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf', |
49 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', | 52 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', |
50 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf', | 53 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf', |
51 '<(PRODUCT_DIR)/resources.pak', | 54 '<(PRODUCT_DIR)/resources.pak', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 ], | 158 ], |
156 'isolate_dependency_untracked': [ | 159 'isolate_dependency_untracked': [ |
157 '../third_party/npapi/npspy/extern/plugin/', | 160 '../third_party/npapi/npspy/extern/plugin/', |
158 '../third_party/psyco_win32/psyco/', | 161 '../third_party/psyco_win32/psyco/', |
159 '../third_party/python_26/', | 162 '../third_party/python_26/', |
160 ], | 163 ], |
161 }, | 164 }, |
162 }], | 165 }], |
163 ], | 166 ], |
164 } | 167 } |
OLD | NEW |