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

Side by Side Diff: base/base.gypi

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: API and various other cleanups based on review feedback. Created 7 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'threading/sequenced_worker_pool.h', 457 'threading/sequenced_worker_pool.h',
458 'threading/simple_thread.cc', 458 'threading/simple_thread.cc',
459 'threading/simple_thread.h', 459 'threading/simple_thread.h',
460 'threading/thread.cc', 460 'threading/thread.cc',
461 'threading/thread.h', 461 'threading/thread.h',
462 'threading/thread_checker.h', 462 'threading/thread_checker.h',
463 'threading/thread_checker_impl.cc', 463 'threading/thread_checker_impl.cc',
464 'threading/thread_checker_impl.h', 464 'threading/thread_checker_impl.h',
465 'threading/thread_collision_warner.cc', 465 'threading/thread_collision_warner.cc',
466 'threading/thread_collision_warner.h', 466 'threading/thread_collision_warner.h',
467 'threading/thread_id_name_manager.cc',
468 'threading/thread_id_name_manager.h',
467 'threading/thread_local.h', 469 'threading/thread_local.h',
468 'threading/thread_local_posix.cc', 470 'threading/thread_local_posix.cc',
469 'threading/thread_local_storage.h', 471 'threading/thread_local_storage.h',
470 'threading/thread_local_storage_posix.cc', 472 'threading/thread_local_storage_posix.cc',
471 'threading/thread_local_storage_win.cc', 473 'threading/thread_local_storage_win.cc',
472 'threading/thread_local_win.cc', 474 'threading/thread_local_win.cc',
473 'threading/thread_restrictions.h', 475 'threading/thread_restrictions.h',
474 'threading/thread_restrictions.cc', 476 'threading/thread_restrictions.cc',
475 'threading/watchdog.cc', 477 'threading/watchdog.cc',
476 'threading/watchdog.h', 478 'threading/watchdog.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 742 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
741 'sources/': [ 743 'sources/': [
742 ['exclude', '^third_party/nspr/'], 744 ['exclude', '^third_party/nspr/'],
743 ], 745 ],
744 }], 746 }],
745 ], 747 ],
746 }], 748 }],
747 ], 749 ],
748 }, 750 },
749 } 751 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_impl.cc » ('j') | base/threading/thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698