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=="android" or OS=="linux"', { | 6 ['OS=="android" or OS=="linux"', { |
7 'variables': { | 7 'variables': { |
8 'isolate_dependency_untracked': [ | 8 'isolate_dependency_untracked': [ |
9 '<(PRODUCT_DIR)/test_data/', | 9 '<(PRODUCT_DIR)/test_data/', |
10 ], | 10 ], |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'isolate_dependency_tracked': [ | 62 'isolate_dependency_tracked': [ |
63 '../testing/test_env.py', | 63 '../testing/test_env.py', |
64 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 64 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
65 'browser/safe_browsing/two_phase_testserver.py', | 65 'browser/safe_browsing/two_phase_testserver.py', |
66 ], | 66 ], |
67 'isolate_dependency_untracked': [ | 67 'isolate_dependency_untracked': [ |
68 '../net/tools/testserver/', | 68 '../net/tools/testserver/', |
69 '../third_party/pyftpdlib/', | 69 '../third_party/pyftpdlib/', |
70 '../third_party/pywebsocket/', | 70 '../third_party/pywebsocket/', |
71 '../third_party/tlslite/', | 71 '../third_party/tlslite/', |
72 '../tools/swarming_client/', | |
73 '<(PRODUCT_DIR)/pyproto/', | 72 '<(PRODUCT_DIR)/pyproto/', |
74 ], | 73 ], |
75 }, | 74 }, |
76 }], | 75 }], |
77 ['OS=="linux" or OS=="mac"', { | 76 ['OS=="linux" or OS=="mac"', { |
78 'variables': { | 77 'variables': { |
79 # Can't be enabled on Windows due to http://crbug.com/342913 | 78 # Can't be enabled on Windows due to http://crbug.com/342913 |
80 'read_only': 1, | 79 'read_only': 1, |
81 }, | 80 }, |
82 }], | 81 }], |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 '../skia/ext/data/', | 118 '../skia/ext/data/', |
120 '../ui/base/glib/', | 119 '../ui/base/glib/', |
121 ], | 120 ], |
122 }, | 121 }, |
123 }], | 122 }], |
124 ], | 123 ], |
125 'includes': [ | 124 'includes': [ |
126 '../third_party/icu/icu.isolate', | 125 '../third_party/icu/icu.isolate', |
127 ], | 126 ], |
128 } | 127 } |
OLD | NEW |