| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 190104922d0bb68d274a8d83e4e0281c50c92dcd..df601de7ffeee03339484e10201f702cbdf61681 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -220,7 +220,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../net/net.gyp:net_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| @@ -238,6 +237,7 @@
|
| '../chrome/chrome.gyp:chromedriver2_unittests',
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| + '../chrome/chrome.gyp:unit_tests',
|
| '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../components/components_tests.gyp:components_unittests',
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
|
|