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