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

Side by Side Diff: base/base.gypi

Issue 1342453003: Stack sampling profiler to profile on Mac. TEST-- not for commit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn update Created 5 years, 3 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
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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 'files/file_path_watcher_kqueue.h', 808 'files/file_path_watcher_kqueue.h',
809 'files/file_proxy.cc', 809 'files/file_proxy.cc',
810 'files/file_util.cc', 810 'files/file_util.cc',
811 'files/file_util_posix.cc', 811 'files/file_util_posix.cc',
812 'files/file_util_proxy.cc', 812 'files/file_util_proxy.cc',
813 'files/important_file_writer.cc', 813 'files/important_file_writer.cc',
814 'files/scoped_temp_dir.cc', 814 'files/scoped_temp_dir.cc',
815 'memory/shared_memory_posix.cc', 815 'memory/shared_memory_posix.cc',
816 'native_library_posix.cc', 816 'native_library_posix.cc',
817 'path_service.cc', 817 'path_service.cc',
818 'profiler/native_stack_sampler_posix.cc',
818 'posix/unix_domain_socket_linux.cc', 819 'posix/unix_domain_socket_linux.cc',
819 'process/kill.cc', 820 'process/kill.cc',
820 'process/kill_posix.cc', 821 'process/kill_posix.cc',
821 'process/launch.cc', 822 'process/launch.cc',
822 'process/launch_posix.cc', 823 'process/launch_posix.cc',
823 'process/process_metrics.cc', 824 'process/process_metrics.cc',
824 'process/process_metrics_posix.cc', 825 'process/process_metrics_posix.cc',
825 'process/process_posix.cc', 826 'process/process_posix.cc',
826 'rand_util_posix.cc', 827 'rand_util_posix.cc',
827 'scoped_native_library.cc', 828 'scoped_native_library.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 'i18n/time_formatting.h', 1049 'i18n/time_formatting.h',
1049 'i18n/timezone.cc', 1050 'i18n/timezone.cc',
1050 'i18n/timezone.h', 1051 'i18n/timezone.h',
1051 'i18n/utf8_validator_tables.cc', 1052 'i18n/utf8_validator_tables.cc',
1052 'i18n/utf8_validator_tables.h', 1053 'i18n/utf8_validator_tables.h',
1053 ], 1054 ],
1054 }] 1055 }]
1055 ], 1056 ],
1056 }, 1057 },
1057 } 1058 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698