| Index: ppapi/ppapi_sources.gni
|
| diff --git a/ppapi/ppapi_sources.gni b/ppapi/ppapi_sources.gni
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..758fcfb75955444c36be6fc450b972cf9b1ec3a4
|
| --- /dev/null
|
| +++ b/ppapi/ppapi_sources.gni
|
| @@ -0,0 +1,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" ])
|
|
|