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

Side by Side Diff: base/base.gyp

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/BUILD.gn ('k') | base/base.gypi » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'malloc_wrapper', 747 'malloc_wrapper',
748 ], 748 ],
749 'conditions': [ 749 'conditions': [
750 ['use_allocator!="none"', { 750 ['use_allocator!="none"', {
751 'dependencies': [ 751 'dependencies': [
752 'allocator/allocator.gyp:allocator', 752 'allocator/allocator.gyp:allocator',
753 ], 753 ],
754 }], 754 }],
755 ]}, 755 ]},
756 ], 756 ],
757 [ 'OS == "win" and target_arch == "x64"', {
758 'sources': [
759 'profiler/win32_stack_frame_unwinder_unittest.cc',
760 ],
761 }],
757 ['OS == "win"', { 762 ['OS == "win"', {
758 'sources!': [ 763 'sources!': [
759 'file_descriptor_shuffle_unittest.cc', 764 'file_descriptor_shuffle_unittest.cc',
760 'files/dir_reader_posix_unittest.cc', 765 'files/dir_reader_posix_unittest.cc',
761 'message_loop/message_pump_libevent_unittest.cc', 766 'message_loop/message_pump_libevent_unittest.cc',
762 'threading/worker_pool_posix_unittest.cc', 767 'threading/worker_pool_posix_unittest.cc',
763 ], 768 ],
764 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 769 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
765 'msvs_disabled_warnings': [ 770 'msvs_disabled_warnings': [
766 4267, 771 4267,
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 '../build/isolate.gypi', 1641 '../build/isolate.gypi',
1637 ], 1642 ],
1638 'sources': [ 1643 'sources': [
1639 'base_unittests.isolate', 1644 'base_unittests.isolate',
1640 ], 1645 ],
1641 }, 1646 },
1642 ], 1647 ],
1643 }], 1648 }],
1644 ], 1649 ],
1645 } 1650 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698