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

Unified Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/synchronization/atomic_flag.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 8bf210bb3dabf4fd0283e3d1960b98bc4b2d9784..77bb73bdbda0c1514e29a63c157db1ab2b3950ce 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',
« no previous file with comments | « base/base.gyp ('k') | base/synchronization/atomic_flag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698