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

Side by Side Diff: trunk/src/base/base.gypi

Issue 108793004: Revert 241144 "Implement chromium's TLS." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/base/threading/thread_local_storage.h » ('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 '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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'threading/thread.h', 582 'threading/thread.h',
583 'threading/thread_checker.h', 583 'threading/thread_checker.h',
584 'threading/thread_checker_impl.cc', 584 'threading/thread_checker_impl.cc',
585 'threading/thread_checker_impl.h', 585 'threading/thread_checker_impl.h',
586 'threading/thread_collision_warner.cc', 586 'threading/thread_collision_warner.cc',
587 'threading/thread_collision_warner.h', 587 'threading/thread_collision_warner.h',
588 'threading/thread_id_name_manager.cc', 588 'threading/thread_id_name_manager.cc',
589 'threading/thread_id_name_manager.h', 589 'threading/thread_id_name_manager.h',
590 'threading/thread_local.h', 590 'threading/thread_local.h',
591 'threading/thread_local_posix.cc', 591 'threading/thread_local_posix.cc',
592 'threading/thread_local_storage.cc',
593 'threading/thread_local_storage.h', 592 'threading/thread_local_storage.h',
594 'threading/thread_local_storage_posix.cc', 593 'threading/thread_local_storage_posix.cc',
595 'threading/thread_local_storage_win.cc', 594 'threading/thread_local_storage_win.cc',
596 'threading/thread_local_win.cc', 595 'threading/thread_local_win.cc',
597 'threading/thread_restrictions.h', 596 'threading/thread_restrictions.h',
598 'threading/thread_restrictions.cc', 597 'threading/thread_restrictions.cc',
599 'threading/watchdog.cc', 598 'threading/watchdog.cc',
600 'threading/watchdog.h', 599 'threading/watchdog.h',
601 'threading/worker_pool.h', 600 'threading/worker_pool.h',
602 'threading/worker_pool.cc', 601 'threading/worker_pool.cc',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 ['<(toolkit_uses_gtk) == 1', { 942 ['<(toolkit_uses_gtk) == 1', {
944 'sources!': [ 943 'sources!': [
945 'x11/x11_error_tracker.cc', 944 'x11/x11_error_tracker.cc',
946 ], 945 ],
947 }], 946 }],
948 ], 947 ],
949 }], 948 }],
950 ], 949 ],
951 }, 950 },
952 } 951 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/base/threading/thread_local_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698