Disable the sources assignment filter for platform specific files.
authorChinmay Garde <chinmaygarde@google.com>
Wed, 16 Nov 2016 23:04:12 +0000 (15:04 -0800)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Thu, 17 Nov 2016 13:24:50 +0000 (13:24 +0000)
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>

BUILD.gn

index 7b627f1208101fcdaf2d481d871b05dab67248d2..f765cc43c9b5a0cabcdfa5ef2b67efcbe6fe6401 100644 (file)
--- 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