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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 'browser/chromeos/extensions/device_local_account_external_policy_loader
_unittest.cc', | 679 'browser/chromeos/extensions/device_local_account_external_policy_loader
_unittest.cc', |
680 'browser/chromeos/extensions/device_local_account_management_policy_prov
ider_unittest.cc', | 680 'browser/chromeos/extensions/device_local_account_management_policy_prov
ider_unittest.cc', |
681 'browser/chromeos/extensions/external_cache_unittest.cc', | 681 'browser/chromeos/extensions/external_cache_unittest.cc', |
682 'browser/chromeos/extensions/file_manager/device_event_router_unittest.c
c', | 682 'browser/chromeos/extensions/file_manager/device_event_router_unittest.c
c', |
683 'browser/chromeos/extensions/wallpaper_private_api_unittest.cc', | 683 'browser/chromeos/extensions/wallpaper_private_api_unittest.cc', |
684 'browser/chromeos/external_metrics_unittest.cc', | 684 'browser/chromeos/external_metrics_unittest.cc', |
685 'browser/chromeos/file_manager/fake_disk_mount_manager.cc', | 685 'browser/chromeos/file_manager/fake_disk_mount_manager.cc', |
686 'browser/chromeos/file_manager/fake_disk_mount_manager.h', | 686 'browser/chromeos/file_manager/fake_disk_mount_manager.h', |
687 'browser/chromeos/file_manager/file_tasks_unittest.cc', | 687 'browser/chromeos/file_manager/file_tasks_unittest.cc', |
688 'browser/chromeos/file_manager/file_watcher_unittest.cc', | 688 'browser/chromeos/file_manager/file_watcher_unittest.cc', |
689 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc', | |
690 'browser/chromeos/file_manager/path_util_unittest.cc', | 689 'browser/chromeos/file_manager/path_util_unittest.cc', |
691 'browser/chromeos/file_manager/url_util_unittest.cc', | 690 'browser/chromeos/file_manager/url_util_unittest.cc', |
692 'browser/chromeos/file_manager/volume_manager_unittest.cc', | 691 'browser/chromeos/file_manager/volume_manager_unittest.cc', |
693 'browser/chromeos/file_system_provider/fake_provided_file_system.cc', | 692 'browser/chromeos/file_system_provider/fake_provided_file_system.cc', |
694 'browser/chromeos/file_system_provider/fake_provided_file_system.h', | 693 'browser/chromeos/file_system_provider/fake_provided_file_system.h', |
695 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_rea
der_unittest.cc', | 694 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_rea
der_unittest.cc', |
696 'browser/chromeos/file_system_provider/fileapi/file_stream_reader_unitte
st.cc', | 695 'browser/chromeos/file_system_provider/fileapi/file_stream_reader_unitte
st.cc', |
697 'browser/chromeos/file_system_provider/fileapi/file_stream_writer_unitte
st.cc', | 696 'browser/chromeos/file_system_provider/fileapi/file_stream_writer_unitte
st.cc', |
698 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_
unittest.cc', | 697 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_
unittest.cc', |
699 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', | 698 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', |
(...skipping 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2869 'dependencies': [ | 2868 'dependencies': [ |
2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2871 ], | 2870 ], |
2872 }], | 2871 }], |
2873 ], | 2872 ], |
2874 }, | 2873 }, |
2875 ], | 2874 ], |
2876 }], | 2875 }], |
2877 ], # 'conditions' | 2876 ], # 'conditions' |
2878 } | 2877 } |
OLD | NEW |