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

Side by Side Diff: base/base.gypi

Issue 870863003: Filter out a few more files from NaCl build of base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert histogram. Used by remoting / libnet. Created 5 years, 11 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 | « no previous file | no next file » | 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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'linux_util.cc', 772 'linux_util.cc',
773 ], 773 ],
774 }, 774 },
775 ], 775 ],
776 ['>(nacl_untrusted_build)==1', { 776 ['>(nacl_untrusted_build)==1', {
777 'sources!': [ 777 'sources!': [
778 'allocator/type_profiler_control.cc', 778 'allocator/type_profiler_control.cc',
779 'allocator/type_profiler_control.h', 779 'allocator/type_profiler_control.h',
780 'base_paths.cc', 780 'base_paths.cc',
781 'cpu.cc', 781 'cpu.cc',
782 'debug/stack_trace.cc',
782 'debug/stack_trace_posix.cc', 783 'debug/stack_trace_posix.cc',
783 'files/file_enumerator_posix.cc', 784 'files/file_enumerator_posix.cc',
784 'files/file_path_watcher_fsevents.cc', 785 'files/file_path_watcher_fsevents.cc',
785 'files/file_path_watcher_fsevents.h', 786 'files/file_path_watcher_fsevents.h',
786 'files/file_path_watcher_kqueue.cc', 787 'files/file_path_watcher_kqueue.cc',
787 'files/file_path_watcher_kqueue.h', 788 'files/file_path_watcher_kqueue.h',
788 'files/file_proxy.cc', 789 'files/file_proxy.cc',
789 'files/file_util.cc', 790 'files/file_util.cc',
790 'files/file_util_posix.cc', 791 'files/file_util_posix.cc',
791 'files/file_util_proxy.cc', 792 'files/file_util_proxy.cc',
793 'files/important_file_writer.cc',
792 'memory/shared_memory_posix.cc', 794 'memory/shared_memory_posix.cc',
793 'native_library_posix.cc', 795 'native_library_posix.cc',
794 'path_service.cc', 796 'path_service.cc',
795 'posix/unix_domain_socket_linux.cc', 797 'posix/unix_domain_socket_linux.cc',
798 'process/kill.cc',
796 'process/kill_posix.cc', 799 'process/kill_posix.cc',
800 'process/launch.cc',
797 'process/launch_posix.cc', 801 'process/launch_posix.cc',
802 'process/process_metrics.cc',
798 'process/process_metrics_posix.cc', 803 'process/process_metrics_posix.cc',
799 'process/process_posix.cc', 804 'process/process_posix.cc',
800 'rand_util_posix.cc', 805 'rand_util_posix.cc',
801 'scoped_native_library.cc', 806 'scoped_native_library.cc',
802 'files/scoped_temp_dir.cc', 807 'files/scoped_temp_dir.cc',
808 'sys_info.cc',
803 'sys_info_posix.cc', 809 'sys_info_posix.cc',
804 'third_party/dynamic_annotations/dynamic_annotations.c', 810 'third_party/dynamic_annotations/dynamic_annotations.c',
805 ], 811 ],
806 'sources/': [ 812 'sources/': [
807 ['include', '^threading/platform_thread_linux\\.cc$'], 813 ['include', '^threading/platform_thread_linux\\.cc$'],
808 ], 814 ],
809 }], 815 }],
810 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', { 816 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', {
811 'sources': [ 817 'sources': [
812 'memory/discardable_memory_ashmem_allocator.cc', 818 'memory/discardable_memory_ashmem_allocator.cc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 'i18n/time_formatting.h', 1036 'i18n/time_formatting.h',
1031 'i18n/timezone.cc', 1037 'i18n/timezone.cc',
1032 'i18n/timezone.h', 1038 'i18n/timezone.h',
1033 'i18n/utf8_validator_tables.cc', 1039 'i18n/utf8_validator_tables.cc',
1034 'i18n/utf8_validator_tables.h', 1040 'i18n/utf8_validator_tables.h',
1035 ], 1041 ],
1036 }] 1042 }]
1037 ], 1043 ],
1038 }, 1044 },
1039 } 1045 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698