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

Side by Side Diff: base/base.gypi

Issue 189263003: Switch thread_local to use ThreadPlatformStorage in Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 6 years, 7 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/threading/thread_local.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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'threading/thread.cc', 603 'threading/thread.cc',
604 'threading/thread.h', 604 'threading/thread.h',
605 'threading/thread_checker.h', 605 'threading/thread_checker.h',
606 'threading/thread_checker_impl.cc', 606 'threading/thread_checker_impl.cc',
607 'threading/thread_checker_impl.h', 607 'threading/thread_checker_impl.h',
608 'threading/thread_collision_warner.cc', 608 'threading/thread_collision_warner.cc',
609 'threading/thread_collision_warner.h', 609 'threading/thread_collision_warner.h',
610 'threading/thread_id_name_manager.cc', 610 'threading/thread_id_name_manager.cc',
611 'threading/thread_id_name_manager.h', 611 'threading/thread_id_name_manager.h',
612 'threading/thread_local.h', 612 'threading/thread_local.h',
613 'threading/thread_local_android.cc',
613 'threading/thread_local_posix.cc', 614 'threading/thread_local_posix.cc',
614 'threading/thread_local_storage.cc', 615 'threading/thread_local_storage.cc',
615 'threading/thread_local_storage.h', 616 'threading/thread_local_storage.h',
616 'threading/thread_local_storage_posix.cc', 617 'threading/thread_local_storage_posix.cc',
617 'threading/thread_local_storage_win.cc', 618 'threading/thread_local_storage_win.cc',
618 'threading/thread_local_win.cc', 619 'threading/thread_local_win.cc',
619 'threading/thread_restrictions.h', 620 'threading/thread_restrictions.h',
620 'threading/thread_restrictions.cc', 621 'threading/thread_restrictions.cc',
621 'threading/watchdog.cc', 622 'threading/watchdog.cc',
622 'threading/watchdog.h', 623 'threading/watchdog.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'i18n/time_formatting.h', 965 'i18n/time_formatting.h',
965 'i18n/timezone.cc', 966 'i18n/timezone.cc',
966 'i18n/timezone.h', 967 'i18n/timezone.h',
967 'i18n/utf8_validator_tables.cc', 968 'i18n/utf8_validator_tables.cc',
968 'i18n/utf8_validator_tables.h', 969 'i18n/utf8_validator_tables.h',
969 ], 970 ],
970 }] 971 }]
971 ], 972 ],
972 }, 973 },
973 } 974 }
OLDNEW
« no previous file with comments | « no previous file | base/threading/thread_local.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698