| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 ['test_isolation_mode != "noop"', { | 139 ['test_isolation_mode != "noop"', { |
| 140 'targets': [ | 140 'targets': [ |
| 141 { | 141 { |
| 142 'target_name': 'sql_unittests_run', | 142 'target_name': 'sql_unittests_run', |
| 143 'type': 'none', | 143 'type': 'none', |
| 144 'dependencies': [ | 144 'dependencies': [ |
| 145 'sql_unittests', | 145 'sql_unittests', |
| 146 ], | 146 ], |
| 147 'includes': [ | 147 'includes': [ |
| 148 '../build/isolate.gypi', | 148 '../build/isolate.gypi', |
| 149 'sql_unittests.isolate', | |
| 150 ], | 149 ], |
| 151 'sources': [ | 150 'sources': [ |
| 152 'sql_unittests.isolate', | 151 'sql_unittests.isolate', |
| 153 ], | 152 ], |
| 154 }, | 153 }, |
| 155 ], | 154 ], |
| 156 }], | 155 }], |
| 157 ], | 156 ], |
| 158 } | 157 } |
| OLD | NEW |