| 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 18 matching lines...) Expand all Loading... |
| 29 '../net/tools/testserver/testserver.py', | 29 '../net/tools/testserver/testserver.py', |
| 30 '../net/tools/testserver/testserver_base.py', | 30 '../net/tools/testserver/testserver_base.py', |
| 31 '../testing/test_env.py', | 31 '../testing/test_env.py', |
| 32 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', | 32 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', |
| 33 '<(PRODUCT_DIR)/resources.pak', | 33 '<(PRODUCT_DIR)/resources.pak', |
| 34 ], | 34 ], |
| 35 'isolate_dependency_untracked': [ | 35 'isolate_dependency_untracked': [ |
| 36 '../third_party/pyftpdlib/', | 36 '../third_party/pyftpdlib/', |
| 37 '../third_party/pywebsocket/src/mod_pywebsocket/', | 37 '../third_party/pywebsocket/src/mod_pywebsocket/', |
| 38 '../third_party/tlslite/tlslite/', | 38 '../third_party/tlslite/tlslite/', |
| 39 '../tools/swarm_client/', | 39 '../tools/swarming_client/', |
| 40 'test/data/', | 40 'test/data/', |
| 41 ], | 41 ], |
| 42 }, | 42 }, |
| 43 }], | 43 }], |
| 44 ['OS=="linux" or OS=="win"', { | 44 ['OS=="linux" or OS=="win"', { |
| 45 'variables': { | 45 'variables': { |
| 46 'isolate_dependency_tracked': [ | 46 'isolate_dependency_tracked': [ |
| 47 '<(PRODUCT_DIR)/chrome_100_percent.pak', | 47 '<(PRODUCT_DIR)/chrome_100_percent.pak', |
| 48 '<(PRODUCT_DIR)/locales/en-US.pak', | 48 '<(PRODUCT_DIR)/locales/en-US.pak', |
| 49 '<(PRODUCT_DIR)/locales/fr.pak', | 49 '<(PRODUCT_DIR)/locales/fr.pak', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 '<(PRODUCT_DIR)/libGLESv2.dll', | 81 '<(PRODUCT_DIR)/libGLESv2.dll', |
| 82 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', | 82 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', |
| 83 ], | 83 ], |
| 84 'isolate_dependency_untracked': [ | 84 'isolate_dependency_untracked': [ |
| 85 '../third_party/python_26/', | 85 '../third_party/python_26/', |
| 86 ], | 86 ], |
| 87 }, | 87 }, |
| 88 }], | 88 }], |
| 89 ], | 89 ], |
| 90 } | 90 } |
| OLD | NEW |