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

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: 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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/threading/thread.cc » ('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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'BASE_PREFS_IMPLEMENTATION', 331 'BASE_PREFS_IMPLEMENTATION',
332 ], 332 ],
333 'sources': [ 333 'sources': [
334 'prefs/default_pref_store.cc', 334 'prefs/default_pref_store.cc',
335 'prefs/default_pref_store.h', 335 'prefs/default_pref_store.h',
336 'prefs/json_pref_store.cc', 336 'prefs/json_pref_store.cc',
337 'prefs/json_pref_store.h', 337 'prefs/json_pref_store.h',
338 'prefs/overlay_user_pref_store.cc', 338 'prefs/overlay_user_pref_store.cc',
339 'prefs/overlay_user_pref_store.h', 339 'prefs/overlay_user_pref_store.h',
340 'prefs/persistent_pref_store.h', 340 'prefs/persistent_pref_store.h',
341 'prefs/pref_notifier.h',
341 'prefs/pref_observer.h', 342 'prefs/pref_observer.h',
342 'prefs/pref_notifier.h',
343 'prefs/pref_store.cc', 343 'prefs/pref_store.cc',
344 'prefs/pref_store.h', 344 'prefs/pref_store.h',
345 'prefs/pref_value_map.cc', 345 'prefs/pref_value_map.cc',
346 'prefs/pref_value_map.h', 346 'prefs/pref_value_map.h',
347 'prefs/public/pref_change_registrar.cc', 347 'prefs/public/pref_change_registrar.cc',
348 'prefs/public/pref_change_registrar.h', 348 'prefs/public/pref_change_registrar.h',
349 'prefs/public/pref_member.cc', 349 'prefs/public/pref_member.cc',
350 'prefs/public/pref_member.h', 350 'prefs/public/pref_member.h',
351 'prefs/public/pref_service_base.h', 351 'prefs/public/pref_service_base.h',
352 'prefs/value_map_pref_store.cc', 352 'prefs/value_map_pref_store.cc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'template_util_unittest.cc', 575 'template_util_unittest.cc',
576 'test/sequenced_worker_pool_owner.cc', 576 'test/sequenced_worker_pool_owner.cc',
577 'test/sequenced_worker_pool_owner.h', 577 'test/sequenced_worker_pool_owner.h',
578 'test/trace_event_analyzer_unittest.cc', 578 'test/trace_event_analyzer_unittest.cc',
579 'threading/non_thread_safe_unittest.cc', 579 'threading/non_thread_safe_unittest.cc',
580 'threading/platform_thread_unittest.cc', 580 'threading/platform_thread_unittest.cc',
581 'threading/sequenced_worker_pool_unittest.cc', 581 'threading/sequenced_worker_pool_unittest.cc',
582 'threading/simple_thread_unittest.cc', 582 'threading/simple_thread_unittest.cc',
583 'threading/thread_checker_unittest.cc', 583 'threading/thread_checker_unittest.cc',
584 'threading/thread_collision_warner_unittest.cc', 584 'threading/thread_collision_warner_unittest.cc',
585 'threading/thread_id_name_manager_unittest.cc',
585 'threading/thread_local_storage_unittest.cc', 586 'threading/thread_local_storage_unittest.cc',
586 'threading/thread_local_unittest.cc', 587 'threading/thread_local_unittest.cc',
587 'threading/thread_unittest.cc', 588 'threading/thread_unittest.cc',
588 'threading/watchdog_unittest.cc', 589 'threading/watchdog_unittest.cc',
589 'threading/worker_pool_posix_unittest.cc', 590 'threading/worker_pool_posix_unittest.cc',
590 'threading/worker_pool_unittest.cc', 591 'threading/worker_pool_unittest.cc',
591 'time_unittest.cc', 592 'time_unittest.cc',
592 'time_win_unittest.cc', 593 'time_win_unittest.cc',
593 'timer_unittest.cc', 594 'timer_unittest.cc',
594 'tools_sanity_unittest.cc', 595 'tools_sanity_unittest.cc',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 'base_unittests.isolate', 1162 'base_unittests.isolate',
1162 ], 1163 ],
1163 'sources': [ 1164 'sources': [
1164 'base_unittests.isolate', 1165 'base_unittests.isolate',
1165 ], 1166 ],
1166 }, 1167 },
1167 ], 1168 ],
1168 }], 1169 }],
1169 ], 1170 ],
1170 } 1171 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/threading/thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698