16d528ed9Sopenharmony_ci# Copyright 2019 The Chromium Authors. All rights reserved. 26d528ed9Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 36d528ed9Sopenharmony_ci# found in the LICENSE file. 46d528ed9Sopenharmony_ci 56d528ed9Sopenharmony_ciimport("//build/config/ios/sdk_info.gni") 66d528ed9Sopenharmony_ciimport("//build/config/ios/templates/merge_plist.gni") 76d528ed9Sopenharmony_ci 86d528ed9Sopenharmony_cimerge_plist("compiler_plist") { 96d528ed9Sopenharmony_ci substitutions = { 106d528ed9Sopenharmony_ci COMPILER_NAME = sdk_info.compiler 116d528ed9Sopenharmony_ci MACOS_BUILD = sdk_info.macos_build 126d528ed9Sopenharmony_ci PLATFORM_BUILD = sdk_info.sdk_build 136d528ed9Sopenharmony_ci PLATFORM_DISPLAY_NAME = sdk_info.platform_name 146d528ed9Sopenharmony_ci PLATFORM_NAME = sdk_info.platform 156d528ed9Sopenharmony_ci PLATFORM_VERSION = sdk_info.sdk_version 166d528ed9Sopenharmony_ci SDK_BUILD = sdk_info.sdk_build 176d528ed9Sopenharmony_ci SDK_NAME = sdk_info.sdk 186d528ed9Sopenharmony_ci XCODE_BUILD = sdk_info.xcode_build 196d528ed9Sopenharmony_ci XCODE_VERSION = sdk_info.xcode_version 206d528ed9Sopenharmony_ci } 216d528ed9Sopenharmony_ci 226d528ed9Sopenharmony_ci output = "$target_out_dir/compiler_plist/Info.plist" 236d528ed9Sopenharmony_ci plists = [ "//build/config/ios/resources/compiler-Info.plist" ] 246d528ed9Sopenharmony_ci} 25