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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 366263002: [fsp] Add support for creating directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated tests. Created 6 years, 5 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
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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'browser/chromeos/file_manager/file_watcher_unittest.cc', 729 'browser/chromeos/file_manager/file_watcher_unittest.cc',
730 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc', 730 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc',
731 'browser/chromeos/file_manager/path_util_unittest.cc', 731 'browser/chromeos/file_manager/path_util_unittest.cc',
732 'browser/chromeos/file_manager/url_util_unittest.cc', 732 'browser/chromeos/file_manager/url_util_unittest.cc',
733 'browser/chromeos/file_manager/volume_manager_unittest.cc', 733 'browser/chromeos/file_manager/volume_manager_unittest.cc',
734 'browser/chromeos/file_system_provider/fake_provided_file_system.cc', 734 'browser/chromeos/file_system_provider/fake_provided_file_system.cc',
735 'browser/chromeos/file_system_provider/fake_provided_file_system.h', 735 'browser/chromeos/file_system_provider/fake_provided_file_system.h',
736 'browser/chromeos/file_system_provider/fileapi/file_stream_reader_unitte st.cc', 736 'browser/chromeos/file_system_provider/fileapi/file_stream_reader_unitte st.cc',
737 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_ unittest.cc', 737 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_ unittest.cc',
738 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', 738 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc',
739 'browser/chromeos/file_system_provider/operations/test_util.cc',
740 'browser/chromeos/file_system_provider/operations/test_util.h',
739 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc ', 741 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc ',
742 'browser/chromeos/file_system_provider/operations/create_directory_unitt est.cc',
740 'browser/chromeos/file_system_provider/operations/get_metadata_unittest. cc', 743 'browser/chromeos/file_system_provider/operations/get_metadata_unittest. cc',
741 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc' , 744 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc' ,
742 'browser/chromeos/file_system_provider/operations/read_directory_unittes t.cc', 745 'browser/chromeos/file_system_provider/operations/read_directory_unittes t.cc',
743 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc' , 746 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc' ,
744 'browser/chromeos/file_system_provider/operations/test_util.cc', 747 'browser/chromeos/file_system_provider/operations/test_util.cc',
745 'browser/chromeos/file_system_provider/operations/test_util.h', 748 'browser/chromeos/file_system_provider/operations/test_util.h',
746 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc', 749 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc',
747 'browser/chromeos/file_system_provider/request_manager_unittest.cc', 750 'browser/chromeos/file_system_provider/request_manager_unittest.cc',
748 'browser/chromeos/file_system_provider/service_unittest.cc', 751 'browser/chromeos/file_system_provider/service_unittest.cc',
749 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', 752 'browser/chromeos/fileapi/file_access_permissions_unittest.cc',
(...skipping 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 'unit_tests.isolate', 2910 'unit_tests.isolate',
2908 ], 2911 ],
2909 'sources': [ 2912 'sources': [
2910 'unit_tests.isolate', 2913 'unit_tests.isolate',
2911 ], 2914 ],
2912 }, 2915 },
2913 ], 2916 ],
2914 }], 2917 }],
2915 ], # 'conditions' 2918 ], # 'conditions'
2916 } 2919 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698