| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 6210f82303f32ba01f0bcb49d441fa90468f1de9..610bec767c821cd5c0f5dae6943180279e2bf063 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1054,10 +1054,6 @@
|
| # Enable EGLImage support in OpenMAX
|
| 'enable_eglimage%': 1,
|
|
|
| - # Enable a variable used elsewhere throughout the GYP files to determine
|
| - # whether to compile in the sources for the GPU plugin / process.
|
| - 'enable_gpu%': 1,
|
| -
|
| # .gyp files or targets should set chromium_code to 1 if they build
|
| # Chromium-specific code, as opposed to external code. This variable is
|
| # used to control such things as the set of warnings to enable, and
|
| @@ -1211,7 +1207,6 @@
|
| ['OS=="ios"', {
|
| 'disable_nacl%': 1,
|
| 'enable_background%': 0,
|
| - 'enable_gpu%': 0,
|
| 'enable_task_manager%': 0,
|
| 'icu_use_data_file_flag%': 1,
|
| 'use_system_libxml%': 1,
|
| @@ -2152,11 +2147,6 @@
|
| }],
|
| ],
|
| }],
|
| - ['enable_gpu==1', {
|
| - 'defines': [
|
| - 'ENABLE_GPU=1',
|
| - ],
|
| - }],
|
| ['use_openssl==1', {
|
| 'defines': [
|
| 'USE_OPENSSL=1',
|
|
|