| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 851b2fae2379e3efe6e52d7346c526245c594926..d0e26dec7246b6a6b129cbb8951592849cc3cda2 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -157,6 +157,7 @@
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| @@ -217,6 +218,7 @@
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| @@ -330,6 +332,7 @@
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| @@ -357,6 +360,7 @@
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| @@ -402,6 +406,7 @@
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../sql/sql.gyp:sql_unittests',
|
| @@ -433,6 +438,7 @@
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| # mini_installer_tests depends on mini_installer. This should be
|
| # defined in installer.gyp.
|
| '../chrome/installer/mini_installer.gyp:mini_installer',
|
| @@ -469,6 +475,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| @@ -489,6 +496,7 @@
|
| '../base/base.gyp:base_unittests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| @@ -557,6 +565,7 @@
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| + '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
|
|