Chromium Code Reviews| Index: Source/web/web_tests.gyp |
| diff --git a/Source/web/web_tests.gyp b/Source/web/web_tests.gyp |
| index a0bd82ea5db968728d6b23acfbae57deb6ae7b64..cbfc4d7cd0d4b574d11a9638a7da31fdfb738dac 100644 |
| --- a/Source/web/web_tests.gyp |
| +++ b/Source/web/web_tests.gyp |
| @@ -73,6 +73,8 @@ |
| }, { |
| 'dependencies': [ |
| '../core/core.gyp:webcore', |
| + '../core/core.gyp:webcore_test_support', |
| + '../modules/modules.gyp:modules_test_support', |
|
tkent
2013/08/28 03:58:07
Why do you add this block?
kihong
2013/08/28 05:25:25
There is a build error during linking webkit_unit_
tkent
2013/08/28 06:07:24
Why does the unit test require V8Internals.cpp?
|
| ], |
| 'defines': [ |
| 'WEBKIT_IMPLEMENTATION=1', |