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

Side by Side Diff: base/base.gyp

Issue 11438022: Add ability to retrieve a thread_name given a thread_id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change to const char* from std::string Created 8 years 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/base.gypi » ('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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'test/trace_event_analyzer_unittest.cc', 535 'test/trace_event_analyzer_unittest.cc',
536 'threading/non_thread_safe_unittest.cc', 536 'threading/non_thread_safe_unittest.cc',
537 'threading/platform_thread_unittest.cc', 537 'threading/platform_thread_unittest.cc',
538 'threading/sequenced_worker_pool_unittest.cc', 538 'threading/sequenced_worker_pool_unittest.cc',
539 'threading/simple_thread_unittest.cc', 539 'threading/simple_thread_unittest.cc',
540 'threading/thread_checker_unittest.cc', 540 'threading/thread_checker_unittest.cc',
541 'threading/thread_collision_warner_unittest.cc', 541 'threading/thread_collision_warner_unittest.cc',
542 'threading/thread_local_storage_unittest.cc', 542 'threading/thread_local_storage_unittest.cc',
543 'threading/thread_local_unittest.cc', 543 'threading/thread_local_unittest.cc',
544 'threading/thread_unittest.cc', 544 'threading/thread_unittest.cc',
545 'threading/thread_id_name_manager_unittest.cc',
jonathan.backer 2012/12/06 16:29:08 nit: sorted order?
dsinclair 2012/12/06 17:55:05 Done.
545 'threading/watchdog_unittest.cc', 546 'threading/watchdog_unittest.cc',
546 'threading/worker_pool_posix_unittest.cc', 547 'threading/worker_pool_posix_unittest.cc',
547 'threading/worker_pool_unittest.cc', 548 'threading/worker_pool_unittest.cc',
548 'time_unittest.cc', 549 'time_unittest.cc',
549 'time_win_unittest.cc', 550 'time_win_unittest.cc',
550 'timer_unittest.cc', 551 'timer_unittest.cc',
551 'tools_sanity_unittest.cc', 552 'tools_sanity_unittest.cc',
552 'tracked_objects_unittest.cc', 553 'tracked_objects_unittest.cc',
553 'tuple_unittest.cc', 554 'tuple_unittest.cc',
554 'utf_offset_string_conversions_unittest.cc', 555 'utf_offset_string_conversions_unittest.cc',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 'base_unittests.isolate', 1101 'base_unittests.isolate',
1101 ], 1102 ],
1102 'sources': [ 1103 'sources': [
1103 'base_unittests.isolate', 1104 'base_unittests.isolate',
1104 ], 1105 ],
1105 }, 1106 },
1106 ], 1107 ],
1107 }], 1108 }],
1108 ], 1109 ],
1109 } 1110 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/base.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698