1# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This file is the GN version of blink_platform.gypi. We rebase most paths to
6# be absolute so these lists can be used by BUILD files in different directories
7# without worrying about the base directory.
8_gypi = exec_script(
9    "//build/gypi_to_gn.py",
10    [ rebase_path("blink_platform.gypi") ],
11    "scope",
12    [ "blink_platform.gypi" ])
13
14platform_files = _gypi.platform_files
15platform_test_files = get_path_info(_gypi.platform_test_files, "abspath")
16platform_web_unittest_files = get_path_info(_gypi.platform_web_unittest_files, "abspath")
17