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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'url_srcs.gypi', | 10 'url_srcs.gypi', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 '..', | 116 '..', |
117 ], | 117 ], |
118 }, | 118 }, |
119 'defines': [ | 119 'defines': [ |
120 'URL_IMPLEMENTATION', | 120 'URL_IMPLEMENTATION', |
121 'USE_ICU_ALTERNATIVES_ON_ANDROID=1', | 121 'USE_ICU_ALTERNATIVES_ON_ANDROID=1', |
122 ], | 122 ], |
123 }, | 123 }, |
124 ], | 124 ], |
125 }], | 125 }], |
| 126 ['test_isolation_mode != "noop"', { |
| 127 'targets': [ |
| 128 { |
| 129 'target_name': 'url_unittests_run', |
| 130 'type': 'none', |
| 131 'dependencies': [ |
| 132 'url_unittests', |
| 133 ], |
| 134 'includes': [ |
| 135 '../build/isolate.gypi', |
| 136 ], |
| 137 'sources': [ |
| 138 'url_unittests.isolate', |
| 139 ], |
| 140 }, |
| 141 ], |
| 142 }], |
126 ], | 143 ], |
127 } | 144 } |
OLD | NEW |