Chromium Code Reviews| Index: util/util.gyp |
| diff --git a/util/util.gyp b/util/util.gyp |
| index 2bdb9cbece3389255bc6ff78bcbdc810ed46f04d..2febcd4e0e0d83e72033dd91cd5398733b3aa630 100644 |
| --- a/util/util.gyp |
| +++ b/util/util.gyp |
| @@ -303,6 +303,9 @@ |
| { |
| 'target_name': 'util_test_multiprocess_exec_test_child', |
| 'type': 'executable', |
| + 'dependencies': [ |
| + '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
|
Mark Mentovai
2015/01/08 17:20:20
…but this executable isn’t using anything from bas
scottmg
2015/01/08 18:15:54
Was to get the include dir for build/build_config.
|
| + ], |
| 'sources': [ |
| 'test/multiprocess_exec_test_child.cc', |
| ], |