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

Side by Side Diff: base/BUILD.gn

Issue 2164503002: Do not delete blink::WebRTCCertificateCallback on non-main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +std::move, -auto, s/std::move/&/ Created 4 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/base.gyp » ('j') | base/memory/ptr_util.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 "process/process_util_unittest.cc", 1859 "process/process_util_unittest.cc",
1860 "profiler/stack_sampling_profiler_unittest.cc", 1860 "profiler/stack_sampling_profiler_unittest.cc",
1861 "profiler/tracked_time_unittest.cc", 1861 "profiler/tracked_time_unittest.cc",
1862 "rand_util_unittest.cc", 1862 "rand_util_unittest.cc",
1863 "run_loop_unittest.cc", 1863 "run_loop_unittest.cc",
1864 "scoped_clear_errno_unittest.cc", 1864 "scoped_clear_errno_unittest.cc",
1865 "scoped_generic_unittest.cc", 1865 "scoped_generic_unittest.cc",
1866 "scoped_native_library_unittest.cc", 1866 "scoped_native_library_unittest.cc",
1867 "security_unittest.cc", 1867 "security_unittest.cc",
1868 "sequence_checker_unittest.cc", 1868 "sequence_checker_unittest.cc",
1869 "sequenced_task_runner_unittest.cc",
1869 "sha1_unittest.cc", 1870 "sha1_unittest.cc",
1870 "stl_util_unittest.cc", 1871 "stl_util_unittest.cc",
1871 "strings/nullable_string16_unittest.cc", 1872 "strings/nullable_string16_unittest.cc",
1872 "strings/pattern_unittest.cc", 1873 "strings/pattern_unittest.cc",
1873 "strings/safe_sprintf_unittest.cc", 1874 "strings/safe_sprintf_unittest.cc",
1874 "strings/string16_unittest.cc", 1875 "strings/string16_unittest.cc",
1875 "strings/string_number_conversions_unittest.cc", 1876 "strings/string_number_conversions_unittest.cc",
1876 "strings/string_piece_unittest.cc", 1877 "strings/string_piece_unittest.cc",
1877 "strings/string_split_unittest.cc", 1878 "strings/string_split_unittest.cc",
1878 "strings/string_tokenizer_unittest.cc", 1879 "strings/string_tokenizer_unittest.cc",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
2432 2433
2433 # GYP: //base.gyp:base_java_unittest_support 2434 # GYP: //base.gyp:base_java_unittest_support
2434 android_library("base_java_unittest_support") { 2435 android_library("base_java_unittest_support") {
2435 deps = [ 2436 deps = [
2436 ":base_java", 2437 ":base_java",
2437 ] 2438 ]
2438 java_files = 2439 java_files =
2439 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2440 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2440 } 2441 }
2441 } 2442 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/memory/ptr_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698