Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index 40e1ac2ad77af01b7a0d63cb89ced14be1c7ac4b..777a27a6864ffe06f5b6e6e5e455675771a624f0 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -109,6 +109,7 @@ |
'atomicops_unittest.cc', |
'base64_unittest.cc', |
'bind_unittest.cc', |
+ 'bind_unittest.nc', |
'bits_unittest.cc', |
'callback_unittest.cc', |
'command_line_unittest.cc', |
@@ -238,6 +239,11 @@ |
'../third_party/icu/icu.gyp:icui18n', |
'../third_party/icu/icu.gyp:icuuc', |
], |
+ 'includes': ['../build/nocompile.gypi'], |
+ 'variables': { |
+ # TODO(ajwong): Is there a way to autodetect this? |
+ 'module_dir': 'base' |
+ }, |
'conditions': [ |
['toolkit_uses_gtk==1', { |
'sources!': [ |