OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 'browser/chromeos/drive/sync_client_unittest.cc', | 649 'browser/chromeos/drive/sync_client_unittest.cc', |
650 'browser/chromeos/drive/test_util.cc', | 650 'browser/chromeos/drive/test_util.cc', |
651 'browser/chromeos/drive/test_util.h', | 651 'browser/chromeos/drive/test_util.h', |
652 'browser/chromeos/drive/webkit_file_stream_reader_impl_unittest.cc', | 652 'browser/chromeos/drive/webkit_file_stream_reader_impl_unittest.cc', |
653 'browser/chromeos/drive/write_on_cache_file_unittest.cc', | 653 'browser/chromeos/drive/write_on_cache_file_unittest.cc', |
654 'browser/chromeos/extensions/default_app_order_unittest.cc', | 654 'browser/chromeos/extensions/default_app_order_unittest.cc', |
655 'browser/chromeos/file_manager/desktop_notifications_unittest.cc', | 655 'browser/chromeos/file_manager/desktop_notifications_unittest.cc', |
656 'browser/chromeos/file_manager/file_tasks_unittest.cc', | 656 'browser/chromeos/file_manager/file_tasks_unittest.cc', |
657 'browser/chromeos/file_manager/file_watcher_unittest.cc', | 657 'browser/chromeos/file_manager/file_watcher_unittest.cc', |
658 'browser/chromeos/file_manager/mime_util_unittest.cc', | 658 'browser/chromeos/file_manager/mime_util_unittest.cc', |
| 659 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc', |
659 'browser/chromeos/file_manager/url_util_unittest.cc', | 660 'browser/chromeos/file_manager/url_util_unittest.cc', |
660 'browser/chromeos/file_manager/volume_manager_unittest.cc', | 661 'browser/chromeos/file_manager/volume_manager_unittest.cc', |
661 'browser/chromeos/extensions/wallpaper_private_api_unittest.cc', | 662 'browser/chromeos/extensions/wallpaper_private_api_unittest.cc', |
662 'browser/chromeos/external_metrics_unittest.cc', | 663 'browser/chromeos/external_metrics_unittest.cc', |
663 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', | 664 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', |
664 'browser/chromeos/fileapi/file_system_backend_unittest.cc', | 665 'browser/chromeos/fileapi/file_system_backend_unittest.cc', |
665 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', | 666 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', |
666 'browser/chromeos/imageburner/burn_manager_unittest.cc', | 667 'browser/chromeos/imageburner/burn_manager_unittest.cc', |
667 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', | 668 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', |
668 'browser/chromeos/input_method/candidate_window_controller_impl_unittest
.cc', | 669 'browser/chromeos/input_method/candidate_window_controller_impl_unittest
.cc', |
(...skipping 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2776 # more details. | 2777 # more details. |
2777 'DebugInformationFormat': '3', | 2778 'DebugInformationFormat': '3', |
2778 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2779 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2779 }, | 2780 }, |
2780 }, | 2781 }, |
2781 }, | 2782 }, |
2782 ], | 2783 ], |
2783 }], | 2784 }], |
2784 ], # 'conditions' | 2785 ], # 'conditions' |
2785 } | 2786 } |
OLD | NEW |