| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 }], | 77 }], |
| 78 ['OS=="win"', { | 78 ['OS=="win"', { |
| 79 'variables': { | 79 'variables': { |
| 80 'isolate_dependency_tracked': [ | 80 'isolate_dependency_tracked': [ |
| 81 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der', | 81 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der', |
| 82 '../net/data/ssl/certificates/mit.davidben.der', | 82 '../net/data/ssl/certificates/mit.davidben.der', |
| 83 '<(PRODUCT_DIR)/chrome_elf.dll', | 83 '<(PRODUCT_DIR)/chrome_elf.dll', |
| 84 '<(PRODUCT_DIR)/d3dcompiler_46.dll', | 84 '<(PRODUCT_DIR)/d3dcompiler_46.dll', |
| 85 '<(PRODUCT_DIR)/ffmpegsumo.dll', | 85 '<(PRODUCT_DIR)/ffmpegsumo.dll', |
| 86 '<(PRODUCT_DIR)/libEGL.dll', | 86 '<(PRODUCT_DIR)/libEGL.dll', |
| 87 '<(PRODUCT_DIR)/libexif.dll', |
| 87 '<(PRODUCT_DIR)/libGLESv2.dll', | 88 '<(PRODUCT_DIR)/libGLESv2.dll', |
| 88 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', | 89 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', |
| 89 '<(PRODUCT_DIR)/osmesa.dll', | 90 '<(PRODUCT_DIR)/osmesa.dll', |
| 90 ], | 91 ], |
| 91 'isolate_dependency_untracked': [ | 92 'isolate_dependency_untracked': [ |
| 92 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', | 93 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', |
| 93 ], | 94 ], |
| 94 }, | 95 }, |
| 95 }], | 96 }], |
| 96 ], | 97 ], |
| 97 'includes': [ | 98 'includes': [ |
| 98 '../third_party/icu/icu.isolate', | 99 '../third_party/icu/icu.isolate', |
| 99 ], | 100 ], |
| 100 } | 101 } |
| OLD | NEW |