From ec148b09091812a0f111d5a8bd8f31f943741317 Mon Sep 17 00:00:00 2001 From: Pierre Rossi <pierre.rossi@digia.com> Date: Tue, 11 Jun 2013 12:25:41 +0200 Subject: [PATCH] Remove content_shell_lib target from dependencies in gyp --- blinq.gypi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/blinq.gypi b/blinq.gypi index 96e15277f..8cf6aa63f 100644 --- a/blinq.gypi +++ b/blinq.gypi @@ -13,7 +13,13 @@ }, 'dependencies': [ '<(chromium_src_dir)/content/content.gyp:content', - '<(chromium_src_dir)/content/content.gyp:content_shell_lib', + '<(chromium_src_dir)/content/content.gyp:content_app', + '<(chromium_src_dir)/content/content.gyp:content_browser', + '<(chromium_src_dir)/content/content.gyp:content_common', + '<(chromium_src_dir)/content/content.gyp:content_gpu', + '<(chromium_src_dir)/content/content.gyp:content_renderer', + '<(chromium_src_dir)/content/content.gyp:content_utility', + '<(chromium_src_dir)/content/content.gyp:content_worker', '<(chromium_src_dir)/content/content_resources.gyp:content_resources', '<(chromium_src_dir)/base/base.gyp:base', '<(chromium_src_dir)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', @@ -70,7 +76,7 @@ '<(chromium_src_dir)/build/linux/system.gyp:fontconfig', ], }], - ['os_posix==1 and use_aura==1 and linux_use_tcmalloc==1', { + ['os_posix==1 and linux_use_tcmalloc==1', { 'dependencies': [ # This is needed by content/app/content_main_runner.cc '<(chromium_src_dir)/base/allocator/allocator.gyp:allocator', -- GitLab