OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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/common.gypi', | 10 '../build/common.gypi', |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 'gfx/native_widget_types_gtk.cc', | 569 'gfx/native_widget_types_gtk.cc', |
570 ], | 570 ], |
571 }], | 571 }], |
572 ], | 572 ], |
573 }, | 573 }, |
574 { | 574 { |
575 'target_name': 'base_unittests', | 575 'target_name': 'base_unittests', |
576 'type': 'executable', | 576 'type': 'executable', |
577 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC', | 577 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC', |
578 'sources': [ | 578 'sources': [ |
| 579 # Infrastructure files. |
| 580 'multiprocess_test.h', |
| 581 'run_all_unittests.cc', |
| 582 'test_suite.h', |
| 583 |
| 584 # Tests. |
579 'at_exit_unittest.cc', | 585 'at_exit_unittest.cc', |
580 'atomicops_unittest.cc', | 586 'atomicops_unittest.cc', |
581 'clipboard_unittest.cc', | 587 'clipboard_unittest.cc', |
582 'command_line_unittest.cc', | 588 'command_line_unittest.cc', |
583 'condition_variable_unittest.cc', | 589 'condition_variable_unittest.cc', |
584 'crypto/rsa_private_key_unittest.cc', | 590 'crypto/rsa_private_key_unittest.cc', |
585 'crypto/signature_creator_unittest.cc', | 591 'crypto/signature_creator_unittest.cc', |
586 'crypto/signature_verifier_unittest.cc', | 592 'crypto/signature_verifier_unittest.cc', |
587 'data_pack_unittest.cc', | 593 'data_pack_unittest.cc', |
588 'debug_util_unittest.cc', | 594 'debug_util_unittest.cc', |
(...skipping 23 matching lines...) Expand all Loading... |
612 'message_pump_glib_unittest.cc', | 618 'message_pump_glib_unittest.cc', |
613 'object_watcher_unittest.cc', | 619 'object_watcher_unittest.cc', |
614 'observer_list_unittest.cc', | 620 'observer_list_unittest.cc', |
615 'path_service_unittest.cc', | 621 'path_service_unittest.cc', |
616 'pe_image_unittest.cc', | 622 'pe_image_unittest.cc', |
617 'pickle_unittest.cc', | 623 'pickle_unittest.cc', |
618 'pr_time_unittest.cc', | 624 'pr_time_unittest.cc', |
619 'process_util_unittest.cc', | 625 'process_util_unittest.cc', |
620 'rand_util_unittest.cc', | 626 'rand_util_unittest.cc', |
621 'ref_counted_unittest.cc', | 627 'ref_counted_unittest.cc', |
622 'run_all_unittests.cc', | |
623 'scoped_bstr_win_unittest.cc', | 628 'scoped_bstr_win_unittest.cc', |
624 'scoped_comptr_win_unittest.cc', | 629 'scoped_comptr_win_unittest.cc', |
625 'scoped_ptr_unittest.cc', | 630 'scoped_ptr_unittest.cc', |
626 'scoped_temp_dir_unittest.cc', | 631 'scoped_temp_dir_unittest.cc', |
627 'scoped_variant_win_unittest.cc', | 632 'scoped_variant_win_unittest.cc', |
628 'sha2_unittest.cc', | 633 'sha2_unittest.cc', |
629 'shared_memory_unittest.cc', | 634 'shared_memory_unittest.cc', |
630 'simple_thread_unittest.cc', | 635 'simple_thread_unittest.cc', |
631 'singleton_unittest.cc', | 636 'singleton_unittest.cc', |
632 'stack_container_unittest.cc', | 637 'stack_container_unittest.cc', |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 '<@(_outputs)', | 863 '<@(_outputs)', |
859 ], | 864 ], |
860 'message': 'Generating version information', | 865 'message': 'Generating version information', |
861 }, | 866 }, |
862 ], | 867 ], |
863 }, | 868 }, |
864 ], | 869 ], |
865 }], | 870 }], |
866 ], | 871 ], |
867 } | 872 } |
OLD | NEW |