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

Side by Side Diff: base/base.gypi

Issue 1263403002: Stack sampling profiler: re-enable stack collection for stacks terminated by leaf functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GN link Created 5 years, 4 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/profiler/native_stack_sampler_win.cc » ('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 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 }, 928 },
929 ], 929 ],
930 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { 930 ['OS != "openbsd" or >(nacl_untrusted_build)==1', {
931 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], 931 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
932 }, 932 },
933 ], 933 ],
934 ['OS == "win" and >(nacl_untrusted_build)==0', { 934 ['OS == "win" and >(nacl_untrusted_build)==0', {
935 'include_dirs': [ 935 'include_dirs': [
936 '<(DEPTH)/third_party/wtl/include', 936 '<(DEPTH)/third_party/wtl/include',
937 ], 937 ],
938 'sources': [
939 'profiler/win32_stack_frame_unwinder.cc',
940 'profiler/win32_stack_frame_unwinder.h',
941 ],
938 'sources!': [ 942 'sources!': [
939 'files/file_path_watcher_fsevents.cc', 943 'files/file_path_watcher_fsevents.cc',
940 'files/file_path_watcher_fsevents.h', 944 'files/file_path_watcher_fsevents.h',
941 'files/file_path_watcher_kqueue.cc', 945 'files/file_path_watcher_kqueue.cc',
942 'files/file_path_watcher_kqueue.h', 946 'files/file_path_watcher_kqueue.h',
943 'files/file_path_watcher_stub.cc', 947 'files/file_path_watcher_stub.cc',
944 'message_loop/message_pump_libevent.cc', 948 'message_loop/message_pump_libevent.cc',
945 'posix/file_descriptor_shuffle.cc', 949 'posix/file_descriptor_shuffle.cc',
946 # Not using sha1_win.cc because it may have caused a 950 # Not using sha1_win.cc because it may have caused a
947 # regression to page cycler moz. 951 # regression to page cycler moz.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'i18n/time_formatting.h', 1040 'i18n/time_formatting.h',
1037 'i18n/timezone.cc', 1041 'i18n/timezone.cc',
1038 'i18n/timezone.h', 1042 'i18n/timezone.h',
1039 'i18n/utf8_validator_tables.cc', 1043 'i18n/utf8_validator_tables.cc',
1040 'i18n/utf8_validator_tables.h', 1044 'i18n/utf8_validator_tables.h',
1041 ], 1045 ],
1042 }] 1046 }]
1043 ], 1047 ],
1044 }, 1048 },
1045 } 1049 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/profiler/native_stack_sampler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698