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

Side by Side Diff: base/base.gypi

Issue 180243015: Base: Introduce a new version of FileUtilProxy that works with File. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'files/file_path.cc', 200 'files/file_path.cc',
201 'files/file_path.h', 201 'files/file_path.h',
202 'files/file_path_constants.cc', 202 'files/file_path_constants.cc',
203 'files/file_path_watcher.cc', 203 'files/file_path_watcher.cc',
204 'files/file_path_watcher.h', 204 'files/file_path_watcher.h',
205 'files/file_path_watcher_kqueue.cc', 205 'files/file_path_watcher_kqueue.cc',
206 'files/file_path_watcher_linux.cc', 206 'files/file_path_watcher_linux.cc',
207 'files/file_path_watcher_stub.cc', 207 'files/file_path_watcher_stub.cc',
208 'files/file_path_watcher_win.cc', 208 'files/file_path_watcher_win.cc',
209 'files/file_posix.cc', 209 'files/file_posix.cc',
210 'files/file_proxy.cc',
211 'files/file_proxy.h',
210 'files/file_util_proxy.cc', 212 'files/file_util_proxy.cc',
211 'files/file_util_proxy.h', 213 'files/file_util_proxy.h',
212 'files/file_win.cc', 214 'files/file_win.cc',
213 'files/important_file_writer.h', 215 'files/important_file_writer.h',
214 'files/important_file_writer.cc', 216 'files/important_file_writer.cc',
215 'files/memory_mapped_file.cc', 217 'files/memory_mapped_file.cc',
216 'files/memory_mapped_file.h', 218 'files/memory_mapped_file.h',
217 'files/memory_mapped_file_posix.cc', 219 'files/memory_mapped_file_posix.cc',
218 'files/memory_mapped_file_win.cc', 220 'files/memory_mapped_file_win.cc',
219 'files/scoped_platform_file_closer.cc', 221 'files/scoped_platform_file_closer.cc',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'sources!': [ 764 'sources!': [
763 'allocator/type_profiler_control.cc', 765 'allocator/type_profiler_control.cc',
764 'allocator/type_profiler_control.h', 766 'allocator/type_profiler_control.h',
765 'base_paths.cc', 767 'base_paths.cc',
766 'cpu.cc', 768 'cpu.cc',
767 'debug/stack_trace_posix.cc', 769 'debug/stack_trace_posix.cc',
768 'file_util.cc', 770 'file_util.cc',
769 'file_util_posix.cc', 771 'file_util_posix.cc',
770 'files/file_enumerator_posix.cc', 772 'files/file_enumerator_posix.cc',
771 'files/file_path_watcher_kqueue.cc', 773 'files/file_path_watcher_kqueue.cc',
774 'files/file_proxy.cc',
772 'files/file_util_proxy.cc', 775 'files/file_util_proxy.cc',
773 'memory/shared_memory_posix.cc', 776 'memory/shared_memory_posix.cc',
774 'native_library_posix.cc', 777 'native_library_posix.cc',
775 'path_service.cc', 778 'path_service.cc',
776 'posix/unix_domain_socket_linux.cc', 779 'posix/unix_domain_socket_linux.cc',
777 'process/kill_posix.cc', 780 'process/kill_posix.cc',
778 'process/launch_posix.cc', 781 'process/launch_posix.cc',
779 'process/process_metrics_posix.cc', 782 'process/process_metrics_posix.cc',
780 'process/process_posix.cc', 783 'process/process_posix.cc',
781 'rand_util_posix.cc', 784 'rand_util_posix.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 'i18n/time_formatting.h', 978 'i18n/time_formatting.h',
976 'i18n/timezone.cc', 979 'i18n/timezone.cc',
977 'i18n/timezone.h', 980 'i18n/timezone.h',
978 'i18n/utf8_validator_tables.cc', 981 'i18n/utf8_validator_tables.cc',
979 'i18n/utf8_validator_tables.h', 982 'i18n/utf8_validator_tables.h',
980 ], 983 ],
981 }] 984 }]
982 ], 985 ],
983 }, 986 },
984 } 987 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/files/file_proxy.h » ('j') | base/files/file_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698