Index: extensions/extensions.gyp |
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp |
index f941aef407ecc422f7df149b909bf0c4ced57554..22e08531aebf9fce8afa71b9a548ac07a24454f5 100644 |
--- a/extensions/extensions.gyp |
+++ b/extensions/extensions.gyp |
@@ -448,7 +448,6 @@ |
'type': 'executable', |
'dependencies': [ |
'../base/base.gyp:base', |
- '../base/base.gyp:run_all_unittests', |
'../base/base.gyp:test_support_base', |
'../testing/gtest.gyp:gtest', |
'extensions_common', |
@@ -467,6 +466,7 @@ |
'common/url_pattern_set_unittest.cc', |
'common/url_pattern_unittest.cc', |
'common/user_script_unittest.cc', |
+ 'test/extensions_unittests_main.cc', |
], |
}, |
] |