Index: tools/gn/gn.gyp |
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp |
index 0b6d204b6983f1e5319274e568171b17d48b76b9..ed2cf3d583b25ee70a212b7984bf75f88062b87e 100644 |
--- a/tools/gn/gn.gyp |
+++ b/tools/gn/gn.gyp |
@@ -232,7 +232,6 @@ |
'parser_unittest.cc', |
'path_output_unittest.cc', |
'pattern_unittest.cc', |
- 'run_all_unittests.cc', |
'scope_per_file_provider_unittest.cc', |
'scope_unittest.cc', |
'source_dir_unittest.cc', |
@@ -251,6 +250,7 @@ |
], |
'dependencies': [ |
'gn_lib', |
+ '../../base/base.gyp:run_all_unittests', |
'../../base/base.gyp:test_support_base', |
'../../testing/gtest.gyp:gtest', |
], |