From a5fb6157e5908c1db9a1e55785dec20dde3eaf69 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Wed, 26 Oct 2016 14:17:04 -0400 Subject: Split SkSL and utils apart again into .gni files. Also extend GN format presubmit check to .gni files. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3976 Change-Id: I292f3136437101e3e2c3271e260536ab7a24b192 Reviewed-on: https://skia-review.googlesource.com/3976 Reviewed-by: Ben Wagner Commit-Queue: Mike Klein --- gn/shared_sources.gni | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'gn/shared_sources.gni') diff --git a/gn/shared_sources.gni b/gn/shared_sources.gni index 1f1184e6df..067c1ede2c 100644 --- a/gn/shared_sources.gni +++ b/gn/shared_sources.gni @@ -59,15 +59,9 @@ skia_opts = exec_script("gypi_to_gn.py", "scope", [ "../gyp/opts.gypi" ]) -# PDF. import("pdf.gni") - -_sources_gypi = exec_script("gypi_to_gn.py", - [ rebase_path("../gyp/skia_sources.gypi") ], - "scope", - [ "../gyp/skia_sources.gypi" ]) -skia_sksl_sources = get_path_info(_sources_gypi.sksl_sources, "abspath") -skia_utils_sources = get_path_info(_sources_gypi.utils_sources, "abspath") +import("sksl.gni") +import("utils.gni") # Skia Chromium defines. These flags will be defined in chromium If these # become 'permanent', they should be moved into Chrome's skia build file. -- cgit v1.2.3