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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 417983002: [fsp] Add support for truncating files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. 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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'browser/chromeos/file_system_provider/operations/delete_entry_unittest. cc', 743 'browser/chromeos/file_system_provider/operations/delete_entry_unittest. cc',
744 'browser/chromeos/file_system_provider/operations/get_metadata_unittest. cc', 744 'browser/chromeos/file_system_provider/operations/get_metadata_unittest. cc',
745 'browser/chromeos/file_system_provider/operations/move_entry_unittest.cc ', 745 'browser/chromeos/file_system_provider/operations/move_entry_unittest.cc ',
746 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc' , 746 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc' ,
747 'browser/chromeos/file_system_provider/operations/read_directory_unittes t.cc', 747 'browser/chromeos/file_system_provider/operations/read_directory_unittes t.cc',
748 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc' , 748 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc' ,
749 'browser/chromeos/file_system_provider/operations/test_util.cc', 749 'browser/chromeos/file_system_provider/operations/test_util.cc',
750 'browser/chromeos/file_system_provider/operations/test_util.cc', 750 'browser/chromeos/file_system_provider/operations/test_util.cc',
751 'browser/chromeos/file_system_provider/operations/test_util.h', 751 'browser/chromeos/file_system_provider/operations/test_util.h',
752 'browser/chromeos/file_system_provider/operations/test_util.h', 752 'browser/chromeos/file_system_provider/operations/test_util.h',
753 'browser/chromeos/file_system_provider/operations/truncate_unittest.cc',
753 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc', 754 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc',
754 'browser/chromeos/file_system_provider/request_manager_unittest.cc', 755 'browser/chromeos/file_system_provider/request_manager_unittest.cc',
755 'browser/chromeos/file_system_provider/service_unittest.cc', 756 'browser/chromeos/file_system_provider/service_unittest.cc',
756 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', 757 'browser/chromeos/fileapi/file_access_permissions_unittest.cc',
757 'browser/chromeos/fileapi/file_system_backend_unittest.cc', 758 'browser/chromeos/fileapi/file_system_backend_unittest.cc',
758 'browser/chromeos/geolocation/simple_geolocation_unittest.cc', 759 'browser/chromeos/geolocation/simple_geolocation_unittest.cc',
759 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', 760 'browser/chromeos/imageburner/burn_device_handler_unittest.cc',
760 'browser/chromeos/imageburner/burn_manager_unittest.cc', 761 'browser/chromeos/imageburner/burn_manager_unittest.cc',
761 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', 762 'browser/chromeos/input_method/browser_state_monitor_unittest.cc',
762 'browser/chromeos/input_method/input_method_configuration_unittest.cc', 763 'browser/chromeos/input_method/input_method_configuration_unittest.cc',
(...skipping 2158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2921 'dependencies': [ 2922 'dependencies': [
2922 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2923 ], 2924 ],
2924 }], 2925 }],
2925 ], 2926 ],
2926 }, 2927 },
2927 ], 2928 ],
2928 }], 2929 }],
2929 ], # 'conditions' 2930 ], # 'conditions'
2930 } 2931 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/common/extensions/api/file_system_provider.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698