Roll src/third_party/WebKit ef7cfd7:80927b2 (svn 194570:194575)
[chromium-blink-merge.git] / ppapi / ppapi_sources.gni
blobdcee45c1d8776d868ae9c34aff209df3d1433944
1 # Copyright 2015 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.
5 # Import this file to get the ppapi_sources dictionary containing source files
6 # from GYP. This is a .gni file so it can be shared between different BUILD.gn
7 # files without having to re-run the script each time.
8 ppapi_sources = exec_script("//build/gypi_to_gn.py",
9                             [ rebase_path("ppapi_sources.gypi") ],
10                             "scope",
11                             [ "ppapi_sources.gypi" ])