Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: skia/chromium_skia_defines.gypi

Issue 2299033006: Remove Skia GYP files from Chromium tree. (Closed)
Patch Set: defines Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/BUILD.gn ('k') | skia/skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/chromium_skia_defines.gypi
diff --git a/skia/chromium_skia_defines.gypi b/skia/chromium_skia_defines.gypi
deleted file mode 100644
index b89bc2062bb41375ea118bfcd2c666aecd8f5021..0000000000000000000000000000000000000000
--- a/skia/chromium_skia_defines.gypi
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2014 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.
-{
- 'variables': {
-
- # This is a place for defines which will hold out Skia changes.
- #
- # When Skia needs to make a change which will affect Chromium, a define may
- # be added here, the Skia change made behind this define, then Skia rolled
- # into Chromium. At this point the Chromium side change can be made while
- # also removing the define. After this Skia can remove the code behind the
- # now no longer needed define.
- #
- # Examples of these sorts of changes are Skia API changes and Skia changes
- # which will affect blink baselines.
- #
- # The intent is that the defines here are transient. Every effort should be
- # made to remove these defines as soon as practical. This is in contrast to
- # defines in SkUserConfig.h which are normally more permanent.
- 'chromium_skia_defines': [
- 'SK_IGNORE_DW_GRAY_FIX',
- ],
- },
-}
« no previous file with comments | « skia/BUILD.gn ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698