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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'browser/chromeos/drive/drive_url_request_job_unittest.cc', | 590 'browser/chromeos/drive/drive_url_request_job_unittest.cc', |
591 'browser/chromeos/drive/dummy_file_system.h', | 591 'browser/chromeos/drive/dummy_file_system.h', |
592 'browser/chromeos/drive/fake_file_system.cc', | 592 'browser/chromeos/drive/fake_file_system.cc', |
593 'browser/chromeos/drive/fake_file_system.h', | 593 'browser/chromeos/drive/fake_file_system.h', |
594 'browser/chromeos/drive/fake_file_system_unittest.cc', | 594 'browser/chromeos/drive/fake_file_system_unittest.cc', |
595 'browser/chromeos/drive/fake_free_disk_space_getter.cc', | 595 'browser/chromeos/drive/fake_free_disk_space_getter.cc', |
596 'browser/chromeos/drive/fake_free_disk_space_getter.h', | 596 'browser/chromeos/drive/fake_free_disk_space_getter.h', |
597 'browser/chromeos/drive/file_cache_metadata_unittest.cc', | 597 'browser/chromeos/drive/file_cache_metadata_unittest.cc', |
598 'browser/chromeos/drive/file_cache_unittest.cc', | 598 'browser/chromeos/drive/file_cache_unittest.cc', |
599 'browser/chromeos/drive/file_change_unittest.cc', | 599 'browser/chromeos/drive/file_change_unittest.cc', |
600 'browser/chromeos/drive/file_system/close_file_operation_unittest.cc', | |
601 'browser/chromeos/drive/file_system/copy_operation_unittest.cc', | 600 'browser/chromeos/drive/file_system/copy_operation_unittest.cc', |
602 'browser/chromeos/drive/file_system/create_directory_operation_unittest.
cc', | 601 'browser/chromeos/drive/file_system/create_directory_operation_unittest.
cc', |
603 'browser/chromeos/drive/file_system/create_file_operation_unittest.cc', | 602 'browser/chromeos/drive/file_system/create_file_operation_unittest.cc', |
604 'browser/chromeos/drive/file_system/download_operation_unittest.cc', | 603 'browser/chromeos/drive/file_system/download_operation_unittest.cc', |
605 'browser/chromeos/drive/file_system/move_operation_unittest.cc', | 604 'browser/chromeos/drive/file_system/move_operation_unittest.cc', |
606 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc', | 605 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc', |
607 'browser/chromeos/drive/file_system/operation_test_base.cc', | 606 'browser/chromeos/drive/file_system/operation_test_base.cc', |
608 'browser/chromeos/drive/file_system/operation_test_base.h', | 607 'browser/chromeos/drive/file_system/operation_test_base.h', |
609 'browser/chromeos/drive/file_system/remove_operation_unittest.cc', | 608 'browser/chromeos/drive/file_system/remove_operation_unittest.cc', |
610 'browser/chromeos/drive/file_system/search_operation_unittest.cc', | 609 'browser/chromeos/drive/file_system/search_operation_unittest.cc', |
(...skipping 2036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2647 # more details. | 2646 # more details. |
2648 'DebugInformationFormat': '3', | 2647 'DebugInformationFormat': '3', |
2649 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2648 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2650 }, | 2649 }, |
2651 }, | 2650 }, |
2652 }, | 2651 }, |
2653 ], | 2652 ], |
2654 }], | 2653 }], |
2655 ], # 'conditions' | 2654 ], # 'conditions' |
2656 } | 2655 } |
OLD | NEW |