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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index bef337af6532de8d984b05536e52c4c57b943568..ddb9ab4c9ce1057de5988ef1efc9db585e18bf5b 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -727,7 +727,8 @@ component("base") {
"sync_socket.h",
"sync_socket_posix.cc",
"sync_socket_win.cc",
- "synchronization/cancellation_flag.cc",
+ "synchronization/atomic_flag.cc",
+ "synchronization/atomic_flag.h",
"synchronization/cancellation_flag.h",
"synchronization/condition_variable.h",
"synchronization/condition_variable_posix.cc",
@@ -1885,7 +1886,7 @@ test("base_unittests") {
"strings/utf_string_conversions_unittest.cc",
"supports_user_data_unittest.cc",
"sync_socket_unittest.cc",
- "synchronization/cancellation_flag_unittest.cc",
+ "synchronization/atomic_flag_unittest.cc",
"synchronization/condition_variable_unittest.cc",
"synchronization/lock_unittest.cc",
"synchronization/read_write_lock_unittest.cc",
« 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