| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 031e3eaae55807f794c78c3f6a4173a6b0417f10..8a29b29d3eb94b847c845ac5954ff5f4642acfc0 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -21,6 +21,8 @@
|
| 'third_party/nspr/prtime.h',
|
| 'third_party/nspr/prcpucfg_linux.h',
|
| 'third_party/xdg_mime/xdgmime.h',
|
| + 'allocator/allocated_type_control.cc',
|
| + 'allocator/allocated_type_control.h',
|
| 'allocator/allocator_extension.cc',
|
| 'allocator/allocator_extension.h',
|
| 'android/base_jni_registrar.cc',
|
| @@ -546,6 +548,8 @@
|
| ],
|
| ['>(nacl_untrusted_build)==1', {
|
| 'sources!': [
|
| + 'allocator/allocated_type_control.cc',
|
| + 'allocator/allocated_type_control.h',
|
| 'base_paths.cc',
|
| 'command_line.cc',
|
| 'cpu.cc',
|
|
|