summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorpshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-07 17:48:56 +0000
committerpshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-07 17:48:56 +0000
commitd8a6966ada87a45eeb91de1132fab395e78fa00a (patch)
tree49b304da3b2ed452d885edd9a9428fef745b4475 /chrome/chrome_tests.gypi
parentd595b9388d239f669b31dcc692a417dc685c80b2 (diff)
downloadchromium_src-d8a6966ada87a45eeb91de1132fab395e78fa00a.zip
chromium_src-d8a6966ada87a45eeb91de1132fab395e78fa00a.tar.gz
chromium_src-d8a6966ada87a45eeb91de1132fab395e78fa00a.tar.bz2
Enabled sync_unit_tests and added few more test suites to coverage_build target for linux.
Review URL: https://chromiumcodereview.appspot.com/10541041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi15
1 files changed, 14 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index d71d4ab..e24e950 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4550,7 +4550,7 @@
'../sql/sql.gyp:sql_unittests',
'../content/content.gyp:content_unittests',
'unit_tests',
- #'sync_unit_tests',
+ '../sync/sync.gyp:sync_unit_tests',
], # 'dependencies'
'conditions': [
['OS=="win"', {
@@ -4566,6 +4566,19 @@
# Win bot needs to be turned into an interactive bot.
'interactive_ui_tests',
'browser_tests',
+ '../courgette/courgette.gyp:courgette_unittests',
+ '../crypto/crypto.gyp:crypto_unittests',
+ 'chromedriver_unittests',
+ '../net/net.gyp:curvecp_unittests',
+ '../build/temp_gyp/googleurl.gyp:googleurl_unittests',
+ 'gpu_tests',
+ '../jingle/jingle.gyp:jingle_unittests',
+ '../net/net.gyp:net_perftests',
+ 'performance_ui_tests',
+ 'reliability_tests',
+ 'safe_browsing_tests',
+ 'sync_integration_tests',
+ '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gyp:webkit_unit_tests',
]}],
['OS=="mac"', {
'dependencies': [