Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 236303017: [fsp] Add an initial AsyncFileUtil. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'browser/chromeos/file_manager/fake_disk_mount_manager.h', 702 'browser/chromeos/file_manager/fake_disk_mount_manager.h',
703 'browser/chromeos/file_manager/file_tasks_unittest.cc', 703 'browser/chromeos/file_manager/file_tasks_unittest.cc',
704 'browser/chromeos/file_manager/file_watcher_unittest.cc', 704 'browser/chromeos/file_manager/file_watcher_unittest.cc',
705 'browser/chromeos/file_manager/mime_util_unittest.cc', 705 'browser/chromeos/file_manager/mime_util_unittest.cc',
706 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc', 706 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc',
707 'browser/chromeos/file_manager/path_util_unittest.cc', 707 'browser/chromeos/file_manager/path_util_unittest.cc',
708 'browser/chromeos/file_manager/url_util_unittest.cc', 708 'browser/chromeos/file_manager/url_util_unittest.cc',
709 'browser/chromeos/file_manager/volume_manager_unittest.cc', 709 'browser/chromeos/file_manager/volume_manager_unittest.cc',
710 'browser/chromeos/file_system_provider/fake_provided_file_system.cc', 710 'browser/chromeos/file_system_provider/fake_provided_file_system.cc',
711 'browser/chromeos/file_system_provider/fake_provided_file_system.h', 711 'browser/chromeos/file_system_provider/fake_provided_file_system.h',
712 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_ unittest.cc',
712 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', 713 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc',
713 'browser/chromeos/file_system_provider/provided_file_system_unittest.cc' , 714 'browser/chromeos/file_system_provider/provided_file_system_unittest.cc' ,
714 'browser/chromeos/file_system_provider/request_manager_unittest.cc', 715 'browser/chromeos/file_system_provider/request_manager_unittest.cc',
715 'browser/chromeos/file_system_provider/service_unittest.cc', 716 'browser/chromeos/file_system_provider/service_unittest.cc',
716 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', 717 'browser/chromeos/fileapi/file_access_permissions_unittest.cc',
717 'browser/chromeos/fileapi/file_system_backend_unittest.cc', 718 'browser/chromeos/fileapi/file_system_backend_unittest.cc',
718 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', 719 'browser/chromeos/imageburner/burn_device_handler_unittest.cc',
719 'browser/chromeos/imageburner/burn_manager_unittest.cc', 720 'browser/chromeos/imageburner/burn_manager_unittest.cc',
720 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', 721 'browser/chromeos/input_method/browser_state_monitor_unittest.cc',
721 'browser/chromeos/input_method/input_method_configuration_unittest.cc', 722 'browser/chromeos/input_method/input_method_configuration_unittest.cc',
(...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after
2840 'browser/ui/app_list/test/fake_profile_store.h', 2841 'browser/ui/app_list/test/fake_profile_store.h',
2841 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2842 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2842 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2843 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2843 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2844 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2844 ], 2845 ],
2845 }, 2846 },
2846 ], 2847 ],
2847 }], 2848 }],
2848 ], # 'conditions' 2849 ], # 'conditions'
2849 } 2850 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698