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

Side by Side Diff: base/base.gyp

Issue 10828326: Fix TraceEventTestFixture flakiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sharing HighResSleepForTraceTest between tests Created 8 years, 4 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 | « no previous file | base/debug/trace_event_unittest.h » ('j') | base/debug/trace_event_unittest.cc » ('J')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'bits_unittest.cc', 374 'bits_unittest.cc',
375 'build_time_unittest.cc', 375 'build_time_unittest.cc',
376 'callback_unittest.cc', 376 'callback_unittest.cc',
377 'callback_unittest.nc', 377 'callback_unittest.nc',
378 'cancelable_callback_unittest.cc', 378 'cancelable_callback_unittest.cc',
379 'command_line_unittest.cc', 379 'command_line_unittest.cc',
380 'cpu_unittest.cc', 380 'cpu_unittest.cc',
381 'debug/leak_tracker_unittest.cc', 381 'debug/leak_tracker_unittest.cc',
382 'debug/stack_trace_unittest.cc', 382 'debug/stack_trace_unittest.cc',
383 'debug/trace_event_unittest.cc', 383 'debug/trace_event_unittest.cc',
384 'debug/trace_event_unittest.h',
384 'debug/trace_event_win_unittest.cc', 385 'debug/trace_event_win_unittest.cc',
385 'environment_unittest.cc', 386 'environment_unittest.cc',
386 'file_descriptor_shuffle_unittest.cc', 387 'file_descriptor_shuffle_unittest.cc',
387 'file_path_unittest.cc', 388 'file_path_unittest.cc',
388 'file_util_proxy_unittest.cc', 389 'file_util_proxy_unittest.cc',
389 'file_util_unittest.cc', 390 'file_util_unittest.cc',
390 'file_version_info_unittest.cc', 391 'file_version_info_unittest.cc',
391 'files/dir_reader_posix_unittest.cc', 392 'files/dir_reader_posix_unittest.cc',
392 'gmock_unittest.cc', 393 'gmock_unittest.cc',
393 'guid_unittest.cc', 394 'guid_unittest.cc',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 '--result', '<@(_outputs)', 1025 '--result', '<@(_outputs)',
1025 '--isolate', 'base_unittests.isolate', 1026 '--isolate', 'base_unittests.isolate',
1026 ], 1027 ],
1027 }, 1028 },
1028 ], 1029 ],
1029 }, 1030 },
1030 ], 1031 ],
1031 }], 1032 }],
1032 ], 1033 ],
1033 } 1034 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event_unittest.h » ('j') | base/debug/trace_event_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698