Index: test/unittests/unittests.gyp |
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp |
index 97a5b9511a896dd66e3eae3265c98cfbd09c5b7a..2a514ad2384e43a007782d0b9bc6a2e9cda23306 100644 |
--- a/test/unittests/unittests.gyp |
+++ b/test/unittests/unittests.gyp |
@@ -6,7 +6,7 @@ |
'variables': { |
'v8_code': 1, |
}, |
- 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'], |
+ 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], |
'targets': [ |
{ |
'target_name': 'unittests', |
@@ -211,7 +211,7 @@ |
'unittests', |
], |
'includes': [ |
- '../../build/isolate.gypi', |
+ '../../gypfiles/isolate.gypi', |
], |
'sources': [ |
'unittests.isolate', |