| OLD | NEW |
| 1 # Copyright 2014 the V8 project authors. All rights reserved. | 1 # Copyright 2014 the V8 project 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 # The sources are kept automatically in sync with BUILD.gn. | 5 # The sources are kept automatically in sync with BUILD.gn. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 'v8_code': 1, | 9 'v8_code': 1, |
| 10 'unittests_sources': [ ### gcmole(all) ### | 10 'unittests_sources': [ ### gcmole(all) ### |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'type': 'executable', | 185 'type': 'executable', |
| 186 'variables': { | 186 'variables': { |
| 187 'optimize': 'max', | 187 'optimize': 'max', |
| 188 }, | 188 }, |
| 189 'dependencies': [ | 189 'dependencies': [ |
| 190 '../../testing/gmock.gyp:gmock', | 190 '../../testing/gmock.gyp:gmock', |
| 191 '../../testing/gtest.gyp:gtest', | 191 '../../testing/gtest.gyp:gtest', |
| 192 '../../src/v8.gyp:v8', | 192 '../../src/v8.gyp:v8', |
| 193 '../../src/v8.gyp:v8_libbase', | 193 '../../src/v8.gyp:v8_libbase', |
| 194 '../../src/v8.gyp:v8_libplatform', | 194 '../../src/v8.gyp:v8_libplatform', |
| 195 '../../src/v8.gyp:v8_maybe_snapshot', |
| 195 ], | 196 ], |
| 196 'include_dirs': [ | 197 'include_dirs': [ |
| 197 '../..', | 198 '../..', |
| 198 ], | 199 ], |
| 199 'sources': [ | 200 'sources': [ |
| 200 '<@(unittests_sources)', | 201 '<@(unittests_sources)', |
| 201 ], | 202 ], |
| 202 'conditions': [ | 203 'conditions': [ |
| 203 ['v8_target_arch=="arm"', { | 204 ['v8_target_arch=="arm"', { |
| 204 'sources': [ | 205 'sources': [ |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 '../../gypfiles/isolate.gypi', | 276 '../../gypfiles/isolate.gypi', |
| 276 ], | 277 ], |
| 277 'sources': [ | 278 'sources': [ |
| 278 'unittests.isolate', | 279 'unittests.isolate', |
| 279 ], | 280 ], |
| 280 }, | 281 }, |
| 281 ], | 282 ], |
| 282 }], | 283 }], |
| 283 ], | 284 ], |
| 284 } | 285 } |
| OLD | NEW |