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

Side by Side Diff: base/BUILD.gn

Issue 2163753004: Rename CancellationFlag to AtomicFlag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dcheck death test 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 | « no previous file | base/base.gyp » ('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) 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "strings/utf_offset_string_conversions.h", 720 "strings/utf_offset_string_conversions.h",
721 "strings/utf_string_conversion_utils.cc", 721 "strings/utf_string_conversion_utils.cc",
722 "strings/utf_string_conversion_utils.h", 722 "strings/utf_string_conversion_utils.h",
723 "strings/utf_string_conversions.cc", 723 "strings/utf_string_conversions.cc",
724 "strings/utf_string_conversions.h", 724 "strings/utf_string_conversions.h",
725 "supports_user_data.cc", 725 "supports_user_data.cc",
726 "supports_user_data.h", 726 "supports_user_data.h",
727 "sync_socket.h", 727 "sync_socket.h",
728 "sync_socket_posix.cc", 728 "sync_socket_posix.cc",
729 "sync_socket_win.cc", 729 "sync_socket_win.cc",
730 "synchronization/cancellation_flag.cc", 730 "synchronization/atomic_flag.cc",
731 "synchronization/atomic_flag.h",
731 "synchronization/cancellation_flag.h", 732 "synchronization/cancellation_flag.h",
732 "synchronization/condition_variable.h", 733 "synchronization/condition_variable.h",
733 "synchronization/condition_variable_posix.cc", 734 "synchronization/condition_variable_posix.cc",
734 "synchronization/condition_variable_win.cc", 735 "synchronization/condition_variable_win.cc",
735 "synchronization/lock.cc", 736 "synchronization/lock.cc",
736 "synchronization/lock.h", 737 "synchronization/lock.h",
737 "synchronization/lock_impl.h", 738 "synchronization/lock_impl.h",
738 "synchronization/lock_impl_posix.cc", 739 "synchronization/lock_impl_posix.cc",
739 "synchronization/lock_impl_win.cc", 740 "synchronization/lock_impl_win.cc",
740 "synchronization/read_write_lock.h", 741 "synchronization/read_write_lock.h",
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1878 "strings/string_tokenizer_unittest.cc", 1879 "strings/string_tokenizer_unittest.cc",
1879 "strings/string_util_unittest.cc", 1880 "strings/string_util_unittest.cc",
1880 "strings/stringize_macros_unittest.cc", 1881 "strings/stringize_macros_unittest.cc",
1881 "strings/stringprintf_unittest.cc", 1882 "strings/stringprintf_unittest.cc",
1882 "strings/sys_string_conversions_mac_unittest.mm", 1883 "strings/sys_string_conversions_mac_unittest.mm",
1883 "strings/sys_string_conversions_unittest.cc", 1884 "strings/sys_string_conversions_unittest.cc",
1884 "strings/utf_offset_string_conversions_unittest.cc", 1885 "strings/utf_offset_string_conversions_unittest.cc",
1885 "strings/utf_string_conversions_unittest.cc", 1886 "strings/utf_string_conversions_unittest.cc",
1886 "supports_user_data_unittest.cc", 1887 "supports_user_data_unittest.cc",
1887 "sync_socket_unittest.cc", 1888 "sync_socket_unittest.cc",
1888 "synchronization/cancellation_flag_unittest.cc", 1889 "synchronization/atomic_flag_unittest.cc",
1889 "synchronization/condition_variable_unittest.cc", 1890 "synchronization/condition_variable_unittest.cc",
1890 "synchronization/lock_unittest.cc", 1891 "synchronization/lock_unittest.cc",
1891 "synchronization/read_write_lock_unittest.cc", 1892 "synchronization/read_write_lock_unittest.cc",
1892 "synchronization/waitable_event_unittest.cc", 1893 "synchronization/waitable_event_unittest.cc",
1893 "synchronization/waitable_event_watcher_unittest.cc", 1894 "synchronization/waitable_event_watcher_unittest.cc",
1894 "sys_byteorder_unittest.cc", 1895 "sys_byteorder_unittest.cc",
1895 "sys_info_unittest.cc", 1896 "sys_info_unittest.cc",
1896 "system_monitor/system_monitor_unittest.cc", 1897 "system_monitor/system_monitor_unittest.cc",
1897 "task/cancelable_task_tracker_unittest.cc", 1898 "task/cancelable_task_tracker_unittest.cc",
1898 "task_runner_util_unittest.cc", 1899 "task_runner_util_unittest.cc",
(...skipping 533 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698