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

Side by Side Diff: base/base.gypi

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 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/base.isolate » ('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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'debug/profiler.cc', 164 'debug/profiler.cc',
165 'debug/profiler.h', 165 'debug/profiler.h',
166 'debug/stack_trace.cc', 166 'debug/stack_trace.cc',
167 'debug/stack_trace.h', 167 'debug/stack_trace.h',
168 'debug/stack_trace_android.cc', 168 'debug/stack_trace_android.cc',
169 'debug/stack_trace_posix.cc', 169 'debug/stack_trace_posix.cc',
170 'debug/stack_trace_win.cc', 170 'debug/stack_trace_win.cc',
171 'debug/task_annotator.cc', 171 'debug/task_annotator.cc',
172 'debug/task_annotator.h', 172 'debug/task_annotator.h',
173 'debug/trace_event.h', 173 'debug/trace_event.h',
174 'debug/trace_event_android.cc',
175 'debug/trace_event_argument.cc',
176 'debug/trace_event_argument.h', 174 'debug/trace_event_argument.h',
177 'debug/trace_event_impl.cc',
178 'debug/trace_event_impl.h', 175 'debug/trace_event_impl.h',
179 'debug/trace_event_impl_constants.cc',
180 'debug/trace_event_synthetic_delay.cc',
181 'debug/trace_event_synthetic_delay.h', 176 'debug/trace_event_synthetic_delay.h',
182 'debug/trace_event_system_stats_monitor.cc', 177 'debug/trace_event_win.h',
183 'debug/trace_event_memory.cc',
184 'debug/trace_event_memory.h',
185 'debug/trace_event_win.cc',
186 'deferred_sequenced_task_runner.cc', 178 'deferred_sequenced_task_runner.cc',
187 'deferred_sequenced_task_runner.h', 179 'deferred_sequenced_task_runner.h',
188 'environment.cc', 180 'environment.cc',
189 'environment.h', 181 'environment.h',
190 'file_descriptor_posix.h', 182 'file_descriptor_posix.h',
191 'file_version_info.h', 183 'file_version_info.h',
192 'file_version_info_mac.h', 184 'file_version_info_mac.h',
193 'file_version_info_mac.mm', 185 'file_version_info_mac.mm',
194 'file_version_info_win.cc', 186 'file_version_info_win.cc',
195 'file_version_info_win.h', 187 'file_version_info_win.h',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'time/time_win.cc', 665 'time/time_win.cc',
674 'timer/elapsed_timer.cc', 666 'timer/elapsed_timer.cc',
675 'timer/elapsed_timer.h', 667 'timer/elapsed_timer.h',
676 'timer/hi_res_timer_manager.h', 668 'timer/hi_res_timer_manager.h',
677 'timer/hi_res_timer_manager_posix.cc', 669 'timer/hi_res_timer_manager_posix.cc',
678 'timer/hi_res_timer_manager_win.cc', 670 'timer/hi_res_timer_manager_win.cc',
679 'timer/mock_timer.cc', 671 'timer/mock_timer.cc',
680 'timer/mock_timer.h', 672 'timer/mock_timer.h',
681 'timer/timer.cc', 673 'timer/timer.cc',
682 'timer/timer.h', 674 'timer/timer.h',
675 'trace_event/trace_event.h',
676 'trace_event/trace_event_android.cc',
677 'trace_event/trace_event_argument.cc',
678 'trace_event/trace_event_argument.h',
679 'trace_event/trace_event_impl.cc',
680 'trace_event/trace_event_impl.h',
681 'trace_event/trace_event_impl_constants.cc',
682 'trace_event/trace_event_memory.cc',
683 'trace_event/trace_event_memory.h',
684 'trace_event/trace_event_synthetic_delay.cc',
685 'trace_event/trace_event_synthetic_delay.h',
686 'trace_event/trace_event_system_stats_monitor.cc',
687 'trace_event/trace_event_system_stats_monitor.h',
688 'trace_event/trace_event_win.cc',
689 'trace_event/trace_event_win.h',
683 'tracked_objects.cc', 690 'tracked_objects.cc',
684 'tracked_objects.h', 691 'tracked_objects.h',
685 'tracking_info.cc', 692 'tracking_info.cc',
686 'tracking_info.h', 693 'tracking_info.h',
687 'tuple.h', 694 'tuple.h',
688 'values.cc', 695 'values.cc',
689 'values.h', 696 'values.h',
690 'value_conversions.cc', 697 'value_conversions.cc',
691 'value_conversions.h', 698 'value_conversions.h',
692 'version.cc', 699 'version.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'linux_util.cc', 779 'linux_util.cc',
773 ], 780 ],
774 }, 781 },
775 ], 782 ],
776 ['>(nacl_untrusted_build)==1', { 783 ['>(nacl_untrusted_build)==1', {
777 'sources!': [ 784 'sources!': [
778 'allocator/type_profiler_control.cc', 785 'allocator/type_profiler_control.cc',
779 'allocator/type_profiler_control.h', 786 'allocator/type_profiler_control.h',
780 'base_paths.cc', 787 'base_paths.cc',
781 'cpu.cc', 788 'cpu.cc',
789 'debug/stack_trace.cc',
782 'debug/stack_trace_posix.cc', 790 'debug/stack_trace_posix.cc',
783 'files/file_enumerator_posix.cc', 791 'files/file_enumerator_posix.cc',
784 'files/file_path_watcher_fsevents.cc', 792 'files/file_path_watcher_fsevents.cc',
785 'files/file_path_watcher_fsevents.h', 793 'files/file_path_watcher_fsevents.h',
786 'files/file_path_watcher_kqueue.cc', 794 'files/file_path_watcher_kqueue.cc',
787 'files/file_path_watcher_kqueue.h', 795 'files/file_path_watcher_kqueue.h',
788 'files/file_proxy.cc', 796 'files/file_proxy.cc',
789 'files/file_util.cc', 797 'files/file_util.cc',
790 'files/file_util_posix.cc', 798 'files/file_util_posix.cc',
791 'files/file_util_proxy.cc', 799 'files/file_util_proxy.cc',
800 'files/important_file_writer.cc',
792 'memory/shared_memory_posix.cc', 801 'memory/shared_memory_posix.cc',
793 'native_library_posix.cc', 802 'native_library_posix.cc',
794 'path_service.cc', 803 'path_service.cc',
795 'posix/unix_domain_socket_linux.cc', 804 'posix/unix_domain_socket_linux.cc',
805 'process/kill.cc',
796 'process/kill_posix.cc', 806 'process/kill_posix.cc',
807 'process/launch.cc',
797 'process/launch_posix.cc', 808 'process/launch_posix.cc',
809 'process/process_metrics.cc',
798 'process/process_metrics_posix.cc', 810 'process/process_metrics_posix.cc',
799 'process/process_posix.cc', 811 'process/process_posix.cc',
800 'rand_util_posix.cc', 812 'rand_util_posix.cc',
801 'scoped_native_library.cc', 813 'scoped_native_library.cc',
802 'files/scoped_temp_dir.cc', 814 'files/scoped_temp_dir.cc',
815 'sys_info.cc',
803 'sys_info_posix.cc', 816 'sys_info_posix.cc',
804 'third_party/dynamic_annotations/dynamic_annotations.c', 817 'third_party/dynamic_annotations/dynamic_annotations.c',
805 ], 818 ],
806 'sources/': [ 819 'sources/': [
807 ['include', '^threading/platform_thread_linux\\.cc$'], 820 ['include', '^threading/platform_thread_linux\\.cc$'],
808 ], 821 ],
809 }], 822 }],
810 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', { 823 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', {
811 'sources': [ 824 'sources': [
812 'memory/discardable_memory_ashmem_allocator.cc', 825 'memory/discardable_memory_ashmem_allocator.cc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'i18n/time_formatting.h', 1043 'i18n/time_formatting.h',
1031 'i18n/timezone.cc', 1044 'i18n/timezone.cc',
1032 'i18n/timezone.h', 1045 'i18n/timezone.h',
1033 'i18n/utf8_validator_tables.cc', 1046 'i18n/utf8_validator_tables.cc',
1034 'i18n/utf8_validator_tables.h', 1047 'i18n/utf8_validator_tables.h',
1035 ], 1048 ],
1036 }] 1049 }]
1037 ], 1050 ],
1038 }, 1051 },
1039 } 1052 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698