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

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: Make some of the try servers happier. 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') | no next file with comments »
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'template_util_unittest.cc', 545 'template_util_unittest.cc',
546 'test/sequenced_worker_pool_owner.cc', 546 'test/sequenced_worker_pool_owner.cc',
547 'test/sequenced_worker_pool_owner.h', 547 'test/sequenced_worker_pool_owner.h',
548 'test/trace_event_analyzer_unittest.cc', 548 'test/trace_event_analyzer_unittest.cc',
549 'threading/non_thread_safe_unittest.cc', 549 'threading/non_thread_safe_unittest.cc',
550 'threading/platform_thread_unittest.cc', 550 'threading/platform_thread_unittest.cc',
551 'threading/sequenced_worker_pool_unittest.cc', 551 'threading/sequenced_worker_pool_unittest.cc',
552 'threading/simple_thread_unittest.cc', 552 'threading/simple_thread_unittest.cc',
553 'threading/thread_checker_unittest.cc', 553 'threading/thread_checker_unittest.cc',
554 'threading/thread_collision_warner_unittest.cc', 554 'threading/thread_collision_warner_unittest.cc',
555 'threading/thread_id_name_manager_unittest.cc',
555 'threading/thread_local_storage_unittest.cc', 556 'threading/thread_local_storage_unittest.cc',
556 'threading/thread_local_unittest.cc', 557 'threading/thread_local_unittest.cc',
557 'threading/thread_unittest.cc', 558 'threading/thread_unittest.cc',
558 'threading/watchdog_unittest.cc', 559 'threading/watchdog_unittest.cc',
559 'threading/worker_pool_posix_unittest.cc', 560 'threading/worker_pool_posix_unittest.cc',
560 'threading/worker_pool_unittest.cc', 561 'threading/worker_pool_unittest.cc',
561 'time_unittest.cc', 562 'time_unittest.cc',
562 'time_win_unittest.cc', 563 'time_win_unittest.cc',
563 'timer_unittest.cc', 564 'timer_unittest.cc',
564 'tools_sanity_unittest.cc', 565 'tools_sanity_unittest.cc',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'base_unittests.isolate', 1152 'base_unittests.isolate',
1152 ], 1153 ],
1153 'sources': [ 1154 'sources': [
1154 'base_unittests.isolate', 1155 'base_unittests.isolate',
1155 ], 1156 ],
1156 }, 1157 },
1157 ], 1158 ],
1158 }], 1159 }],
1159 ], 1160 ],
1160 } 1161 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698