diff options
author | brettw <brettw@chromium.org> | 2016-09-06 11:39:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-06 11:39:47 -0700 |
commit | 784548a551dca9b07723cb10323934b7e078d93a (patch) | |
tree | 82e428c5dae5b800d50500374ccf26dfe98f41f4 /skia/skia_pdfium.gypi | |
parent | 8e783a6b2c165b5d3dcdf9e4d4c2526ac18c77c8 (diff) | |
download | pdfium-784548a551dca9b07723cb10323934b7e078d93a.tar.xz |
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
Diffstat (limited to 'skia/skia_pdfium.gypi')
-rw-r--r-- | skia/skia_pdfium.gypi | 30 |
1 files changed, 0 insertions, 30 deletions
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', - ], -} |