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

Unified Diff: base/base.gypi

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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index c7322b011e899f9a318faba3a2c2ae79f274dff2..6b1c05454892d3e0cd54f2eb821537c588b728cf 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -599,7 +599,8 @@
'strings/utf_string_conversions.h',
'supports_user_data.cc',
'supports_user_data.h',
- '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',

Powered by Google App Engine
This is Rietveld 408576698