| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 5f51794e7754801295cdc3bf08c2f067fc24f842..01b5f42ec555cbee429a7804f1b071c663e19dab 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -500,6 +500,9 @@
|
| '../ipc/ipc.gyp:ipc',
|
| '../media/media.gyp:media',
|
| '../media/media.gyp:shared_memory_support',
|
| + '../mojo/mojo.gyp:mojo_environment_chromium',
|
| + '../mojo/mojo.gyp:mojo_system',
|
| + '../mojo/mojo.gyp:mojo_system_impl',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../ui/gl/gl.gyp:gl',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| @@ -509,18 +512,6 @@
|
| 'content.gyp:webkit_version',
|
| ],
|
| }],
|
| - ['use_mojo==0', {
|
| - 'sources!': [
|
| - 'common/mojo/mojo_channel_init.cc',
|
| - 'common/mojo/mojo_channel_init.h',
|
| - ],
|
| - }, {
|
| - 'dependencies': [
|
| - '../mojo/mojo.gyp:mojo_environment_chromium',
|
| - '../mojo/mojo.gyp:mojo_system',
|
| - '../mojo/mojo.gyp:mojo_system_impl',
|
| - ],
|
| - }],
|
| ['OS=="mac"', {
|
| 'dependencies': [
|
| '../webkit/webkit_resources.gyp:webkit_resources',
|
|
|