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

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: Renaming and cleanup. Created 7 years, 1 month 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') | base/debug/trace_event_synthetic_delay.h » ('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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'containers/linked_list_unittest.cc', 497 'containers/linked_list_unittest.cc',
498 'containers/mru_cache_unittest.cc', 498 'containers/mru_cache_unittest.cc',
499 'containers/small_map_unittest.cc', 499 'containers/small_map_unittest.cc',
500 'containers/stack_container_unittest.cc', 500 'containers/stack_container_unittest.cc',
501 'cpu_unittest.cc', 501 'cpu_unittest.cc',
502 'debug/crash_logging_unittest.cc', 502 'debug/crash_logging_unittest.cc',
503 'debug/leak_tracker_unittest.cc', 503 'debug/leak_tracker_unittest.cc',
504 'debug/proc_maps_linux_unittest.cc', 504 'debug/proc_maps_linux_unittest.cc',
505 'debug/stack_trace_unittest.cc', 505 'debug/stack_trace_unittest.cc',
506 'debug/trace_event_memory_unittest.cc', 506 'debug/trace_event_memory_unittest.cc',
507 'debug/trace_event_synthetic_delay_unittest.cc',
507 'debug/trace_event_system_stats_monitor_unittest.cc', 508 'debug/trace_event_system_stats_monitor_unittest.cc',
508 'debug/trace_event_unittest.cc', 509 'debug/trace_event_unittest.cc',
509 'debug/trace_event_unittest.h', 510 'debug/trace_event_unittest.h',
510 'debug/trace_event_win_unittest.cc', 511 'debug/trace_event_win_unittest.cc',
511 'deferred_sequenced_task_runner_unittest.cc', 512 'deferred_sequenced_task_runner_unittest.cc',
512 'environment_unittest.cc', 513 'environment_unittest.cc',
513 'file_util_unittest.cc', 514 'file_util_unittest.cc',
514 'file_version_info_unittest.cc', 515 'file_version_info_unittest.cc',
515 'files/dir_reader_posix_unittest.cc', 516 'files/dir_reader_posix_unittest.cc',
516 'files/file_path_unittest.cc', 517 'files/file_path_unittest.cc',
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 'base_unittests.isolate', 1397 'base_unittests.isolate',
1397 ], 1398 ],
1398 'sources': [ 1399 'sources': [
1399 'base_unittests.isolate', 1400 'base_unittests.isolate',
1400 ], 1401 ],
1401 }, 1402 },
1402 ], 1403 ],
1403 }], 1404 }],
1404 ], 1405 ],
1405 } 1406 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/debug/trace_event_synthetic_delay.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698