Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 779d2a95a20e25737688560a5cb729100f7f8df7..079bfb4cfb8ff41cd8367b0ea4af3ba2288056c2 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -1057,6 +1057,8 @@ |
'../chrome/chrome.gyp:browser_tests', |
'../cloud_print/cloud_print.gyp:cloud_print_unittests', |
Derek Bruening
2014/04/02 16:35:38
Hmm, we build this, but we don't run it? When you
zhaoqin
2014/04/02 16:40:17
Sure.
I would first get the FYI bot and run them,
|
'../components/components_tests.gyp:components_unittests', |
+ '../content/content_shell_and_tests.gyp:content_browsertests', |
+ '../content/content_shell_and_tests.gyp:content_shell', |
'../content/content_shell_and_tests.gyp:content_unittests', |
Derek Bruening
2014/04/02 16:35:38
Also not being run
|
'../crypto/crypto.gyp:crypto_unittests', |
'../device/device_tests.gyp:device_unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
|
@@ -1068,6 +1070,7 @@ |
'../printing/printing.gyp:printing_unittests', |
'../remoting/remoting.gyp:remoting_unittests', |
'../sql/sql.gyp:sql_unittests', |
+ '../sync/sync.gyp:sync_unit_tests', |
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
|
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
|
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', |
Derek Bruening
2014/04/02 16:35:38
Ditto
|