Add content_shell to builder targets that also build DRT

BUG=111316
R=mkwst@chromium.org

Review URL: https://chromiumcodereview.appspot.com/14670012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@198433 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
jochen@chromium.org 2013-05-06 12:44:26 +00:00
Родитель a222d20fa7
Коммит 234fc9772b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -402,6 +402,7 @@
'type': 'none',
'dependencies': [
'chromium_builder_qa', # needed for perf pyauto tests
'../content/content.gyp:content_shell',
'../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout tests
],
}, # target_name: chromium_builder_perf_av
@ -523,6 +524,7 @@
'dependencies': [
'../chrome/chrome.gyp:chrome',
'../net/net.gyp:dns_fuzz_stub',
'../content/content.gyp:content_shell',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
],
},
@ -682,6 +684,7 @@
'dependencies': [
'../webkit/webkit.gyp:test_shell',
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../content/content.gyp:content_shell',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
],
},