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

Unified Diff: base/base.gyp

Issue 276002: Add AtomicFlag class to base/...... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/atomic_flag_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 29113)
+++ base/base.gyp (working copy)
@@ -63,6 +63,8 @@
'atomicops_internals_x86_gcc.cc',
'at_exit.cc',
'at_exit.h',
+ 'atomic_flag.h',
+ 'atomic_flag.cc',
'atomic_ref_count.h',
'atomic_sequence_num.h',
'atomicops.h',
@@ -552,6 +554,7 @@
# Tests.
'at_exit_unittest.cc',
+ 'atomic_flag_unittest.cc',
'atomicops_unittest.cc',
'command_line_unittest.cc',
'condition_variable_unittest.cc',
« no previous file with comments | « base/atomic_flag_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698