| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 1c236fb39bc34b351c466f8d1c8d89d4ce33546c..264d2c73ddb814eb3f45aa6f1380b6e91aa10140 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -514,6 +514,7 @@
|
| 'common/worker_messages.h',
|
| 'common/zygote_commands_linux.h',
|
| ],
|
| + 'enable_oilpan%': 0,
|
| },
|
| 'sources': [
|
| '<@(public_common_sources)',
|
| @@ -1021,5 +1022,10 @@
|
| 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
|
| ],
|
| }],
|
| + ['enable_oilpan==1', {
|
| + 'defines': [
|
| + 'ENABLE_OILPAN=1',
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|