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

Side by Side Diff: base/base.gyp

Issue 455833004: base: Factor task debug annotations out of MessageLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Documentation. Created 6 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
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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'containers/hash_tables_unittest.cc', 440 'containers/hash_tables_unittest.cc',
441 'containers/linked_list_unittest.cc', 441 'containers/linked_list_unittest.cc',
442 'containers/mru_cache_unittest.cc', 442 'containers/mru_cache_unittest.cc',
443 'containers/small_map_unittest.cc', 443 'containers/small_map_unittest.cc',
444 'containers/stack_container_unittest.cc', 444 'containers/stack_container_unittest.cc',
445 'cpu_unittest.cc', 445 'cpu_unittest.cc',
446 'debug/crash_logging_unittest.cc', 446 'debug/crash_logging_unittest.cc',
447 'debug/leak_tracker_unittest.cc', 447 'debug/leak_tracker_unittest.cc',
448 'debug/proc_maps_linux_unittest.cc', 448 'debug/proc_maps_linux_unittest.cc',
449 'debug/stack_trace_unittest.cc', 449 'debug/stack_trace_unittest.cc',
450 'debug/task_annotator_unittest.cc',
450 'debug/trace_event_argument_unittest.cc', 451 'debug/trace_event_argument_unittest.cc',
451 'debug/trace_event_memory_unittest.cc', 452 'debug/trace_event_memory_unittest.cc',
452 'debug/trace_event_synthetic_delay_unittest.cc', 453 'debug/trace_event_synthetic_delay_unittest.cc',
453 'debug/trace_event_system_stats_monitor_unittest.cc', 454 'debug/trace_event_system_stats_monitor_unittest.cc',
454 'debug/trace_event_unittest.cc', 455 'debug/trace_event_unittest.cc',
455 'debug/trace_event_unittest.h', 456 'debug/trace_event_unittest.h',
456 'debug/trace_event_win_unittest.cc', 457 'debug/trace_event_win_unittest.cc',
457 'deferred_sequenced_task_runner_unittest.cc', 458 'deferred_sequenced_task_runner_unittest.cc',
458 'environment_unittest.cc', 459 'environment_unittest.cc',
459 'file_util_unittest.cc', 460 'file_util_unittest.cc',
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 'dependencies': [ 1501 'dependencies': [
1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1502 ], 1503 ],
1503 }], 1504 }],
1504 ], 1505 ],
1505 }, 1506 },
1506 ], 1507 ],
1507 }], 1508 }],
1508 ], 1509 ],
1509 } 1510 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/message_loop/message_loop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698