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

Side by Side Diff: base/base.gyp

Issue 2164503002: Do not delete blink::WebRTCCertificateCallback on non-main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | « base/BUILD.gn ('k') | base/sequenced_task_runner.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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'profiler/stack_sampling_profiler_unittest.cc', 517 'profiler/stack_sampling_profiler_unittest.cc',
518 'profiler/tracked_time_unittest.cc', 518 'profiler/tracked_time_unittest.cc',
519 'rand_util_unittest.cc', 519 'rand_util_unittest.cc',
520 'run_loop_unittest.cc', 520 'run_loop_unittest.cc',
521 'scoped_clear_errno_unittest.cc', 521 'scoped_clear_errno_unittest.cc',
522 'scoped_generic_unittest.cc', 522 'scoped_generic_unittest.cc',
523 'scoped_native_library_unittest.cc', 523 'scoped_native_library_unittest.cc',
524 'security_unittest.cc', 524 'security_unittest.cc',
525 'sequence_checker_unittest.cc', 525 'sequence_checker_unittest.cc',
526 'sequence_token_unittest.cc', 526 'sequence_token_unittest.cc',
527 'sequenced_task_runner_unittest.cc',
527 'sha1_unittest.cc', 528 'sha1_unittest.cc',
528 'stl_util_unittest.cc', 529 'stl_util_unittest.cc',
529 'strings/nullable_string16_unittest.cc', 530 'strings/nullable_string16_unittest.cc',
530 'strings/pattern_unittest.cc', 531 'strings/pattern_unittest.cc',
531 'strings/safe_sprintf_unittest.cc', 532 'strings/safe_sprintf_unittest.cc',
532 'strings/string16_unittest.cc', 533 'strings/string16_unittest.cc',
533 'strings/string_number_conversions_unittest.cc', 534 'strings/string_number_conversions_unittest.cc',
534 'strings/string_piece_unittest.cc', 535 'strings/string_piece_unittest.cc',
535 'strings/string_split_unittest.cc', 536 'strings/string_split_unittest.cc',
536 'strings/string_tokenizer_unittest.cc', 537 'strings/string_tokenizer_unittest.cc',
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], 1801 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'],
1801 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], 1802 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'],
1802 ], 1803 ],
1803 }] 1804 }]
1804 ], 1805 ],
1805 }, 1806 },
1806 ], 1807 ],
1807 }], 1808 }],
1808 ], 1809 ],
1809 } 1810 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/sequenced_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698