aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 4f27b87d4d..1871157261 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -197,6 +197,10 @@ cc_test {
srcs: [
$nanobench_srcs
],
+
+ data: [
+ "resources/*",
+ ],
}''')
# We'll run GN to get the main source lists and include directories for Skia.