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

Side by Side Diff: base/base.gypi

Issue 53923005: Add synthetic delay testing framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Happy new year Created 6 years, 11 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 | 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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'debug/stack_trace.h', 153 'debug/stack_trace.h',
154 'debug/stack_trace_android.cc', 154 'debug/stack_trace_android.cc',
155 'debug/stack_trace_ios.mm', 155 'debug/stack_trace_ios.mm',
156 'debug/stack_trace_posix.cc', 156 'debug/stack_trace_posix.cc',
157 'debug/stack_trace_win.cc', 157 'debug/stack_trace_win.cc',
158 'debug/trace_event.h', 158 'debug/trace_event.h',
159 'debug/trace_event_android.cc', 159 'debug/trace_event_android.cc',
160 'debug/trace_event_impl.cc', 160 'debug/trace_event_impl.cc',
161 'debug/trace_event_impl.h', 161 'debug/trace_event_impl.h',
162 'debug/trace_event_impl_constants.cc', 162 'debug/trace_event_impl_constants.cc',
163 'debug/trace_event_synthetic_delay.cc',
164 'debug/trace_event_synthetic_delay.h',
163 'debug/trace_event_system_stats_monitor.cc', 165 'debug/trace_event_system_stats_monitor.cc',
164 'debug/trace_event_memory.cc', 166 'debug/trace_event_memory.cc',
165 'debug/trace_event_memory.h', 167 'debug/trace_event_memory.h',
166 'debug/trace_event_win.cc', 168 'debug/trace_event_win.cc',
167 'deferred_sequenced_task_runner.cc', 169 'deferred_sequenced_task_runner.cc',
168 'deferred_sequenced_task_runner.h', 170 'deferred_sequenced_task_runner.h',
169 'environment.cc', 171 'environment.cc',
170 'environment.h', 172 'environment.h',
171 'file_descriptor_posix.h', 173 'file_descriptor_posix.h',
172 'file_util.cc', 174 'file_util.cc',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'i18n/string_search.h', 985 'i18n/string_search.h',
984 'i18n/time_formatting.cc', 986 'i18n/time_formatting.cc',
985 'i18n/time_formatting.h', 987 'i18n/time_formatting.h',
986 'i18n/timezone.cc', 988 'i18n/timezone.cc',
987 'i18n/timezone.h', 989 'i18n/timezone.h',
988 ], 990 ],
989 }] 991 }]
990 ], 992 ],
991 }, 993 },
992 } 994 }
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