| Index: Source/platform/platform.gni
|
| diff --git a/Source/platform/platform.gni b/Source/platform/platform.gni
|
| index 2f61a007739d1f2f08ef6d77f9d3850c0774dbbf..6d7d403db18dedf3b0dba297f1b2abe04acce281 100644
|
| --- a/Source/platform/platform.gni
|
| +++ b/Source/platform/platform.gni
|
| @@ -15,3 +15,4 @@ platform_files = _gypi.platform_files
|
| platform_test_files = get_path_info(_gypi.platform_test_files, "abspath")
|
| platform_unittest_support_files = get_path_info(_gypi.platform_unittest_support_files, "abspath")
|
| platform_web_unittest_files = get_path_info(_gypi.platform_web_unittest_files, "abspath")
|
| +platform_test_support_files = get_path_info(_gypi.platform_test_support_files, "abspath")
|
|
|