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

Side by Side Diff: base/base.gypi

Issue 283423003: Use FSEvents for recursive file watch on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 years, 7 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'files/file.h', 187 'files/file.h',
188 'files/file_enumerator.cc', 188 'files/file_enumerator.cc',
189 'files/file_enumerator.h', 189 'files/file_enumerator.h',
190 'files/file_enumerator_posix.cc', 190 'files/file_enumerator_posix.cc',
191 'files/file_enumerator_win.cc', 191 'files/file_enumerator_win.cc',
192 'files/file_path.cc', 192 'files/file_path.cc',
193 'files/file_path.h', 193 'files/file_path.h',
194 'files/file_path_constants.cc', 194 'files/file_path_constants.cc',
195 'files/file_path_watcher.cc', 195 'files/file_path_watcher.cc',
196 'files/file_path_watcher.h', 196 'files/file_path_watcher.h',
197 'files/file_path_watcher_fsevents.cc',
198 'files/file_path_watcher_fsevents.h',
197 'files/file_path_watcher_kqueue.cc', 199 'files/file_path_watcher_kqueue.cc',
200 'files/file_path_watcher_kqueue.h',
198 'files/file_path_watcher_linux.cc', 201 'files/file_path_watcher_linux.cc',
202 'files/file_path_watcher_mac.cc',
199 'files/file_path_watcher_stub.cc', 203 'files/file_path_watcher_stub.cc',
200 'files/file_path_watcher_win.cc', 204 'files/file_path_watcher_win.cc',
201 'files/file_posix.cc', 205 'files/file_posix.cc',
202 'files/file_proxy.cc', 206 'files/file_proxy.cc',
203 'files/file_proxy.h', 207 'files/file_proxy.h',
204 'files/file_util_proxy.cc', 208 'files/file_util_proxy.cc',
205 'files/file_util_proxy.h', 209 'files/file_util_proxy.h',
206 'files/file_win.cc', 210 'files/file_win.cc',
207 'files/important_file_writer.h', 211 'files/important_file_writer.h',
208 'files/important_file_writer.cc', 212 'files/important_file_writer.cc',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 ['>(nacl_untrusted_build)==1', { 748 ['>(nacl_untrusted_build)==1', {
745 'sources!': [ 749 'sources!': [
746 'allocator/type_profiler_control.cc', 750 'allocator/type_profiler_control.cc',
747 'allocator/type_profiler_control.h', 751 'allocator/type_profiler_control.h',
748 'base_paths.cc', 752 'base_paths.cc',
749 'cpu.cc', 753 'cpu.cc',
750 'debug/stack_trace_posix.cc', 754 'debug/stack_trace_posix.cc',
751 'file_util.cc', 755 'file_util.cc',
752 'file_util_posix.cc', 756 'file_util_posix.cc',
753 'files/file_enumerator_posix.cc', 757 'files/file_enumerator_posix.cc',
758 'files/file_path_watcher_fsevents.cc',
759 'files/file_path_watcher_fsevents.h',
754 'files/file_path_watcher_kqueue.cc', 760 'files/file_path_watcher_kqueue.cc',
761 'files/file_path_watcher_kqueue.h',
755 'files/file_proxy.cc', 762 'files/file_proxy.cc',
756 'files/file_util_proxy.cc', 763 'files/file_util_proxy.cc',
757 'memory/shared_memory_posix.cc', 764 'memory/shared_memory_posix.cc',
758 'native_library_posix.cc', 765 'native_library_posix.cc',
759 'path_service.cc', 766 'path_service.cc',
760 'posix/unix_domain_socket_linux.cc', 767 'posix/unix_domain_socket_linux.cc',
761 'process/kill_posix.cc', 768 'process/kill_posix.cc',
762 'process/launch_posix.cc', 769 'process/launch_posix.cc',
763 'process/process_metrics_posix.cc', 770 'process/process_metrics_posix.cc',
764 'process/process_posix.cc', 771 'process/process_posix.cc',
(...skipping 11 matching lines...) Expand all
776 'sources': [ 783 'sources': [
777 'memory/discardable_memory_ashmem_allocator.cc', 784 'memory/discardable_memory_ashmem_allocator.cc',
778 'memory/discardable_memory_ashmem_allocator.h', 785 'memory/discardable_memory_ashmem_allocator.h',
779 'memory/discardable_memory_ashmem.cc', 786 'memory/discardable_memory_ashmem.cc',
780 'memory/discardable_memory_ashmem.h', 787 'memory/discardable_memory_ashmem.h',
781 ], 788 ],
782 }], 789 }],
783 ['OS == "android" and >(nacl_untrusted_build)==0', { 790 ['OS == "android" and >(nacl_untrusted_build)==0', {
784 'sources!': [ 791 'sources!': [
785 'base_paths_posix.cc', 792 'base_paths_posix.cc',
793 'files/file_path_watcher_fsevents.cc',
794 'files/file_path_watcher_fsevents.h',
786 'files/file_path_watcher_kqueue.cc', 795 'files/file_path_watcher_kqueue.cc',
796 'files/file_path_watcher_kqueue.h',
787 'files/file_path_watcher_stub.cc', 797 'files/file_path_watcher_stub.cc',
788 'power_monitor/power_monitor_device_source_posix.cc', 798 'power_monitor/power_monitor_device_source_posix.cc',
789 ], 799 ],
790 'sources/': [ 800 'sources/': [
791 ['include', '^debug/proc_maps_linux\\.cc$'], 801 ['include', '^debug/proc_maps_linux\\.cc$'],
792 ['include', '^files/file_path_watcher_linux\\.cc$'], 802 ['include', '^files/file_path_watcher_linux\\.cc$'],
793 ['include', '^process/memory_linux\\.cc$'], 803 ['include', '^process/memory_linux\\.cc$'],
794 ['include', '^process/internal_linux\\.cc$'], 804 ['include', '^process/internal_linux\\.cc$'],
795 ['include', '^process/process_handle_linux\\.cc$'], 805 ['include', '^process/process_handle_linux\\.cc$'],
796 ['include', '^process/process_iterator\\.cc$'], 806 ['include', '^process/process_iterator\\.cc$'],
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { 884 ['OS != "openbsd" or >(nacl_untrusted_build)==1', {
875 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], 885 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
876 }, 886 },
877 ], 887 ],
878 ['OS == "win" and >(nacl_untrusted_build)==0', { 888 ['OS == "win" and >(nacl_untrusted_build)==0', {
879 'include_dirs': [ 889 'include_dirs': [
880 '<(DEPTH)/third_party/wtl/include', 890 '<(DEPTH)/third_party/wtl/include',
881 ], 891 ],
882 'sources!': [ 892 'sources!': [
883 'event_recorder_stubs.cc', 893 'event_recorder_stubs.cc',
894 'files/file_path_watcher_fsevents.cc',
895 'files/file_path_watcher_fsevents.h',
884 'files/file_path_watcher_kqueue.cc', 896 'files/file_path_watcher_kqueue.cc',
897 'files/file_path_watcher_kqueue.h',
885 'files/file_path_watcher_stub.cc', 898 'files/file_path_watcher_stub.cc',
886 'message_loop/message_pump_libevent.cc', 899 'message_loop/message_pump_libevent.cc',
887 'posix/file_descriptor_shuffle.cc', 900 'posix/file_descriptor_shuffle.cc',
888 # Not using sha1_win.cc because it may have caused a 901 # Not using sha1_win.cc because it may have caused a
889 # regression to page cycler moz. 902 # regression to page cycler moz.
890 'sha1_win.cc', 903 'sha1_win.cc',
891 'strings/string16.cc', 904 'strings/string16.cc',
892 ], 905 ],
893 },], 906 },],
894 ['<(use_ozone) == 1', { 907 ['<(use_ozone) == 1', {
895 'sources!': [ 908 'sources!': [
896 'message_loop/message_pump_glib.cc', 909 'message_loop/message_pump_glib.cc',
897 ] 910 ]
898 }], 911 }],
899 ['OS == "linux" and >(nacl_untrusted_build)==0', { 912 ['OS == "linux" and >(nacl_untrusted_build)==0', {
900 'sources!': [ 913 'sources!': [
914 'files/file_path_watcher_fsevents.cc',
915 'files/file_path_watcher_fsevents.h',
901 'files/file_path_watcher_kqueue.cc', 916 'files/file_path_watcher_kqueue.cc',
917 'files/file_path_watcher_kqueue.h',
902 'files/file_path_watcher_stub.cc', 918 'files/file_path_watcher_stub.cc',
903 ], 919 ],
904 }], 920 }],
905 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { 921 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
906 'sources/': [ 922 'sources/': [
907 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 923 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
908 ['exclude', '^base_paths_posix\\.cc$'], 924 ['exclude', '^base_paths_posix\\.cc$'],
909 ['exclude', '^native_library_posix\\.cc$'], 925 ['exclude', '^native_library_posix\\.cc$'],
910 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], 926 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
911 ], 927 ],
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'i18n/time_formatting.h', 983 'i18n/time_formatting.h',
968 'i18n/timezone.cc', 984 'i18n/timezone.cc',
969 'i18n/timezone.h', 985 'i18n/timezone.h',
970 'i18n/utf8_validator_tables.cc', 986 'i18n/utf8_validator_tables.cc',
971 'i18n/utf8_validator_tables.h', 987 'i18n/utf8_validator_tables.h',
972 ], 988 ],
973 }] 989 }]
974 ], 990 ],
975 }, 991 },
976 } 992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698