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