| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 8f7a1bc8f9c44016a484b0f2d9e89b9247a6101a..b4bfe634bce1bfea01ff68dccd8d83ab4de7022e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -159,6 +159,7 @@
|
| }],
|
| ],
|
| 'dependencies': [
|
| + '../chrome_elf/chrome_elf.gyp:*',
|
| '../cloud_print/cloud_print.gyp:*',
|
| '../courgette/courgette.gyp:*',
|
| '../rlz/rlz.gyp:*',
|
| @@ -276,6 +277,7 @@
|
| # mini_installer_tests depends on mini_installer. This should be
|
| # defined in installer.gyp.
|
| '../chrome/installer/mini_installer.gyp:mini_installer',
|
| + '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
|
| '../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
| '../courgette/courgette.gyp:courgette_unittests',
|
| '../sandbox/sandbox.gyp:sbox_integration_tests',
|
|
|