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 26 matching lines...) Expand all Loading... |
37 'isolate_dependency_untracked': [ | 37 'isolate_dependency_untracked': [ |
38 '../base/test/data/', | 38 '../base/test/data/', |
39 '../extensions/test/data/', | 39 '../extensions/test/data/', |
40 '../net/data/', | 40 '../net/data/', |
41 '../net/tools/testserver/', | 41 '../net/tools/testserver/', |
42 '../third_party/accessibility-developer-tools/gen/', | 42 '../third_party/accessibility-developer-tools/gen/', |
43 '../third_party/hunspell_dictionaries/', | 43 '../third_party/hunspell_dictionaries/', |
44 '../third_party/pyftpdlib/', | 44 '../third_party/pyftpdlib/', |
45 '../third_party/pywebsocket/', | 45 '../third_party/pywebsocket/', |
46 '../third_party/tlslite/', | 46 '../third_party/tlslite/', |
| 47 '../third_party/zlib/google/test/data/', |
47 '../tools/swarm_client/', | 48 '../tools/swarm_client/', |
48 '<(PRODUCT_DIR)/pyproto/', | 49 '<(PRODUCT_DIR)/pyproto/', |
49 'test/data/', | 50 'test/data/', |
50 'third_party/mock4js/', | 51 'third_party/mock4js/', |
51 ], | 52 ], |
52 }, | 53 }, |
53 }], | 54 }], |
54 ['OS=="linux" or OS=="win"', { | 55 ['OS=="linux" or OS=="win"', { |
55 'variables': { | 56 'variables': { |
56 'isolate_dependency_tracked': [ | 57 'isolate_dependency_tracked': [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'isolate_dependency_untracked': [ | 93 'isolate_dependency_untracked': [ |
93 '../ppapi/lib/gl/include/KHR/', | 94 '../ppapi/lib/gl/include/KHR/', |
94 '../skia/ext/data/', | 95 '../skia/ext/data/', |
95 '../third_party/python_26/', | 96 '../third_party/python_26/', |
96 '../ui/base/glib/', | 97 '../ui/base/glib/', |
97 ], | 98 ], |
98 }, | 99 }, |
99 }], | 100 }], |
100 ], | 101 ], |
101 } | 102 } |
OLD | NEW |