| Index: ui/views/examples/examples.gyp
|
| diff --git a/ui/views/examples/examples.gyp b/ui/views/examples/examples.gyp
|
| index a2fa62f66fa178f8d6aa10b50a73dabfad5d1a70..f29c001f7708587dcd590f260d153bf2e460b762 100644
|
| --- a/ui/views/examples/examples.gyp
|
| +++ b/ui/views/examples/examples.gyp
|
| @@ -189,6 +189,11 @@
|
| '../../../content/content.gyp:content_startup_helper_win',
|
| ],
|
| }],
|
| + ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| ],
|
| }, # target_name: views_examples_with_content_exe
|
| ],
|
|
|