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

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: use single thread task runner instead of message loop proxy 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'debug/stack_trace.h', 148 'debug/stack_trace.h',
149 'debug/stack_trace_android.cc', 149 'debug/stack_trace_android.cc',
150 'debug/stack_trace_ios.mm', 150 'debug/stack_trace_ios.mm',
151 'debug/stack_trace_posix.cc', 151 'debug/stack_trace_posix.cc',
152 'debug/stack_trace_win.cc', 152 'debug/stack_trace_win.cc',
153 'debug/trace_event.h', 153 'debug/trace_event.h',
154 'debug/trace_event_android.cc', 154 'debug/trace_event_android.cc',
155 'debug/trace_event_impl.cc', 155 'debug/trace_event_impl.cc',
156 'debug/trace_event_impl.h', 156 'debug/trace_event_impl.h',
157 'debug/trace_event_impl_constants.cc', 157 'debug/trace_event_impl_constants.cc',
158 'debug/trace_event_system_stats_monitor.cc',
158 'debug/trace_event_memory.cc', 159 'debug/trace_event_memory.cc',
159 'debug/trace_event_memory.h', 160 'debug/trace_event_memory.h',
160 'debug/trace_event_win.cc', 161 'debug/trace_event_win.cc',
161 'deferred_sequenced_task_runner.cc', 162 'deferred_sequenced_task_runner.cc',
162 'deferred_sequenced_task_runner.h', 163 'deferred_sequenced_task_runner.h',
163 'environment.cc', 164 'environment.cc',
164 'environment.h', 165 'environment.h',
165 'file_descriptor_posix.h', 166 'file_descriptor_posix.h',
166 'file_util.cc', 167 'file_util.cc',
167 'file_util.h', 168 'file_util.h',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 900 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
900 'sources/': [ 901 'sources/': [
901 ['exclude', '^third_party/nspr/'], 902 ['exclude', '^third_party/nspr/'],
902 ], 903 ],
903 }], 904 }],
904 ], 905 ],
905 }], 906 }],
906 ], 907 ],
907 }, 908 },
908 } 909 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698