aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
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