| Index: base/base_nacl.gyp
|
| diff --git a/base/base_nacl.gyp b/base/base_nacl.gyp
|
| index 27135650668613b71d814ca222eaf1b0e663ffbc..30763d481304198ce51e593fa1dc8b1ecf0af0d7 100644
|
| --- a/base/base_nacl.gyp
|
| +++ b/base/base_nacl.gyp
|
| @@ -40,6 +40,7 @@
|
| ],
|
| },
|
| 'dependencies': [
|
| + 'allocator/allocator.gyp:allocator_features#target',
|
| 'base.gyp:base_debugging_flags',
|
| 'base.gyp:base_build_date',
|
| ],
|
| @@ -64,6 +65,7 @@
|
| ],
|
| },
|
| 'dependencies': [
|
| + 'allocator/allocator.gyp:allocator_features#target',
|
| 'base.gyp:base_build_date',
|
| '../third_party/icu/icu_nacl.gyp:icudata_nacl',
|
| '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
|
| @@ -119,6 +121,7 @@
|
| 'rand_util_nacl.cc',
|
| ],
|
| 'dependencies': [
|
| + 'allocator/allocator.gyp:allocator_features#target',
|
| 'base.gyp:base_debugging_flags',
|
| 'base.gyp:base_build_date',
|
| 'third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
|
|
|