Chromium Code Reviews| Index: Source/web/web.gyp |
| diff --git a/Source/web/web.gyp b/Source/web/web.gyp |
| index 5d057db5f2067b911756f78e076a4163bf18749a..767ad868fceea2dddb08dac71736ab6053b7dcc0 100644 |
| --- a/Source/web/web.gyp |
| +++ b/Source/web/web.gyp |
| @@ -36,6 +36,7 @@ |
| '../build/scripts/scripts.gypi', |
| '../build/win/precompile.gypi', |
| '../modules/modules.gypi', |
| + '../platform/blink_platform.gypi', |
| '../wtf/wtf.gypi', |
| 'web.gypi', |
| ], |
| @@ -116,6 +117,7 @@ |
| '<@(bindings_unittest_files)', |
| '<@(core_unittest_files)', |
| '<@(modules_unittest_files)', |
| + '<@(platform_web_unittest_files)', |
|
abarth-chromium
2014/01/07 17:35:22
Can you add a FIXME about wanting to remove this l
|
| '<@(web_unittest_files)', |
| 'WebTestingSupport.cpp', |
| 'tests/WebUnitTests.cpp', # Components test runner support. |