summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_sources.gni
blob: dcee45c1d8776d868ae9c34aff209df3d1433944 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Import this file to get the ppapi_sources dictionary containing source files
# from GYP. This is a .gni file so it can be shared between different BUILD.gn
# files without having to re-run the script each time.
ppapi_sources = exec_script("//build/gypi_to_gn.py",
                            [ rebase_path("ppapi_sources.gypi") ],
                            "scope",
                            [ "ppapi_sources.gypi" ])