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

Side by Side Diff: base/base.gyp

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 | « no previous file | base/base.gypi » ('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 '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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'containers/linked_list_unittest.cc', 463 'containers/linked_list_unittest.cc',
464 'containers/mru_cache_unittest.cc', 464 'containers/mru_cache_unittest.cc',
465 'containers/small_map_unittest.cc', 465 'containers/small_map_unittest.cc',
466 'containers/stack_container_unittest.cc', 466 'containers/stack_container_unittest.cc',
467 'cpu_unittest.cc', 467 'cpu_unittest.cc',
468 'debug/crash_logging_unittest.cc', 468 'debug/crash_logging_unittest.cc',
469 'debug/leak_tracker_unittest.cc', 469 'debug/leak_tracker_unittest.cc',
470 'debug/proc_maps_linux_unittest.cc', 470 'debug/proc_maps_linux_unittest.cc',
471 'debug/stack_trace_unittest.cc', 471 'debug/stack_trace_unittest.cc',
472 'debug/trace_event_memory_unittest.cc', 472 'debug/trace_event_memory_unittest.cc',
473 'debug/trace_event_synthetic_delay_unittest.cc',
473 'debug/trace_event_system_stats_monitor_unittest.cc', 474 'debug/trace_event_system_stats_monitor_unittest.cc',
474 'debug/trace_event_unittest.cc', 475 'debug/trace_event_unittest.cc',
475 'debug/trace_event_unittest.h', 476 'debug/trace_event_unittest.h',
476 'debug/trace_event_win_unittest.cc', 477 'debug/trace_event_win_unittest.cc',
477 'deferred_sequenced_task_runner_unittest.cc', 478 'deferred_sequenced_task_runner_unittest.cc',
478 'environment_unittest.cc', 479 'environment_unittest.cc',
479 'file_util_unittest.cc', 480 'file_util_unittest.cc',
480 'file_version_info_unittest.cc', 481 'file_version_info_unittest.cc',
481 'files/dir_reader_posix_unittest.cc', 482 'files/dir_reader_posix_unittest.cc',
482 'files/file_path_unittest.cc', 483 'files/file_path_unittest.cc',
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 'base_unittests.isolate', 1357 'base_unittests.isolate',
1357 ], 1358 ],
1358 'sources': [ 1359 'sources': [
1359 'base_unittests.isolate', 1360 'base_unittests.isolate',
1360 ], 1361 ],
1361 }, 1362 },
1362 ], 1363 ],
1363 }], 1364 }],
1364 ], 1365 ],
1365 } 1366 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698