| Index: third_party/WebKit/Source/platform/platform.gni
|
| diff --git a/third_party/WebKit/Source/platform/platform.gni b/third_party/WebKit/Source/platform/platform.gni
|
| index 6d7d403db18dedf3b0dba297f1b2abe04acce281..8941532dd6df53c6975da546093baa1063ca32a9 100644
|
| --- a/third_party/WebKit/Source/platform/platform.gni
|
| +++ b/third_party/WebKit/Source/platform/platform.gni
|
| @@ -5,14 +5,16 @@
|
| # This file is the GN version of blink_platform.gypi. We rebase most paths to
|
| # be absolute so these lists can be used by BUILD files in different directories
|
| # without worrying about the base directory.
|
| -_gypi = exec_script(
|
| - "//build/gypi_to_gn.py",
|
| - [ rebase_path("blink_platform.gypi") ],
|
| - "scope",
|
| - [ "blink_platform.gypi" ])
|
| +_gypi = exec_script("//build/gypi_to_gn.py",
|
| + [ rebase_path("blink_platform.gypi") ],
|
| + "scope",
|
| + [ "blink_platform.gypi" ])
|
|
|
| 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")
|
| +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")
|
|
|