| Index: content/content_app.gypi
|
| diff --git a/content/content_app.gypi b/content/content_app.gypi
|
| index 4de603bb7c9990cf0fe5e4328539f867edf03b5b..ad82f48e90490164325d4ab4535f3fafe538b415 100644
|
| --- a/content/content_app.gypi
|
| +++ b/content/content_app.gypi
|
| @@ -40,12 +40,6 @@
|
| 'public/app/content_main_runner.h',
|
| ],
|
| 'conditions': [
|
| - ['((OS=="linux" and os_posix==1 and use_aura==1) or OS=="android") and use_allocator!="none"', {
|
| - 'dependencies': [
|
| - # This is needed by app/content_main_runner.cc
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['OS=="android"', {
|
| 'sources!': [
|
| 'app/content_main.cc',
|
|
|