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

Side by Side Diff: base/base.gypi

Issue 92623003: Revert of Add synthetic delay testing framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_synthetic_delay.h » ('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 '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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'debug/stack_trace.h', 150 'debug/stack_trace.h',
151 'debug/stack_trace_android.cc', 151 'debug/stack_trace_android.cc',
152 'debug/stack_trace_ios.mm', 152 'debug/stack_trace_ios.mm',
153 'debug/stack_trace_posix.cc', 153 'debug/stack_trace_posix.cc',
154 'debug/stack_trace_win.cc', 154 'debug/stack_trace_win.cc',
155 'debug/trace_event.h', 155 'debug/trace_event.h',
156 'debug/trace_event_android.cc', 156 'debug/trace_event_android.cc',
157 'debug/trace_event_impl.cc', 157 'debug/trace_event_impl.cc',
158 'debug/trace_event_impl.h', 158 'debug/trace_event_impl.h',
159 'debug/trace_event_impl_constants.cc', 159 'debug/trace_event_impl_constants.cc',
160 'debug/trace_event_synthetic_delay.cc',
161 'debug/trace_event_synthetic_delay.h',
162 'debug/trace_event_system_stats_monitor.cc', 160 'debug/trace_event_system_stats_monitor.cc',
163 'debug/trace_event_memory.cc', 161 'debug/trace_event_memory.cc',
164 'debug/trace_event_memory.h', 162 'debug/trace_event_memory.h',
165 'debug/trace_event_win.cc', 163 'debug/trace_event_win.cc',
166 'deferred_sequenced_task_runner.cc', 164 'deferred_sequenced_task_runner.cc',
167 'deferred_sequenced_task_runner.h', 165 'deferred_sequenced_task_runner.h',
168 'environment.cc', 166 'environment.cc',
169 'environment.h', 167 'environment.h',
170 'file_descriptor_posix.h', 168 'file_descriptor_posix.h',
171 'file_util.cc', 169 'file_util.cc',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 ['<(toolkit_uses_gtk) == 1', { 940 ['<(toolkit_uses_gtk) == 1', {
943 'sources!': [ 941 'sources!': [
944 'x11/x11_error_tracker.cc', 942 'x11/x11_error_tracker.cc',
945 ], 943 ],
946 }], 944 }],
947 ], 945 ],
948 }], 946 }],
949 ], 947 ],
950 }, 948 },
951 } 949 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_synthetic_delay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698