| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index fb161d15e46cc6d86c45ff4fe4f56bb451419535..688e48af7262d69fe840a6db00a4b533f1d92f06 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -253,6 +253,11 @@
|
| },
|
| },
|
| 'conditions': [
|
| + ['OS=="mac"', {
|
| + 'sources/': [
|
| + ['exclude', 'WebTestThemeEngineMock.cpp'],
|
| + ],
|
| + }],
|
| ['OS=="win" and win_use_allocator_shim==1', {
|
| 'dependencies': [
|
| '../base/allocator/allocator.gyp:allocator',
|
|
|