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

Side by Side Diff: base/base.gypi

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « base/base.gyp ('k') | base/files/file.h » ('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 'includes': [
7 'trace_event/trace_event.gypi',
8 ],
6 'target_defaults': { 9 'target_defaults': {
7 'variables': { 10 'variables': {
8 'base_target': 0, 11 'base_target': 0,
9 'base_i18n_target': 0, 12 'base_i18n_target': 0,
10 }, 13 },
11 'target_conditions': [ 14 'target_conditions': [
12 # This part is shared between the targets defined below. 15 # This part is shared between the targets defined below.
13 ['base_target==1', { 16 ['base_target==1', {
14 'sources': [ 17 'sources': [
15 '../build/build_config.h', 18 '../build/build_config.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'mac/scoped_typeref.h', 314 'mac/scoped_typeref.h',
312 'mac/sdk_forward_declarations.h', 315 'mac/sdk_forward_declarations.h',
313 'mac/sdk_forward_declarations.mm', 316 'mac/sdk_forward_declarations.mm',
314 'macros.h', 317 'macros.h',
315 'md5.cc', 318 'md5.cc',
316 'md5.h', 319 'md5.h',
317 'memory/aligned_memory.cc', 320 'memory/aligned_memory.cc',
318 'memory/aligned_memory.h', 321 'memory/aligned_memory.h',
319 'memory/discardable_memory.cc', 322 'memory/discardable_memory.cc',
320 'memory/discardable_memory.h', 323 'memory/discardable_memory.h',
321 'memory/discardable_memory_shmem.cc', 324 'memory/discardable_memory_allocator.cc',
322 'memory/discardable_memory_shmem.h', 325 'memory/discardable_memory_allocator.h',
323 'memory/discardable_memory_shmem_allocator.cc',
324 'memory/discardable_memory_shmem_allocator.h',
325 'memory/discardable_shared_memory.cc', 326 'memory/discardable_shared_memory.cc',
326 'memory/discardable_shared_memory.h', 327 'memory/discardable_shared_memory.h',
327 'memory/linked_ptr.h', 328 'memory/linked_ptr.h',
328 'memory/manual_constructor.h', 329 'memory/manual_constructor.h',
329 'memory/memory_pressure_listener.cc', 330 'memory/memory_pressure_listener.cc',
330 'memory/memory_pressure_listener.h', 331 'memory/memory_pressure_listener.h',
331 'memory/raw_scoped_refptr_mismatch_checker.h', 332 'memory/raw_scoped_refptr_mismatch_checker.h',
332 'memory/ref_counted.cc', 333 'memory/ref_counted.cc',
333 'memory/ref_counted.h', 334 'memory/ref_counted.h',
334 'memory/ref_counted_delete_on_message_loop.h', 335 'memory/ref_counted_delete_on_message_loop.h',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 'process/process_metrics_posix.cc', 481 'process/process_metrics_posix.cc',
481 'process/process_metrics_win.cc', 482 'process/process_metrics_win.cc',
482 'process/process_posix.cc', 483 'process/process_posix.cc',
483 'process/process_win.cc', 484 'process/process_win.cc',
484 'profiler/alternate_timer.cc', 485 'profiler/alternate_timer.cc',
485 'profiler/alternate_timer.h', 486 'profiler/alternate_timer.h',
486 'profiler/scoped_profile.cc', 487 'profiler/scoped_profile.cc',
487 'profiler/scoped_profile.h', 488 'profiler/scoped_profile.h',
488 'profiler/scoped_tracker.cc', 489 'profiler/scoped_tracker.cc',
489 'profiler/scoped_tracker.h', 490 'profiler/scoped_tracker.h',
491 'profiler/stack_sampling_profiler.cc',
492 'profiler/stack_sampling_profiler.h',
493 'profiler/stack_sampling_profiler_posix.cc',
494 'profiler/stack_sampling_profiler_win.cc',
490 'profiler/tracked_time.cc', 495 'profiler/tracked_time.cc',
491 'profiler/tracked_time.h', 496 'profiler/tracked_time.h',
492 'rand_util.cc', 497 'rand_util.cc',
493 'rand_util.h', 498 'rand_util.h',
494 'rand_util_nacl.cc', 499 'rand_util_nacl.cc',
495 'rand_util_posix.cc', 500 'rand_util_posix.cc',
496 'rand_util_win.cc', 501 'rand_util_win.cc',
497 'run_loop.cc', 502 'run_loop.cc',
498 'run_loop.h', 503 'run_loop.h',
499 'safe_strerror_posix.cc', 504 'safe_strerror_posix.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'third_party/nspr/prtime.h', 600 'third_party/nspr/prtime.h',
596 'third_party/superfasthash/superfasthash.c', 601 'third_party/superfasthash/superfasthash.c',
597 'third_party/xdg_mime/xdgmime.h', 602 'third_party/xdg_mime/xdgmime.h',
598 'thread_task_runner_handle.cc', 603 'thread_task_runner_handle.cc',
599 'thread_task_runner_handle.h', 604 'thread_task_runner_handle.h',
600 'threading/non_thread_safe.h', 605 'threading/non_thread_safe.h',
601 'threading/non_thread_safe_impl.cc', 606 'threading/non_thread_safe_impl.cc',
602 'threading/non_thread_safe_impl.h', 607 'threading/non_thread_safe_impl.h',
603 'threading/platform_thread.h', 608 'threading/platform_thread.h',
604 'threading/platform_thread_android.cc', 609 'threading/platform_thread_android.cc',
610 'threading/platform_thread_internal_posix.cc',
611 'threading/platform_thread_internal_posix.h',
605 'threading/platform_thread_linux.cc', 612 'threading/platform_thread_linux.cc',
606 'threading/platform_thread_mac.mm', 613 'threading/platform_thread_mac.mm',
607 'threading/platform_thread_posix.cc', 614 'threading/platform_thread_posix.cc',
608 'threading/platform_thread_win.cc', 615 'threading/platform_thread_win.cc',
609 'threading/post_task_and_reply_impl.cc', 616 'threading/post_task_and_reply_impl.cc',
610 'threading/post_task_and_reply_impl.h', 617 'threading/post_task_and_reply_impl.h',
611 'threading/sequenced_worker_pool.cc', 618 'threading/sequenced_worker_pool.cc',
612 'threading/sequenced_worker_pool.h', 619 'threading/sequenced_worker_pool.h',
613 'threading/simple_thread.cc', 620 'threading/simple_thread.cc',
614 'threading/simple_thread.h', 621 'threading/simple_thread.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 'time/time_win.cc', 660 'time/time_win.cc',
654 'timer/elapsed_timer.cc', 661 'timer/elapsed_timer.cc',
655 'timer/elapsed_timer.h', 662 'timer/elapsed_timer.h',
656 'timer/hi_res_timer_manager.h', 663 'timer/hi_res_timer_manager.h',
657 'timer/hi_res_timer_manager_posix.cc', 664 'timer/hi_res_timer_manager_posix.cc',
658 'timer/hi_res_timer_manager_win.cc', 665 'timer/hi_res_timer_manager_win.cc',
659 'timer/mock_timer.cc', 666 'timer/mock_timer.cc',
660 'timer/mock_timer.h', 667 'timer/mock_timer.h',
661 'timer/timer.cc', 668 'timer/timer.cc',
662 'timer/timer.h', 669 'timer/timer.h',
663 'trace_event/memory_dump_manager.cc',
664 'trace_event/memory_dump_manager.h',
665 'trace_event/memory_dump_provider.h',
666 'trace_event/process_memory_dump.cc',
667 'trace_event/process_memory_dump.h',
668 'trace_event/process_memory_maps.cc',
669 'trace_event/process_memory_maps.h',
670 'trace_event/process_memory_maps_dump_provider.cc',
671 'trace_event/process_memory_maps_dump_provider.h',
672 'trace_event/process_memory_totals.cc',
673 'trace_event/process_memory_totals.h',
674 'trace_event/process_memory_totals_dump_provider.cc',
675 'trace_event/process_memory_totals_dump_provider.h',
676 'trace_event/trace_event.h',
677 'trace_event/trace_event_android.cc',
678 'trace_event/trace_event_argument.cc',
679 'trace_event/trace_event_argument.h',
680 'trace_event/trace_event_impl.cc',
681 'trace_event/trace_event_impl.h',
682 'trace_event/trace_event_impl_constants.cc',
683 'trace_event/trace_event_memory.cc',
684 'trace_event/trace_event_memory.h',
685 'trace_event/trace_event_synthetic_delay.cc',
686 'trace_event/trace_event_synthetic_delay.h',
687 'trace_event/trace_event_system_stats_monitor.cc',
688 'trace_event/trace_event_system_stats_monitor.h',
689 'trace_event/trace_event_win.cc',
690 'trace_event/trace_event_win.h',
691 'tracked_objects.cc', 670 'tracked_objects.cc',
692 'tracked_objects.h', 671 'tracked_objects.h',
693 'tracking_info.cc', 672 'tracking_info.cc',
694 'tracking_info.h', 673 'tracking_info.h',
695 'tuple.h', 674 'tuple.h',
696 'value_conversions.cc', 675 'value_conversions.cc',
697 'value_conversions.h', 676 'value_conversions.h',
698 'values.cc', 677 'values.cc',
699 'values.h', 678 'values.h',
700 'version.cc', 679 'version.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'win/shortcut.cc', 722 'win/shortcut.cc',
744 'win/shortcut.h', 723 'win/shortcut.h',
745 'win/startup_information.cc', 724 'win/startup_information.cc',
746 'win/startup_information.h', 725 'win/startup_information.h',
747 'win/win_util.cc', 726 'win/win_util.cc',
748 'win/win_util.h', 727 'win/win_util.h',
749 'win/windows_version.cc', 728 'win/windows_version.cc',
750 'win/windows_version.h', 729 'win/windows_version.h',
751 'win/wrapped_window_proc.cc', 730 'win/wrapped_window_proc.cc',
752 'win/wrapped_window_proc.h', 731 'win/wrapped_window_proc.h',
732 '<@(trace_event_sources)',
753 ], 733 ],
754 'defines': [ 734 'defines': [
755 'BASE_IMPLEMENTATION', 735 'BASE_IMPLEMENTATION',
756 ], 736 ],
757 'include_dirs': [ 737 'include_dirs': [
758 '..', 738 '..',
759 ], 739 ],
760 'msvs_disabled_warnings': [ 740 'msvs_disabled_warnings': [
761 4018, 741 4018,
762 ], 742 ],
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 ['include', '^strings/sys_string_conversions_mac\\.'], 869 ['include', '^strings/sys_string_conversions_mac\\.'],
890 ['include', '^threading/platform_thread_mac\\.'], 870 ['include', '^threading/platform_thread_mac\\.'],
891 ['include', '^time/time_mac\\.'], 871 ['include', '^time/time_mac\\.'],
892 ['include', '^worker_pool_mac\\.'], 872 ['include', '^worker_pool_mac\\.'],
893 # Exclude all process/ except the minimal implementation 873 # Exclude all process/ except the minimal implementation
894 # needed on iOS (mostly for unit tests). 874 # needed on iOS (mostly for unit tests).
895 ['exclude', '^process/.*'], 875 ['exclude', '^process/.*'],
896 ['include', '^process/.*_ios\.(cc|mm)$'], 876 ['include', '^process/.*_ios\.(cc|mm)$'],
897 ['include', '^process/memory_stubs\.cc$'], 877 ['include', '^process/memory_stubs\.cc$'],
898 ['include', '^process/process_handle_posix\.cc$'], 878 ['include', '^process/process_handle_posix\.cc$'],
879 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
899 ['exclude', 'files/file_path_watcher_fsevents.cc'], 880 ['exclude', 'files/file_path_watcher_fsevents.cc'],
900 ['exclude', 'files/file_path_watcher_fsevents.h'], 881 ['exclude', 'files/file_path_watcher_fsevents.h'],
901 ['include', 'files/file_path_watcher_mac.cc'], 882 ['include', 'files/file_path_watcher_mac.cc'],
902 ], 883 ],
903 'sources': [ 884 'sources': [
904 'process/memory_stubs.cc', 885 'process/memory_stubs.cc',
905 ], 886 ],
906 'sources!': [ 887 'sources!': [
907 'message_loop/message_pump_libevent.cc' 888 'message_loop/message_pump_libevent.cc'
908 ], 889 ],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 'sources!': [ 937 'sources!': [
957 'files/file_path_watcher_fsevents.cc', 938 'files/file_path_watcher_fsevents.cc',
958 'files/file_path_watcher_fsevents.h', 939 'files/file_path_watcher_fsevents.h',
959 'files/file_path_watcher_kqueue.cc', 940 'files/file_path_watcher_kqueue.cc',
960 'files/file_path_watcher_kqueue.h', 941 'files/file_path_watcher_kqueue.h',
961 'files/file_path_watcher_stub.cc', 942 'files/file_path_watcher_stub.cc',
962 ], 943 ],
963 }], 944 }],
964 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { 945 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
965 'sources/': [ 946 'sources/': [
947 ['exclude', '^base_paths_posix\\.cc$'],
966 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 948 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
967 ['exclude', '^base_paths_posix\\.cc$'],
968 ['exclude', '^native_library_posix\\.cc$'], 949 ['exclude', '^native_library_posix\\.cc$'],
969 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], 950 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
951 ['exclude', '^threading/platform_thread_internal_posix\\.cc$'],
970 ], 952 ],
971 }], 953 }],
972 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { 954 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
973 'sources': [ 955 'sources': [
974 'process/memory_stubs.cc', 956 'process/memory_stubs.cc',
975 ], 957 ],
976 'sources/': [ 958 'sources/': [
977 ['exclude', '^files/file_path_watcher_linux\\.cc$'], 959 ['exclude', '^files/file_path_watcher_linux\\.cc$'],
978 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 960 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
979 ['exclude', '^files/file_util_linux\\.cc$'], 961 ['exclude', '^files/file_util_linux\\.cc$'],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 'i18n/time_formatting.h', 1013 'i18n/time_formatting.h',
1032 'i18n/timezone.cc', 1014 'i18n/timezone.cc',
1033 'i18n/timezone.h', 1015 'i18n/timezone.h',
1034 'i18n/utf8_validator_tables.cc', 1016 'i18n/utf8_validator_tables.cc',
1035 'i18n/utf8_validator_tables.h', 1017 'i18n/utf8_validator_tables.h',
1036 ], 1018 ],
1037 }] 1019 }]
1038 ], 1020 ],
1039 }, 1021 },
1040 } 1022 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/files/file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698