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

Side by Side Diff: base/base.gyp

Issue 20163004: base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back death test threadsafe mode flag that got lost. 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'process/process_util_unittest_ios.cc', 564 'process/process_util_unittest_ios.cc',
565 'profiler/tracked_time_unittest.cc', 565 'profiler/tracked_time_unittest.cc',
566 'rand_util_unittest.cc', 566 'rand_util_unittest.cc',
567 'safe_numerics_unittest.cc', 567 'safe_numerics_unittest.cc',
568 'safe_numerics_unittest.nc', 568 'safe_numerics_unittest.nc',
569 'scoped_clear_errno_unittest.cc', 569 'scoped_clear_errno_unittest.cc',
570 'scoped_native_library_unittest.cc', 570 'scoped_native_library_unittest.cc',
571 'scoped_observer.h', 571 'scoped_observer.h',
572 'security_unittest.cc', 572 'security_unittest.cc',
573 'sequence_checker_unittest.cc', 573 'sequence_checker_unittest.cc',
574 'sequence_checker_impl_unittest.cc',
575 'sha1_unittest.cc', 574 'sha1_unittest.cc',
576 'stl_util_unittest.cc', 575 'stl_util_unittest.cc',
577 'strings/nullable_string16_unittest.cc', 576 'strings/nullable_string16_unittest.cc',
578 'strings/string16_unittest.cc', 577 'strings/string16_unittest.cc',
579 'strings/stringprintf_unittest.cc', 578 'strings/stringprintf_unittest.cc',
580 'strings/string_number_conversions_unittest.cc', 579 'strings/string_number_conversions_unittest.cc',
581 'strings/string_piece_unittest.cc', 580 'strings/string_piece_unittest.cc',
582 'strings/string_split_unittest.cc', 581 'strings/string_split_unittest.cc',
583 'strings/string_tokenizer_unittest.cc', 582 'strings/string_tokenizer_unittest.cc',
584 'strings/string_util_unittest.cc', 583 'strings/string_util_unittest.cc',
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'base_unittests.isolate', 1303 'base_unittests.isolate',
1305 ], 1304 ],
1306 'sources': [ 1305 'sources': [
1307 'base_unittests.isolate', 1306 'base_unittests.isolate',
1308 ], 1307 ],
1309 }, 1308 },
1310 ], 1309 ],
1311 }], 1310 }],
1312 ], 1311 ],
1313 } 1312 }
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