naiveproxy/ios/third_party/firebase/firebase.gni
2018-12-09 21:59:24 -05:00

15 lines
616 B
Plaintext

# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# This enables the linking of Firebase SDK to Chrome for iOS. If Firebase SDK
# is enabled, ios_firebase_plist_path must be defined as a non-empty string.
ios_enable_firebase_sdk = false
# This defines the build target to include a valid GoogleService-Info.plist
# file which is copied to the application bundle. This must not be an empty
# string if ios_enable_firebase_sdk is true.
ios_firebase_resources_target = ""
}