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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 ], | 124 ], |
125 }, | 125 }, |
126 }], | 126 }], |
127 ['OS=="win"', { | 127 ['OS=="win"', { |
128 'variables': { | 128 'variables': { |
129 'isolate_dependency_tracked': [ | 129 'isolate_dependency_tracked': [ |
130 '../native_client/build/build_nexe.py', | 130 '../native_client/build/build_nexe.py', |
131 '../third_party/cygwin/bin/bash.exe', | 131 '../third_party/cygwin/bin/bash.exe', |
132 '../third_party/cygwin/setup_mount.bat', | 132 '../third_party/cygwin/setup_mount.bat', |
133 '<(PRODUCT_DIR)/D3DCompiler_43.dll', | 133 '<(PRODUCT_DIR)/D3DCompiler_43.dll', |
| 134 '<(PRODUCT_DIR)/clearkeycdm.dll', |
| 135 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', |
| 136 '<(PRODUCT_DIR)/d3dcompiler_46.dll', |
134 '<(PRODUCT_DIR)/ffmpegsumo.dll', | 137 '<(PRODUCT_DIR)/ffmpegsumo.dll', |
135 '<(PRODUCT_DIR)/icudt.dll', | 138 '<(PRODUCT_DIR)/icudt.dll', |
136 '<(PRODUCT_DIR)/libEGL.dll', | 139 '<(PRODUCT_DIR)/libEGL.dll', |
137 '<(PRODUCT_DIR)/libGLESv2.dll', | 140 '<(PRODUCT_DIR)/libGLESv2.dll', |
138 '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)', | 141 '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)', |
139 '<(PRODUCT_DIR)/osmesa.dll', | 142 '<(PRODUCT_DIR)/osmesa.dll', |
140 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', | 143 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', |
141 '<(PRODUCT_DIR)/ppapi_tests.dll', | 144 '<(PRODUCT_DIR)/ppapi_tests.dll', |
142 '<(PRODUCT_DIR)/security_tests.dll', | 145 '<(PRODUCT_DIR)/security_tests.dll', |
143 'tools/build/repack_locales.py', | 146 'tools/build/repack_locales.py', |
144 ], | 147 ], |
145 'isolate_dependency_untracked': [ | 148 'isolate_dependency_untracked': [ |
146 '../third_party/npapi/npspy/extern/plugin/', | 149 '../third_party/npapi/npspy/extern/plugin/', |
147 '../third_party/psyco_win32/psyco/', | 150 '../third_party/psyco_win32/psyco/', |
148 '../third_party/python_26/', | 151 '../third_party/python_26/', |
149 '<(PRODUCT_DIR)/gen/sdk/toolchain/win_x86_pnacl/newlib/bin/pydir/', | 152 '<(PRODUCT_DIR)/gen/sdk/toolchain/win_x86_pnacl/newlib/bin/pydir/', |
150 ], | 153 ], |
151 }, | 154 }, |
152 }], | 155 }], |
153 ], | 156 ], |
154 } | 157 } |
OLD | NEW |