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

Side by Side Diff: base/base.gypi

Issue 60743004: Implement chromium's TLS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'threading/thread.h', 567 'threading/thread.h',
568 'threading/thread_checker.h', 568 'threading/thread_checker.h',
569 'threading/thread_checker_impl.cc', 569 'threading/thread_checker_impl.cc',
570 'threading/thread_checker_impl.h', 570 'threading/thread_checker_impl.h',
571 'threading/thread_collision_warner.cc', 571 'threading/thread_collision_warner.cc',
572 'threading/thread_collision_warner.h', 572 'threading/thread_collision_warner.h',
573 'threading/thread_id_name_manager.cc', 573 'threading/thread_id_name_manager.cc',
574 'threading/thread_id_name_manager.h', 574 'threading/thread_id_name_manager.h',
575 'threading/thread_local.h', 575 'threading/thread_local.h',
576 'threading/thread_local_posix.cc', 576 'threading/thread_local_posix.cc',
577 'threading/thread_local_storage.cc',
577 'threading/thread_local_storage.h', 578 'threading/thread_local_storage.h',
578 'threading/thread_local_storage_posix.cc', 579 'threading/thread_local_storage_posix.cc',
579 'threading/thread_local_storage_win.cc', 580 'threading/thread_local_storage_win.cc',
580 'threading/thread_local_win.cc', 581 'threading/thread_local_win.cc',
581 'threading/thread_restrictions.h', 582 'threading/thread_restrictions.h',
582 'threading/thread_restrictions.cc', 583 'threading/thread_restrictions.cc',
583 'threading/watchdog.cc', 584 'threading/watchdog.cc',
584 'threading/watchdog.h', 585 'threading/watchdog.h',
585 'threading/worker_pool.h', 586 'threading/worker_pool.h',
586 'threading/worker_pool.cc', 587 'threading/worker_pool.cc',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 ['<(toolkit_uses_gtk) == 1', { 936 ['<(toolkit_uses_gtk) == 1', {
936 'sources!': [ 937 'sources!': [
937 'x11/x11_error_tracker.cc', 938 'x11/x11_error_tracker.cc',
938 ], 939 ],
939 }], 940 }],
940 ], 941 ],
941 }], 942 }],
942 ], 943 ],
943 }, 944 },
944 } 945 }
OLDNEW
« no previous file with comments | « no previous file | base/threading/thread_local_storage.h » ('j') | base/threading/thread_local_storage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698