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

Side by Side Diff: base/base.gypi

Issue 1391933002: Restrict memory maps dump provider to only android and linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@smaps_fscan
Patch Set: Fix nacl. Created 5 years, 2 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 | base/trace_event/BUILD.gn » ('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': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 'process/kill_posix.cc', 816 'process/kill_posix.cc',
817 'process/launch.cc', 817 'process/launch.cc',
818 'process/launch_posix.cc', 818 'process/launch_posix.cc',
819 'process/process_metrics.cc', 819 'process/process_metrics.cc',
820 'process/process_metrics_posix.cc', 820 'process/process_metrics_posix.cc',
821 'process/process_posix.cc', 821 'process/process_posix.cc',
822 'rand_util_posix.cc', 822 'rand_util_posix.cc',
823 'scoped_native_library.cc', 823 'scoped_native_library.cc',
824 'sys_info.cc', 824 'sys_info.cc',
825 'sys_info_posix.cc', 825 'sys_info_posix.cc',
826 'trace_event/process_memory_maps_dump_provider.cc',
Primiano Tucci (use gerrit) 2015/10/07 16:35:48 why this change in base.gypi?
826 'third_party/dynamic_annotations/dynamic_annotations.c', 827 'third_party/dynamic_annotations/dynamic_annotations.c',
827 ], 828 ],
828 'sources/': [ 829 'sources/': [
829 ['include', '^threading/platform_thread_linux\\.cc$'], 830 ['include', '^threading/platform_thread_linux\\.cc$'],
830 ], 831 ],
831 }], 832 }],
832 ['OS == "android" and >(nacl_untrusted_build)==0', { 833 ['OS == "android" and >(nacl_untrusted_build)==0', {
833 'sources!': [ 834 'sources!': [
834 'base_paths_posix.cc', 835 'base_paths_posix.cc',
835 'files/file_path_watcher_fsevents.cc', 836 'files/file_path_watcher_fsevents.cc',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'i18n/time_formatting.h', 1043 'i18n/time_formatting.h',
1043 'i18n/timezone.cc', 1044 'i18n/timezone.cc',
1044 'i18n/timezone.h', 1045 'i18n/timezone.h',
1045 'i18n/utf8_validator_tables.cc', 1046 'i18n/utf8_validator_tables.cc',
1046 'i18n/utf8_validator_tables.h', 1047 'i18n/utf8_validator_tables.h',
1047 ], 1048 ],
1048 }] 1049 }]
1049 ], 1050 ],
1050 }, 1051 },
1051 } 1052 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698