| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 'browser/chromeos/drive/fake_file_system_unittest.cc', | 610 'browser/chromeos/drive/fake_file_system_unittest.cc', |
| 611 'browser/chromeos/drive/fake_free_disk_space_getter.cc', | 611 'browser/chromeos/drive/fake_free_disk_space_getter.cc', |
| 612 'browser/chromeos/drive/fake_free_disk_space_getter.h', | 612 'browser/chromeos/drive/fake_free_disk_space_getter.h', |
| 613 'browser/chromeos/drive/file_cache_metadata_unittest.cc', | 613 'browser/chromeos/drive/file_cache_metadata_unittest.cc', |
| 614 'browser/chromeos/drive/file_cache_unittest.cc', | 614 'browser/chromeos/drive/file_cache_unittest.cc', |
| 615 'browser/chromeos/drive/file_change_unittest.cc', | 615 'browser/chromeos/drive/file_change_unittest.cc', |
| 616 'browser/chromeos/drive/file_system/copy_operation_unittest.cc', | 616 'browser/chromeos/drive/file_system/copy_operation_unittest.cc', |
| 617 'browser/chromeos/drive/file_system/create_directory_operation_unittest.
cc', | 617 'browser/chromeos/drive/file_system/create_directory_operation_unittest.
cc', |
| 618 'browser/chromeos/drive/file_system/create_file_operation_unittest.cc', | 618 'browser/chromeos/drive/file_system/create_file_operation_unittest.cc', |
| 619 'browser/chromeos/drive/file_system/download_operation_unittest.cc', | 619 'browser/chromeos/drive/file_system/download_operation_unittest.cc', |
| 620 'browser/chromeos/drive/file_system/get_file_for_saving_operation_unitte
st.cc', |
| 620 'browser/chromeos/drive/file_system/move_operation_unittest.cc', | 621 'browser/chromeos/drive/file_system/move_operation_unittest.cc', |
| 621 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc', | 622 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc', |
| 622 'browser/chromeos/drive/file_system/operation_test_base.cc', | 623 'browser/chromeos/drive/file_system/operation_test_base.cc', |
| 623 'browser/chromeos/drive/file_system/operation_test_base.h', | 624 'browser/chromeos/drive/file_system/operation_test_base.h', |
| 624 'browser/chromeos/drive/file_system/remove_operation_unittest.cc', | 625 'browser/chromeos/drive/file_system/remove_operation_unittest.cc', |
| 625 'browser/chromeos/drive/file_system/search_operation_unittest.cc', | 626 'browser/chromeos/drive/file_system/search_operation_unittest.cc', |
| 626 'browser/chromeos/drive/file_system/touch_operation_unittest.cc', | 627 'browser/chromeos/drive/file_system/touch_operation_unittest.cc', |
| 627 'browser/chromeos/drive/file_system/truncate_operation_unittest.cc', | 628 'browser/chromeos/drive/file_system/truncate_operation_unittest.cc', |
| 628 'browser/chromeos/drive/file_system/update_operation_unittest.cc', | 629 'browser/chromeos/drive/file_system/update_operation_unittest.cc', |
| 629 'browser/chromeos/drive/file_system_unittest.cc', | 630 'browser/chromeos/drive/file_system_unittest.cc', |
| (...skipping 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2709 # more details. | 2710 # more details. |
| 2710 'DebugInformationFormat': '3', | 2711 'DebugInformationFormat': '3', |
| 2711 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2712 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2712 }, | 2713 }, |
| 2713 }, | 2714 }, |
| 2714 }, | 2715 }, |
| 2715 ], | 2716 ], |
| 2716 }], | 2717 }], |
| 2717 ], # 'conditions' | 2718 ], # 'conditions' |
| 2718 } | 2719 } |
| OLD | NEW |