aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/shared_sources.gni
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-10-26 17:54:36 -0400
committerGravatar Mike Klein <mtklein@chromium.org>2016-10-26 22:14:31 +0000
commit9034b1376430cb9ce753b8b49ef6455e55f2afb3 (patch)
tree1993bbdfb711151067d86a823dd7c407e57ce0ff /gn/shared_sources.gni
parent18a11a6f374fe430c8736c53ff4f8bc3c72cd54b (diff)
gpu.gypi -> gpu.gni
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4025 Change-Id: I55a6d58458500ccfb009382eab4c90a6e4217b2c Reviewed-on: https://skia-review.googlesource.com/4025 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'gn/shared_sources.gni')
-rw-r--r--gn/shared_sources.gni14
1 files changed, 1 insertions, 13 deletions
diff --git a/gn/shared_sources.gni b/gn/shared_sources.gni
index 0796095212..50367c3a94 100644
--- a/gn/shared_sources.gni
+++ b/gn/shared_sources.gni
@@ -10,19 +10,6 @@
_path_to_include = get_path_info("../include", "abspath")
_path_to_src = get_path_info("../src", "abspath")
-# GPU.
-_gpu_gypi = exec_script("gypi_to_gn.py",
- [
- rebase_path("../gyp/gpu.gypi"),
- "--replace=<(skia_include_path)=$_path_to_include",
- "--replace=<(skia_src_path)=$_path_to_src",
- ],
- "scope",
- [ "../gyp/gpu.gypi" ])
-skia_gpu_sources = _gpu_gypi.skgpu_sources
-skia_null_gpu_sources = _gpu_gypi.skgpu_null_gl_sources
-skia_vk_sources = _gpu_gypi.skgpu_vk_sources
-
# Opts.
#
# Unlike the other variables here, this is a "scope" consisting of many
@@ -37,6 +24,7 @@ skia_opts = exec_script("gypi_to_gn.py",
[ "../gyp/opts.gypi" ])
import("core.gni")
import("effects.gni")
+import("gpu.gni")
import("pdf.gni")
import("sksl.gni")
import("utils.gni")