| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 6f1776b65204608275b49cd290faf59916101c47..fa218577cfa16e38bf0a97808e7b073c69393e71 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -498,6 +498,7 @@
|
| 'files/file_util_unittest.cc',
|
| 'files/important_file_writer_unittest.cc',
|
| 'files/memory_mapped_file_unittest.cc',
|
| + 'files/protect_file_posix_unittest.cc',
|
| 'files/scoped_temp_dir_unittest.cc',
|
| 'gmock_unittest.cc',
|
| 'guid_unittest.cc',
|
| @@ -690,7 +691,10 @@
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| ],
|
| - 'includes': ['../build/nocompile.gypi'],
|
| + 'includes': [
|
| + '../build/nocompile.gypi',
|
| + 'files/protect_file_posix.gypi',
|
| + ],
|
| 'variables': {
|
| # TODO(ajwong): Is there a way to autodetect this?
|
| 'module_dir': 'base'
|
|
|