Commit 76185863 authored by Olivier Robin's avatar Olivier Robin Committed by Commit Bot

Define gn variables to include provider resources.

Change-Id: Iab7bbe97f00eed841465dd27adbb0a3f24164f5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090419Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747680}
parent 59e5e9e5
......@@ -31,4 +31,12 @@ declare_args() {
# file which is copied to the application bundle. This is used by Firebase
# SDK (which comes from the internal framework).
ios_firebase_resources_target = ""
# This defines targets to include resources needed by the providers which are
# copied to the application bundle.
ios_providers_resources_targets = []
# This defines targets to include resources needed by the providers which are
# copied to the test application bundle.
ios_providers_test_resources_targets = []
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment