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

Side by Side Diff: base/base.gyp

Issue 18501008: base: Change WeakPtr to use SequenceChecker instead of ThreadChecker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | base/memory/weak_ptr.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 '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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'process/memory_unittest_mac.mm', 563 'process/memory_unittest_mac.mm',
564 'profiler/tracked_time_unittest.cc', 564 'profiler/tracked_time_unittest.cc',
565 'rand_util_unittest.cc', 565 'rand_util_unittest.cc',
566 'safe_numerics_unittest.cc', 566 'safe_numerics_unittest.cc',
567 'safe_numerics_unittest.nc', 567 'safe_numerics_unittest.nc',
568 'scoped_clear_errno_unittest.cc', 568 'scoped_clear_errno_unittest.cc',
569 'scoped_native_library_unittest.cc', 569 'scoped_native_library_unittest.cc',
570 'scoped_observer.h', 570 'scoped_observer.h',
571 'security_unittest.cc', 571 'security_unittest.cc',
572 'sequence_checker_unittest.cc', 572 'sequence_checker_unittest.cc',
573 'sequence_checker_impl_unittest.cc',
574 'sha1_unittest.cc', 573 'sha1_unittest.cc',
575 'stl_util_unittest.cc', 574 'stl_util_unittest.cc',
576 'strings/nullable_string16_unittest.cc', 575 'strings/nullable_string16_unittest.cc',
577 'strings/string16_unittest.cc', 576 'strings/string16_unittest.cc',
578 'strings/stringprintf_unittest.cc', 577 'strings/stringprintf_unittest.cc',
579 'strings/string_number_conversions_unittest.cc', 578 'strings/string_number_conversions_unittest.cc',
580 'strings/string_piece_unittest.cc', 579 'strings/string_piece_unittest.cc',
581 'strings/string_split_unittest.cc', 580 'strings/string_split_unittest.cc',
582 'strings/string_tokenizer_unittest.cc', 581 'strings/string_tokenizer_unittest.cc',
583 'strings/string_util_unittest.cc', 582 'strings/string_util_unittest.cc',
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 'base_unittests.isolate', 1302 'base_unittests.isolate',
1304 ], 1303 ],
1305 'sources': [ 1304 'sources': [
1306 'base_unittests.isolate', 1305 'base_unittests.isolate',
1307 ], 1306 ],
1308 }, 1307 },
1309 ], 1308 ],
1310 }], 1309 }],
1311 ], 1310 ],
1312 } 1311 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/weak_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698