summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index ed29a26..c423484 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -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',