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

Side by Side Diff: base/base.gypi

Issue 22836004: Chrome tracing for system-wide performance stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@asvalue
Patch Set: rebase Created 7 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'debug/stack_trace.h', 147 'debug/stack_trace.h',
148 'debug/stack_trace_android.cc', 148 'debug/stack_trace_android.cc',
149 'debug/stack_trace_ios.mm', 149 'debug/stack_trace_ios.mm',
150 'debug/stack_trace_posix.cc', 150 'debug/stack_trace_posix.cc',
151 'debug/stack_trace_win.cc', 151 'debug/stack_trace_win.cc',
152 'debug/trace_event.h', 152 'debug/trace_event.h',
153 'debug/trace_event_android.cc', 153 'debug/trace_event_android.cc',
154 'debug/trace_event_impl.cc', 154 'debug/trace_event_impl.cc',
155 'debug/trace_event_impl.h', 155 'debug/trace_event_impl.h',
156 'debug/trace_event_impl_constants.cc', 156 'debug/trace_event_impl_constants.cc',
157 'debug/trace_event_system_stats_monitor.cc',
157 'debug/trace_event_memory.cc', 158 'debug/trace_event_memory.cc',
158 'debug/trace_event_memory.h', 159 'debug/trace_event_memory.h',
159 'debug/trace_event_win.cc', 160 'debug/trace_event_win.cc',
160 'deferred_sequenced_task_runner.cc', 161 'deferred_sequenced_task_runner.cc',
161 'deferred_sequenced_task_runner.h', 162 'deferred_sequenced_task_runner.h',
162 'environment.cc', 163 'environment.cc',
163 'environment.h', 164 'environment.h',
164 'file_descriptor_posix.h', 165 'file_descriptor_posix.h',
165 'file_util.cc', 166 'file_util.cc',
166 'file_util.h', 167 'file_util.h',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 899 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
899 'sources/': [ 900 'sources/': [
900 ['exclude', '^third_party/nspr/'], 901 ['exclude', '^third_party/nspr/'],
901 ], 902 ],
902 }], 903 }],
903 ], 904 ],
904 }], 905 }],
905 ], 906 ],
906 }, 907 },
907 } 908 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698