Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index aafe1b22d7d4b3cf07ad681b6202652125ac0d11..42f9a358782a8312265b86511551c270f86cf4b0 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -241,6 +241,7 @@ |
'../../src/assembler.h', |
'../../src/ast.cc', |
'../../src/ast.h', |
+ '../../src/atomicops.h', |
'../../src/atomicops_internals_x86_gcc.cc', |
'../../src/bignum.cc', |
'../../src/bignum.h', |
@@ -904,6 +905,8 @@ |
'../../include/v8stdint.h', |
'../../src/allocation.cc', |
'../../src/allocation.h', |
+ '../../src/atomicops.h', |
+ '../../src/atomicops_internals_x86_gcc.cc', |
'../../src/bignum.cc', |
'../../src/bignum.h', |
'../../src/bignum-dtoa.cc', |
@@ -930,6 +933,8 @@ |
'../../src/hashmap.h', |
'../../src/list-inl.h', |
'../../src/list.h', |
+ '../../src/once.cc', |
+ '../../src/once.h', |
'../../src/preparse-data-format.h', |
'../../src/preparse-data.cc', |
'../../src/preparse-data.h', |