| 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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 'browser/chromeos/drive/file_system/move_operation_unittest.cc', | 693 'browser/chromeos/drive/file_system/move_operation_unittest.cc', |
| 694 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc', | 694 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc', |
| 695 'browser/chromeos/drive/file_system/operation_test_base.cc', | 695 'browser/chromeos/drive/file_system/operation_test_base.cc', |
| 696 'browser/chromeos/drive/file_system/operation_test_base.h', | 696 'browser/chromeos/drive/file_system/operation_test_base.h', |
| 697 'browser/chromeos/drive/file_system/remove_operation_unittest.cc', | 697 'browser/chromeos/drive/file_system/remove_operation_unittest.cc', |
| 698 'browser/chromeos/drive/file_system/search_operation_unittest.cc', | 698 'browser/chromeos/drive/file_system/search_operation_unittest.cc', |
| 699 'browser/chromeos/drive/file_system/touch_operation_unittest.cc', | 699 'browser/chromeos/drive/file_system/touch_operation_unittest.cc', |
| 700 'browser/chromeos/drive/file_system/truncate_operation_unittest.cc', | 700 'browser/chromeos/drive/file_system/truncate_operation_unittest.cc', |
| 701 'browser/chromeos/drive/file_system_unittest.cc', | 701 'browser/chromeos/drive/file_system_unittest.cc', |
| 702 'browser/chromeos/drive/file_system_util_unittest.cc', | 702 'browser/chromeos/drive/file_system_util_unittest.cc', |
| 703 'browser/chromeos/drive/file_task_executor_unittest.cc', |
| 703 'browser/chromeos/drive/file_write_watcher_unittest.cc', | 704 'browser/chromeos/drive/file_write_watcher_unittest.cc', |
| 704 'browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc', | 705 'browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc', |
| 705 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.
cc', | 706 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.
cc', |
| 706 'browser/chromeos/drive/job_queue_unittest.cc', | 707 'browser/chromeos/drive/job_queue_unittest.cc', |
| 707 'browser/chromeos/drive/job_scheduler_unittest.cc', | 708 'browser/chromeos/drive/job_scheduler_unittest.cc', |
| 708 'browser/chromeos/drive/local_file_reader_unittest.cc', | 709 'browser/chromeos/drive/local_file_reader_unittest.cc', |
| 709 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc', | 710 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc', |
| 710 'browser/chromeos/drive/resource_entry_conversion_unittest.cc', | 711 'browser/chromeos/drive/resource_entry_conversion_unittest.cc', |
| 711 'browser/chromeos/drive/resource_metadata_storage_unittest.cc', | 712 'browser/chromeos/drive/resource_metadata_storage_unittest.cc', |
| 712 'browser/chromeos/drive/resource_metadata_unittest.cc', | 713 'browser/chromeos/drive/resource_metadata_unittest.cc', |
| (...skipping 2210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2923 'dependencies': [ | 2924 'dependencies': [ |
| 2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2925 ], | 2926 ], |
| 2926 }], | 2927 }], |
| 2927 ], | 2928 ], |
| 2928 }, | 2929 }, |
| 2929 ], | 2930 ], |
| 2930 }], | 2931 }], |
| 2931 ], # 'conditions' | 2932 ], # 'conditions' |
| 2932 } | 2933 } |
| OLD | NEW |