| Index: Source/web/web_tests.gyp
|
| diff --git a/Source/web/web_tests.gyp b/Source/web/web_tests.gyp
|
| index 731231a9ebc74f688fbfa8a30194654483e517d0..e957a7d7ad197c2b2e7702e9bc413e319b6b00c7 100644
|
| --- a/Source/web/web_tests.gyp
|
| +++ b/Source/web/web_tests.gyp
|
| @@ -35,6 +35,7 @@
|
| '../build/scripts/scripts.gypi',
|
| '../core/core.gypi',
|
| '../modules/modules.gypi',
|
| + '../platform/blink_platform.gypi',
|
| '../web/web.gypi',
|
| '../wtf/wtf.gypi',
|
| ],
|
| @@ -123,6 +124,7 @@
|
| '<@(bindings_unittest_files)',
|
| '<@(core_unittest_files)',
|
| '<@(modules_unittest_files)',
|
| + '<@(platform_web_unittest_files)',
|
| '<@(web_unittest_files)',
|
| ],
|
| 'conditions': [
|
|
|