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

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 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'threading/thread.h', 572 'threading/thread.h',
573 'threading/thread_checker.h', 573 'threading/thread_checker.h',
574 'threading/thread_checker_impl.cc', 574 'threading/thread_checker_impl.cc',
575 'threading/thread_checker_impl.h', 575 'threading/thread_checker_impl.h',
576 'threading/thread_collision_warner.cc', 576 'threading/thread_collision_warner.cc',
577 'threading/thread_collision_warner.h', 577 'threading/thread_collision_warner.h',
578 'threading/thread_id_name_manager.cc', 578 'threading/thread_id_name_manager.cc',
579 'threading/thread_id_name_manager.h', 579 'threading/thread_id_name_manager.h',
580 'threading/thread_local.h', 580 'threading/thread_local.h',
581 'threading/thread_local_posix.cc', 581 'threading/thread_local_posix.cc',
582 'threading/thread_local_storage.cc',
582 'threading/thread_local_storage.h', 583 'threading/thread_local_storage.h',
583 'threading/thread_local_storage_posix.cc', 584 'threading/thread_local_storage_posix.cc',
584 'threading/thread_local_storage_win.cc', 585 'threading/thread_local_storage_win.cc',
585 'threading/thread_local_win.cc', 586 'threading/thread_local_win.cc',
586 'threading/thread_restrictions.h', 587 'threading/thread_restrictions.h',
587 'threading/thread_restrictions.cc', 588 'threading/thread_restrictions.cc',
588 'threading/watchdog.cc', 589 'threading/watchdog.cc',
589 'threading/watchdog.h', 590 'threading/watchdog.h',
590 'threading/worker_pool.h', 591 'threading/worker_pool.h',
591 'threading/worker_pool.cc', 592 'threading/worker_pool.cc',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 ['<(toolkit_uses_gtk) == 1', { 941 ['<(toolkit_uses_gtk) == 1', {
941 'sources!': [ 942 'sources!': [
942 'x11/x11_error_tracker.cc', 943 'x11/x11_error_tracker.cc',
943 ], 944 ],
944 }], 945 }],
945 ], 946 ],
946 }], 947 }],
947 ], 948 ],
948 }, 949 },
949 } 950 }
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