| Index: build/all.gyp
 | 
| diff --git a/build/all.gyp b/build/all.gyp
 | 
| index e157cd2200687be64ecf5575e9748bc874066ac4..0888d8cfb4ec1ca472206917ecf808cd0d1397b9 100644
 | 
| --- a/build/all.gyp
 | 
| +++ b/build/all.gyp
 | 
| @@ -323,7 +323,8 @@
 | 
|              '../content/content_shell_and_tests.gyp:content_shell',
 | 
|              '../content/content_shell_and_tests.gyp:content_unittests',
 | 
|              '../device/device_tests.gyp:device_unittests',
 | 
| -            '../extensions/extensions.gyp:extensions_unittests',
 | 
| +            '../extensions/extensions_tests.gyp:extensions_browsertests',
 | 
| +            '../extensions/extensions_tests.gyp:extensions_unittests',
 | 
|              '../gin/gin.gyp:gin_unittests',
 | 
|              '../google_apis/google_apis.gyp:google_apis_unittests',
 | 
|              '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
 | 
| @@ -1150,7 +1151,8 @@
 | 
|              '../courgette/courgette.gyp:courgette_unittests',
 | 
|              '../crypto/crypto.gyp:crypto_unittests',
 | 
|              '../device/device_tests.gyp:device_unittests',
 | 
| -            '../extensions/extensions.gyp:extensions_unittests',
 | 
| +            '../extensions/extensions_tests.gyp:extensions_browsertests',
 | 
| +            '../extensions/extensions_tests.gyp:extensions_unittests',
 | 
|              '../gin/gin.gyp:gin_shell',
 | 
|              '../gin/gin.gyp:gin_unittests',
 | 
|              '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
 | 
| 
 |