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

Unified Diff: base/BUILD.gn

Issue 2163753004: Rename CancellationFlag to AtomicFlag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self-review (remove unused includes) 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') | base/synchronization/atomic_flag.h » ('J')
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 6ac9562e43817be975e671694b03d2218650b180..e8799ae022be1bcc4269ab07456517025ffbe9b8 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",
@@ -1883,7 +1884,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') | base/synchronization/atomic_flag.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698