| 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 18 matching lines...) Expand all Loading... |
| 29 ['OS=="linux" or OS=="mac" or OS=="win"', { | 29 ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 30 'variables': { | 30 'variables': { |
| 31 'isolate_dependency_tracked': [ | 31 'isolate_dependency_tracked': [ |
| 32 '../testing/test_env.py', | 32 '../testing/test_env.py', |
| 33 '<(PRODUCT_DIR)/resources.pak', | 33 '<(PRODUCT_DIR)/resources.pak', |
| 34 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 34 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 35 'browser/safe_browsing/two_phase_testserver.py', | 35 'browser/safe_browsing/two_phase_testserver.py', |
| 36 ], | 36 ], |
| 37 'isolate_dependency_untracked': [ | 37 'isolate_dependency_untracked': [ |
| 38 '../base/test/data/', | 38 '../base/test/data/', |
| 39 '../components/test/data/', |
| 39 '../extensions/test/data/', | 40 '../extensions/test/data/', |
| 40 '../net/data/', | 41 '../net/data/', |
| 41 '../net/tools/testserver/', | 42 '../net/tools/testserver/', |
| 42 '../third_party/accessibility-developer-tools/gen/', | 43 '../third_party/accessibility-developer-tools/gen/', |
| 43 '../third_party/hunspell_dictionaries/', | 44 '../third_party/hunspell_dictionaries/', |
| 44 '../third_party/pyftpdlib/', | 45 '../third_party/pyftpdlib/', |
| 45 '../third_party/pywebsocket/', | 46 '../third_party/pywebsocket/', |
| 46 '../third_party/tlslite/', | 47 '../third_party/tlslite/', |
| 47 '../third_party/zlib/google/test/data/', | 48 '../third_party/zlib/google/test/data/', |
| 48 '../tools/swarm_client/', | 49 '../tools/swarm_client/', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'isolate_dependency_untracked': [ | 94 'isolate_dependency_untracked': [ |
| 94 '../ppapi/lib/gl/include/KHR/', | 95 '../ppapi/lib/gl/include/KHR/', |
| 95 '../skia/ext/data/', | 96 '../skia/ext/data/', |
| 96 '../third_party/python_26/', | 97 '../third_party/python_26/', |
| 97 '../ui/base/glib/', | 98 '../ui/base/glib/', |
| 98 ], | 99 ], |
| 99 }, | 100 }, |
| 100 }], | 101 }], |
| 101 ], | 102 ], |
| 102 } | 103 } |
| OLD | NEW |