Add sync_unit_tests to the experimental builder.

It now links, but we'll keep it off the default build until we can verify load issues

BUG=
TEST=


Review URL: http://codereview.chromium.org/9634013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@125687 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
yfriedman@chromium.org 2012-03-08 21:33:21 +00:00
Родитель f0f4e0995b
Коммит 149c9b09b2
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -49,7 +49,7 @@
'dependencies': [
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
'../chrome/chrome.gyp:browser',
'../chrome/chrome.gyp:sync_unit_tests',
'../base/android/java/java.gyp:base_java',
],
},
@ -60,7 +60,6 @@
'type': 'none',
'dependencies': [
'../content/content.gyp:content_browsertests',
'../chrome/chrome.gyp:sync_unit_tests',
'../chrome/chrome.gyp:unit_tests',
'../ui/ui.gyp:gfx_unittests',
],