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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 502973005: [fsp] Buffer consecutive Write() calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'browser/chromeos/file_manager/fake_disk_mount_manager.h', 684 'browser/chromeos/file_manager/fake_disk_mount_manager.h',
685 'browser/chromeos/file_manager/file_tasks_unittest.cc', 685 'browser/chromeos/file_manager/file_tasks_unittest.cc',
686 'browser/chromeos/file_manager/file_watcher_unittest.cc', 686 'browser/chromeos/file_manager/file_watcher_unittest.cc',
687 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc', 687 'browser/chromeos/file_manager/mounted_disk_monitor_unittest.cc',
688 'browser/chromeos/file_manager/path_util_unittest.cc', 688 'browser/chromeos/file_manager/path_util_unittest.cc',
689 'browser/chromeos/file_manager/url_util_unittest.cc', 689 'browser/chromeos/file_manager/url_util_unittest.cc',
690 'browser/chromeos/file_manager/volume_manager_unittest.cc', 690 'browser/chromeos/file_manager/volume_manager_unittest.cc',
691 'browser/chromeos/file_system_provider/fake_provided_file_system.cc', 691 'browser/chromeos/file_system_provider/fake_provided_file_system.cc',
692 'browser/chromeos/file_system_provider/fake_provided_file_system.h', 692 'browser/chromeos/file_system_provider/fake_provided_file_system.h',
693 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_rea der_unittest.cc', 693 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_rea der_unittest.cc',
694 'browser/chromeos/file_system_provider/fileapi/buffering_file_stream_wri ter_unittest.cc',
694 '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',
695 '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',
696 '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',
697 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', 698 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc',
698 'browser/chromeos/file_system_provider/operations/abort_unittest.cc', 699 'browser/chromeos/file_system_provider/operations/abort_unittest.cc',
699 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc ', 700 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc ',
700 'browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc ', 701 'browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc ',
701 'browser/chromeos/file_system_provider/operations/create_directory_unitt est.cc', 702 'browser/chromeos/file_system_provider/operations/create_directory_unitt est.cc',
702 'browser/chromeos/file_system_provider/operations/create_file_unittest.c c', 703 'browser/chromeos/file_system_provider/operations/create_file_unittest.c c',
703 'browser/chromeos/file_system_provider/operations/delete_entry_unittest. cc', 704 'browser/chromeos/file_system_provider/operations/delete_entry_unittest. cc',
(...skipping 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2887 'dependencies': [ 2888 'dependencies': [
2888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2889 ], 2890 ],
2890 }], 2891 }],
2891 ], 2892 ],
2892 }, 2893 },
2893 ], 2894 ],
2894 }], 2895 }],
2895 ], # 'conditions' 2896 ], # 'conditions'
2896 } 2897 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698