aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar brettw <brettw@chromium.org>2016-09-01 14:24:39 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-01 14:24:39 -0700
commitb944728b93a1623d73be31413a6798e0b7dddc16 (patch)
tree51918dbc3a20860fb52b44454de248550ec3ec5b /gyp
parent59be20c8d532a81992a9ec73b6a39265a479fce5 (diff)
Move Skia GN sources to a separate .gni file.
This file will be imported by Chrome to access the sources lists. Once Chrome is updated to use this file, changes to the skia .gypi layout can be done entirely within the skia repository as long as the resulting lists produced by the new .gni file have the same name. Marks skia_for_chromium_defines as obsolete and moves the definition into the new .gni file. We can remove the .gypi file when Chrome is updated. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2302803005 Review-Url: https://codereview.chromium.org/2302803005
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia_for_chromium_defines.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi
index a148a83a01..6ab5cc8e79 100644
--- a/gyp/skia_for_chromium_defines.gypi
+++ b/gyp/skia_for_chromium_defines.gypi
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# THIS FILE IS OBSOLETE. It will be deleted pending a two-sided update to
+# Chromium. Please update the new list in gn/shared_sources.gni.
+
# This file is included by chrome's skia/skia_common.gypi, and is intended to
# augment the skia flags that are set there.