Chromium Code Reviews| Index: Source/testing/testing.gyp |
| diff --git a/Source/testing/testing.gyp b/Source/testing/testing.gyp |
| index 51e5a3e9842bf45b8efc7cc2bdec665899aa8226..c8c1ff4f13bb7d885c80f97315bc45a9047b5de5 100644 |
| --- a/Source/testing/testing.gyp |
| +++ b/Source/testing/testing.gyp |
| @@ -54,6 +54,7 @@ |
| ], |
| 'dependencies': [ |
| 'TestRunner_resources', |
| + '../config.gyp:config', |
|
Nico
2013/10/31 19:14:18
This should depend on unittest_config instead, rig
lgombos
2013/10/31 19:39:25
Yes. Fixed.
|
| '../../public/blink.gyp:blink', |
| '<(source_dir)/web/web.gyp:webkit_test_support', |
| ], |
| @@ -241,6 +242,7 @@ |
| 'type': 'loadable_module', |
| 'sources': [ '<@(test_plugin_files)' ], |
| 'dependencies': [ |
| + '../config.gyp:config', |
|
Nico
2013/10/31 19:16:29
(and this too)
lgombos
2013/10/31 19:39:25
Fixed.
|
| '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| ], |
| 'include_dirs': [ |