| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 5412334c8b30420dc720308d7a01ecf101b0ea1a..36beb540717a8d6df76e61b7dc83c76bcab62961 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -404,6 +404,7 @@
|
| }, { # OS!="ios"
|
| 'dependencies': [
|
| '../cc/cc.gyp:cc',
|
| + '../gpu/gpu.gyp:command_buffer_service',
|
| '../gpu/gpu.gyp:gles2_c_lib',
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gpu_ipc',
|
| @@ -484,11 +485,6 @@
|
| 'common/sandbox_util.cc',
|
| ],
|
| }],
|
| - ['enable_gpu==1', {
|
| - 'dependencies': [
|
| - '../gpu/gpu.gyp:command_buffer_service',
|
| - ],
|
| - }],
|
| ['OS=="android"', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
|
|