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

Side by Side Diff: base/base.gypi

Issue 468253002: Move file_util to base/files/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to add forwarding header to patch Created 6 years, 4 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 | « base/base.gyp ('k') | base/base_paths.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'debug/trace_event_synthetic_delay.h', 169 'debug/trace_event_synthetic_delay.h',
170 'debug/trace_event_system_stats_monitor.cc', 170 'debug/trace_event_system_stats_monitor.cc',
171 'debug/trace_event_memory.cc', 171 'debug/trace_event_memory.cc',
172 'debug/trace_event_memory.h', 172 'debug/trace_event_memory.h',
173 'debug/trace_event_win.cc', 173 'debug/trace_event_win.cc',
174 'deferred_sequenced_task_runner.cc', 174 'deferred_sequenced_task_runner.cc',
175 'deferred_sequenced_task_runner.h', 175 'deferred_sequenced_task_runner.h',
176 'environment.cc', 176 'environment.cc',
177 'environment.h', 177 'environment.h',
178 'file_descriptor_posix.h', 178 'file_descriptor_posix.h',
179 'file_util.cc',
180 'file_util.h',
181 'file_util_android.cc',
182 'file_util_linux.cc',
183 'file_util_mac.mm',
184 'file_util_posix.cc',
185 'file_util_win.cc',
186 'file_version_info.h', 179 'file_version_info.h',
187 'file_version_info_mac.h', 180 'file_version_info_mac.h',
188 'file_version_info_mac.mm', 181 'file_version_info_mac.mm',
189 'file_version_info_win.cc', 182 'file_version_info_win.cc',
190 'file_version_info_win.h', 183 'file_version_info_win.h',
191 'files/dir_reader_fallback.h', 184 'files/dir_reader_fallback.h',
192 'files/dir_reader_linux.h', 185 'files/dir_reader_linux.h',
193 'files/dir_reader_posix.h', 186 'files/dir_reader_posix.h',
194 'files/file.cc', 187 'files/file.cc',
195 'files/file.h', 188 'files/file.h',
(...skipping 10 matching lines...) Expand all
206 'files/file_path_watcher_fsevents.h', 199 'files/file_path_watcher_fsevents.h',
207 'files/file_path_watcher_kqueue.cc', 200 'files/file_path_watcher_kqueue.cc',
208 'files/file_path_watcher_kqueue.h', 201 'files/file_path_watcher_kqueue.h',
209 'files/file_path_watcher_linux.cc', 202 'files/file_path_watcher_linux.cc',
210 'files/file_path_watcher_mac.cc', 203 'files/file_path_watcher_mac.cc',
211 'files/file_path_watcher_stub.cc', 204 'files/file_path_watcher_stub.cc',
212 'files/file_path_watcher_win.cc', 205 'files/file_path_watcher_win.cc',
213 'files/file_posix.cc', 206 'files/file_posix.cc',
214 'files/file_proxy.cc', 207 'files/file_proxy.cc',
215 'files/file_proxy.h', 208 'files/file_proxy.h',
209 'files/file_util.cc',
210 'files/file_util.h',
211 'files/file_util_android.cc',
212 'files/file_util_linux.cc',
213 'files/file_util_mac.mm',
214 'files/file_util_posix.cc',
216 'files/file_util_proxy.cc', 215 'files/file_util_proxy.cc',
217 'files/file_util_proxy.h', 216 'files/file_util_proxy.h',
217 'files/file_util_win.cc',
218 'files/file_win.cc', 218 'files/file_win.cc',
219 'files/important_file_writer.h', 219 'files/important_file_writer.h',
220 'files/important_file_writer.cc', 220 'files/important_file_writer.cc',
221 'files/memory_mapped_file.cc', 221 'files/memory_mapped_file.cc',
222 'files/memory_mapped_file.h', 222 'files/memory_mapped_file.h',
223 'files/memory_mapped_file_posix.cc', 223 'files/memory_mapped_file_posix.cc',
224 'files/memory_mapped_file_win.cc', 224 'files/memory_mapped_file_win.cc',
225 'files/scoped_file.cc', 225 'files/scoped_file.cc',
226 'files/scoped_file.h', 226 'files/scoped_file.h',
227 'files/scoped_temp_dir.cc', 227 'files/scoped_temp_dir.cc',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 ], 749 ],
750 }, 750 },
751 ], 751 ],
752 ['>(nacl_untrusted_build)==1', { 752 ['>(nacl_untrusted_build)==1', {
753 'sources!': [ 753 'sources!': [
754 'allocator/type_profiler_control.cc', 754 'allocator/type_profiler_control.cc',
755 'allocator/type_profiler_control.h', 755 'allocator/type_profiler_control.h',
756 'base_paths.cc', 756 'base_paths.cc',
757 'cpu.cc', 757 'cpu.cc',
758 'debug/stack_trace_posix.cc', 758 'debug/stack_trace_posix.cc',
759 'file_util.cc',
760 'file_util_posix.cc',
761 'files/file_enumerator_posix.cc', 759 'files/file_enumerator_posix.cc',
762 'files/file_path_watcher_fsevents.cc', 760 'files/file_path_watcher_fsevents.cc',
763 'files/file_path_watcher_fsevents.h', 761 'files/file_path_watcher_fsevents.h',
764 'files/file_path_watcher_kqueue.cc', 762 'files/file_path_watcher_kqueue.cc',
765 'files/file_path_watcher_kqueue.h', 763 'files/file_path_watcher_kqueue.h',
766 'files/file_proxy.cc', 764 'files/file_proxy.cc',
765 'files/file_util.cc',
766 'files/file_util_posix.cc',
767 'files/file_util_proxy.cc', 767 'files/file_util_proxy.cc',
768 'memory/shared_memory_posix.cc', 768 'memory/shared_memory_posix.cc',
769 'native_library_posix.cc', 769 'native_library_posix.cc',
770 'path_service.cc', 770 'path_service.cc',
771 'posix/unix_domain_socket_linux.cc', 771 'posix/unix_domain_socket_linux.cc',
772 'process/kill_posix.cc', 772 'process/kill_posix.cc',
773 'process/launch_posix.cc', 773 'process/launch_posix.cc',
774 'process/process_metrics_posix.cc', 774 'process/process_metrics_posix.cc',
775 'process/process_posix.cc', 775 'process/process_posix.cc',
776 'rand_util_posix.cc', 776 'rand_util_posix.cc',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 # avoid defining it again as it causes a linker warning. 832 # avoid defining it again as it causes a linker warning.
833 'ANDROID_SINCOS_PROVIDED', 833 'ANDROID_SINCOS_PROVIDED',
834 ], 834 ],
835 }], 835 }],
836 ['OS == "ios" and _toolset != "host"', { 836 ['OS == "ios" and _toolset != "host"', {
837 'sources/': [ 837 'sources/': [
838 # Pull in specific Mac files for iOS (which have been filtered out 838 # Pull in specific Mac files for iOS (which have been filtered out
839 # by file name rules). 839 # by file name rules).
840 ['include', '^atomicops_internals_mac\\.'], 840 ['include', '^atomicops_internals_mac\\.'],
841 ['include', '^base_paths_mac\\.'], 841 ['include', '^base_paths_mac\\.'],
842 ['include', '^file_util_mac\\.'], 842 ['include', '^files/file_util_mac\\.'],
843 ['include', '^file_version_info_mac\\.'], 843 ['include', '^file_version_info_mac\\.'],
844 ['include', '^mac/bundle_locations\\.'], 844 ['include', '^mac/bundle_locations\\.'],
845 ['include', '^mac/foundation_util\\.'], 845 ['include', '^mac/foundation_util\\.'],
846 ['include', '^mac/mac_logging\\.'], 846 ['include', '^mac/mac_logging\\.'],
847 ['include', '^mac/mach_logging\\.'], 847 ['include', '^mac/mach_logging\\.'],
848 ['include', '^mac/objc_property_releaser\\.'], 848 ['include', '^mac/objc_property_releaser\\.'],
849 ['include', '^mac/scoped_mach_port\\.'], 849 ['include', '^mac/scoped_mach_port\\.'],
850 ['include', '^mac/scoped_mach_vm\\.'], 850 ['include', '^mac/scoped_mach_vm\\.'],
851 ['include', '^mac/scoped_nsautorelease_pool\\.'], 851 ['include', '^mac/scoped_nsautorelease_pool\\.'],
852 ['include', '^mac/scoped_nsobject\\.'], 852 ['include', '^mac/scoped_nsobject\\.'],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], 936 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
937 ], 937 ],
938 }], 938 }],
939 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { 939 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
940 'sources': [ 940 'sources': [
941 'process/memory_stubs.cc', 941 'process/memory_stubs.cc',
942 ], 942 ],
943 'sources/': [ 943 'sources/': [
944 ['exclude', '^files/file_path_watcher_linux\\.cc$'], 944 ['exclude', '^files/file_path_watcher_linux\\.cc$'],
945 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 945 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
946 ['exclude', '^file_util_linux\\.cc$'], 946 ['exclude', '^files/file_util_linux\\.cc$'],
947 ['exclude', '^process/process_linux\\.cc$'], 947 ['exclude', '^process/process_linux\\.cc$'],
948 ['exclude', '^sys_info_linux\\.cc$'], 948 ['exclude', '^sys_info_linux\\.cc$'],
949 ], 949 ],
950 }], 950 }],
951 # Remove all unnecessary files for build_nexe.py to avoid exceeding 951 # Remove all unnecessary files for build_nexe.py to avoid exceeding
952 # command-line-string limitation when building NaCl on Windows. 952 # command-line-string limitation when building NaCl on Windows.
953 ['OS == "win" and >(nacl_untrusted_build)==1', { 953 ['OS == "win" and >(nacl_untrusted_build)==1', {
954 'sources/': [ ['exclude', '\\.h$'] ], 954 'sources/': [ ['exclude', '\\.h$'] ],
955 }], 955 }],
956 ], 956 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'i18n/time_formatting.h', 993 'i18n/time_formatting.h',
994 'i18n/timezone.cc', 994 'i18n/timezone.cc',
995 'i18n/timezone.h', 995 'i18n/timezone.h',
996 'i18n/utf8_validator_tables.cc', 996 'i18n/utf8_validator_tables.cc',
997 'i18n/utf8_validator_tables.h', 997 'i18n/utf8_validator_tables.h',
998 ], 998 ],
999 }] 999 }]
1000 ], 1000 ],
1001 }, 1001 },
1002 } 1002 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698