diff options
-rw-r--r-- | gn/gn_to_bp.py | 4 |
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. |