| 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 'browser/chromeos/drive/fake_free_disk_space_getter.h', | 577 'browser/chromeos/drive/fake_free_disk_space_getter.h', |
| 578 'browser/chromeos/drive/file_cache_metadata_unittest.cc', | 578 'browser/chromeos/drive/file_cache_metadata_unittest.cc', |
| 579 'browser/chromeos/drive/file_cache_unittest.cc', | 579 'browser/chromeos/drive/file_cache_unittest.cc', |
| 580 'browser/chromeos/drive/file_change_unittest.cc', | 580 'browser/chromeos/drive/file_change_unittest.cc', |
| 581 'browser/chromeos/drive/file_system_unittest.cc', | 581 'browser/chromeos/drive/file_system_unittest.cc', |
| 582 'browser/chromeos/drive/file_system/create_directory_operation_unittest.
cc', | 582 'browser/chromeos/drive/file_system/create_directory_operation_unittest.
cc', |
| 583 'browser/chromeos/drive/file_system/create_file_operation_unittest.cc', | 583 'browser/chromeos/drive/file_system/create_file_operation_unittest.cc', |
| 584 'browser/chromeos/drive/file_system/move_operation_unittest.cc', | 584 'browser/chromeos/drive/file_system/move_operation_unittest.cc', |
| 585 'browser/chromeos/drive/file_system/operation_test_base.cc', | 585 'browser/chromeos/drive/file_system/operation_test_base.cc', |
| 586 'browser/chromeos/drive/file_system/operation_test_base.h', | 586 'browser/chromeos/drive/file_system/operation_test_base.h', |
| 587 'browser/chromeos/drive/file_system/search_operation_unittest.cc', |
| 587 'browser/chromeos/drive/file_system/touch_operation_unittest.cc', | 588 'browser/chromeos/drive/file_system/touch_operation_unittest.cc', |
| 588 'browser/chromeos/drive/file_system/update_operation_unittest.cc', | 589 'browser/chromeos/drive/file_system/update_operation_unittest.cc', |
| 589 'browser/chromeos/drive/file_system_util_unittest.cc', | 590 'browser/chromeos/drive/file_system_util_unittest.cc', |
| 590 'browser/chromeos/drive/file_write_helper_unittest.cc', | 591 'browser/chromeos/drive/file_write_helper_unittest.cc', |
| 591 'browser/chromeos/drive/job_queue_unittest.cc', | 592 'browser/chromeos/drive/job_queue_unittest.cc', |
| 592 'browser/chromeos/drive/job_scheduler_unittest.cc', | 593 'browser/chromeos/drive/job_scheduler_unittest.cc', |
| 593 'browser/chromeos/drive/local_file_reader_unittest.cc', | 594 'browser/chromeos/drive/local_file_reader_unittest.cc', |
| 594 'browser/chromeos/drive/mock_directory_change_observer.cc', | 595 'browser/chromeos/drive/mock_directory_change_observer.cc', |
| 595 'browser/chromeos/drive/mock_directory_change_observer.h', | 596 'browser/chromeos/drive/mock_directory_change_observer.h', |
| 596 'browser/chromeos/drive/mock_file_cache_observer.cc', | 597 'browser/chromeos/drive/mock_file_cache_observer.cc', |
| (...skipping 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2534 # more details. | 2535 # more details. |
| 2535 'DebugInformationFormat': '3', | 2536 'DebugInformationFormat': '3', |
| 2536 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2537 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2537 }, | 2538 }, |
| 2538 }, | 2539 }, |
| 2539 }, | 2540 }, |
| 2540 ], | 2541 ], |
| 2541 }], | 2542 }], |
| 2542 ], # 'conditions' | 2543 ], # 'conditions' |
| 2543 } | 2544 } |
| OLD | NEW |