| 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 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 'test_support_base', | 434 'test_support_base', |
| 435 ], | 435 ], |
| 436 'sources': [ | 436 'sources': [ |
| 437 'test/run_all_unittests.cc', | 437 'test/run_all_unittests.cc', |
| 438 ], | 438 ], |
| 439 }, | 439 }, |
| 440 { | 440 { |
| 441 'target_name': 'base_unittests', | 441 'target_name': 'base_unittests', |
| 442 'type': '<(gtest_target_type)', | 442 'type': '<(gtest_target_type)', |
| 443 'sources': [ | 443 'sources': [ |
| 444 # Tests. | |
| 445 'android/activity_status_unittest.cc', | 444 'android/activity_status_unittest.cc', |
| 446 'android/jni_android_unittest.cc', | 445 'android/jni_android_unittest.cc', |
| 447 'android/jni_array_unittest.cc', | 446 'android/jni_array_unittest.cc', |
| 448 'android/jni_string_unittest.cc', | 447 'android/jni_string_unittest.cc', |
| 449 'android/path_utils_unittest.cc', | 448 'android/path_utils_unittest.cc', |
| 450 'android/scoped_java_ref_unittest.cc', | 449 'android/scoped_java_ref_unittest.cc', |
| 451 'android/sys_utils_unittest.cc', | 450 'android/sys_utils_unittest.cc', |
| 452 'async_socket_io_handler_unittest.cc', | 451 'async_socket_io_handler_unittest.cc', |
| 453 'at_exit_unittest.cc', | 452 'at_exit_unittest.cc', |
| 454 'atomicops_unittest.cc', | 453 'atomicops_unittest.cc', |
| 455 'barrier_closure_unittest.cc', | 454 'barrier_closure_unittest.cc', |
| 456 'base64_unittest.cc', | 455 'base64_unittest.cc', |
| 456 'big_endian_unittest.cc', |
| 457 'bind_unittest.cc', | 457 'bind_unittest.cc', |
| 458 'bind_unittest.nc', | 458 'bind_unittest.nc', |
| 459 'bits_unittest.cc', | 459 'bits_unittest.cc', |
| 460 'build_time_unittest.cc', | 460 'build_time_unittest.cc', |
| 461 'callback_helpers_unittest.cc', | 461 'callback_helpers_unittest.cc', |
| 462 'callback_list_unittest.cc', | 462 'callback_list_unittest.cc', |
| 463 'callback_list_unittest.nc', | 463 'callback_list_unittest.nc', |
| 464 'callback_unittest.cc', | 464 'callback_unittest.cc', |
| 465 'callback_unittest.nc', | 465 'callback_unittest.nc', |
| 466 'cancelable_callback_unittest.cc', | 466 'cancelable_callback_unittest.cc', |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1445 'base_unittests.isolate', | 1445 'base_unittests.isolate', |
| 1446 ], | 1446 ], |
| 1447 'sources': [ | 1447 'sources': [ |
| 1448 'base_unittests.isolate', | 1448 'base_unittests.isolate', |
| 1449 ], | 1449 ], |
| 1450 }, | 1450 }, |
| 1451 ], | 1451 ], |
| 1452 }], | 1452 }], |
| 1453 ], | 1453 ], |
| 1454 } | 1454 } |
| OLD | NEW |