From 784548a551dca9b07723cb10323934b7e078d93a Mon Sep 17 00:00:00 2001 From: brettw Date: Tue, 6 Sep 2016 11:39:46 -0700 Subject: Use new Skia .gni file for sources, remove .gypis. This incorporates the changes from the following Chrome Skia build modifications: https://codereview.chromium.org/2301233002/ This file is provided by the Skia repo so the GN Chrome build doesn't have to make assumptions about the location and layout of Skia's GYP files. https://codereview.chromium.org/2299033006 Remove Skia GYP files from Chromium tree. Inlines the contents into the GN build. Review-Url: https://codereview.chromium.org/2316653003 --- skia/skia_pdfium.gypi | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 skia/skia_pdfium.gypi (limited to 'skia/skia_pdfium.gypi') diff --git a/skia/skia_pdfium.gypi b/skia/skia_pdfium.gypi deleted file mode 100644 index 5c80a4b9fd..0000000000 --- a/skia/skia_pdfium.gypi +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2013 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. - - -# This gypi file contains all the PDFium-specific enhancements to Skia. -# In component mode (shared_lib) it is folded into a single shared library with -# the Skia files but in all other cases it is a separate library. -{ - 'dependencies': [ - 'skia_library', - ], - - 'direct_dependent_settings': { - 'include_dirs': [ - 'ext', - ], - }, - 'variables': { - # TODO(scottmg): http://crbug.com/177306 - 'clang_warning_flags_unset': [ - # Don't warn about string->bool used in asserts. - '-Wstring-conversion', - ], - }, - 'sources': [ - 'config/SkUserConfig.h', - 'ext/google_logging.cc', - ], -} -- cgit v1.2.3