| 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 'browser/chromeos/file_manager/fake_disk_mount_manager.h', | 716 'browser/chromeos/file_manager/fake_disk_mount_manager.h', |
| 717 'browser/chromeos/file_manager/file_tasks_unittest.cc', | 717 'browser/chromeos/file_manager/file_tasks_unittest.cc', |
| 718 'browser/chromeos/file_manager/file_watcher_unittest.cc', | 718 'browser/chromeos/file_manager/file_watcher_unittest.cc', |
| 719 'browser/chromeos/file_manager/mime_util_unittest.cc', | 719 'browser/chromeos/file_manager/mime_util_unittest.cc', |
| 720 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc', | 720 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc', |
| 721 'browser/chromeos/file_manager/path_util_unittest.cc', | 721 'browser/chromeos/file_manager/path_util_unittest.cc', |
| 722 'browser/chromeos/file_manager/url_util_unittest.cc', | 722 'browser/chromeos/file_manager/url_util_unittest.cc', |
| 723 'browser/chromeos/file_manager/volume_manager_unittest.cc', | 723 'browser/chromeos/file_manager/volume_manager_unittest.cc', |
| 724 'browser/chromeos/file_system_provider/fake_provided_file_system.cc', | 724 'browser/chromeos/file_system_provider/fake_provided_file_system.cc', |
| 725 'browser/chromeos/file_system_provider/fake_provided_file_system.h', | 725 'browser/chromeos/file_system_provider/fake_provided_file_system.h', |
| 726 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_rea
der_unittest.cc', |
| 726 'browser/chromeos/file_system_provider/fileapi/file_stream_reader_unitte
st.cc', | 727 'browser/chromeos/file_system_provider/fileapi/file_stream_reader_unitte
st.cc', |
| 727 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_
unittest.cc', | 728 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_
unittest.cc', |
| 728 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', | 729 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', |
| 729 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc
', | 730 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc
', |
| 730 'browser/chromeos/file_system_provider/operations/get_metadata_unittest.
cc', | 731 'browser/chromeos/file_system_provider/operations/get_metadata_unittest.
cc', |
| 731 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc'
, | 732 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc'
, |
| 732 'browser/chromeos/file_system_provider/operations/read_directory_unittes
t.cc', | 733 'browser/chromeos/file_system_provider/operations/read_directory_unittes
t.cc', |
| 733 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc'
, | 734 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc'
, |
| 734 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc', | 735 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc', |
| 735 'browser/chromeos/file_system_provider/request_manager_unittest.cc', | 736 'browser/chromeos/file_system_provider/request_manager_unittest.cc', |
| (...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2867 'unit_tests.isolate', | 2868 'unit_tests.isolate', |
| 2868 ], | 2869 ], |
| 2869 'sources': [ | 2870 'sources': [ |
| 2870 'unit_tests.isolate', | 2871 'unit_tests.isolate', |
| 2871 ], | 2872 ], |
| 2872 }, | 2873 }, |
| 2873 ], | 2874 ], |
| 2874 }], | 2875 }], |
| 2875 ], # 'conditions' | 2876 ], # 'conditions' |
| 2876 } | 2877 } |
| OLD | NEW |