| Index: Source/testing/testing.gyp
|
| diff --git a/Source/testing/testing.gyp b/Source/testing/testing.gyp
|
| index 51e5a3e9842bf45b8efc7cc2bdec665899aa8226..3f1ce088e9ccb06f9c14dbb0b691ebbd179a07e5 100644
|
| --- a/Source/testing/testing.gyp
|
| +++ b/Source/testing/testing.gyp
|
| @@ -54,6 +54,7 @@
|
| ],
|
| 'dependencies': [
|
| 'TestRunner_resources',
|
| + '../config.gyp:unittest_config',
|
| '../../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:unittest_config',
|
| '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
|
| ],
|
| 'include_dirs': [
|
|
|