| Index: tools/gn/gn.gyp
|
| diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
|
| index b43e7007059614b036fc41b927021fae52f199da..c3ae8628c55f922e3d8616d355782024881d1817 100644
|
| --- a/tools/gn/gn.gyp
|
| +++ b/tools/gn/gn.gyp
|
| @@ -201,6 +201,7 @@
|
| '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',
|
| @@ -215,7 +216,6 @@
|
| ],
|
| 'dependencies': [
|
| 'gn_lib',
|
| - '../../base/base.gyp:run_all_unittests',
|
| '../../base/base.gyp:test_support_base',
|
| '../../testing/gtest.gyp:gtest',
|
| ],
|
|
|