aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Chinmay Garde <chinmaygarde@google.com>2016-11-16 15:04:12 -0800
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-17 13:24:50 +0000
commit43f115cef45f4471ad4db30503b96530c7ad44a9 (patch)
treeebb9ba1bd92fb9d7994fad87330c914574830313 /BUILD.gn
parent524f11a50ab05f412c4f87baf7cce5573bd2188c (diff)
Disable the sources assignment filter for platform specific files.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4918 Change-Id: Ie9e0db55eae5ad7cad82db5270a8bb6e80d3b3bb Reviewed-on: https://skia-review.googlesource.com/4918 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7b627f1208..f765cc43c9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -545,6 +545,11 @@ component("skia") {
":xml",
]
+ # This file (and all GN files in Skia) are designed to work with an
+ # empty sources assignment filter; we handle all that explicitly.
+ # We clear the filter here for clients who may have set up a global filter.
+ set_sources_assignment_filter([])
+
sources = []
sources += skia_core_sources
sources += skia_effects_sources