| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index c55e8e51a0400cb2dd191b55cadfa2f4210721cc..8a3cef7eaacbcf6447184c03660b79fda84d0264 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -115,6 +115,7 @@
|
| 'atomicops_unittest.cc',
|
| 'base64_unittest.cc',
|
| 'bind_unittest.cc',
|
| + 'bind_unittest.nc',
|
| 'bits_unittest.cc',
|
| 'callback_unittest.cc',
|
| 'command_line_unittest.cc',
|
| @@ -244,6 +245,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!': [
|
|
|