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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '<(PRODUCT_DIR)/pyproto/', | 72 '<(PRODUCT_DIR)/pyproto/', |
| 73 '<(PRODUCT_DIR)/test_data/chrome/renderer/resources/extensions/', |
73 ], | 74 ], |
74 }, | 75 }, |
75 }], | 76 }], |
76 ['OS=="linux" or OS=="mac"', { | 77 ['OS=="linux" or OS=="mac"', { |
77 'variables': { | 78 'variables': { |
78 # Can't be enabled on Windows due to http://crbug.com/342913 | 79 # Can't be enabled on Windows due to http://crbug.com/342913 |
79 'read_only': 1, | 80 'read_only': 1, |
80 }, | 81 }, |
81 }], | 82 }], |
82 ['OS=="mac"', { | 83 ['OS=="mac"', { |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 '../skia/ext/data/', | 121 '../skia/ext/data/', |
121 '../ui/base/glib/', | 122 '../ui/base/glib/', |
122 ], | 123 ], |
123 }, | 124 }, |
124 }], | 125 }], |
125 ], | 126 ], |
126 'includes': [ | 127 'includes': [ |
127 '../base/base.isolate', | 128 '../base/base.isolate', |
128 ], | 129 ], |
129 } | 130 } |
OLD | NEW |