Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1865)

Unified Diff: build/config/ios/rules.gni

Issue 1918263002: [iOS/Mac/GN] Split out common iOS and Mac rules into base_rules.gni. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do'h, SDK path Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/mac/base_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index 4b0592f39db0d889af9e30a180cefcbba20b9992..ef4b76455d91c7401801c80ba70e0f4d30687ac2 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -2,9 +2,23 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/ios/ios_sdk.gni")
-import("//build/config/mac/rules.gni")
+import("//build/config/mac/base_rules.gni")
+# Generates Info.plist files for Mac apps and frameworks.
+#
+# Arguments
+#
+# info_plist:
+# string, the path to an plist file that will be included in the final
+# Info.plist generated.
+#
+# executable_name:
+# string, name of the generated target used for the product
+# and executable name as specified in the output Info.plist.
+#
+# extra_substitutions:
+# (optional) string array, 'key=value' pairs for extra fields which are
+# specified in a source Info.plist template.
template("ios_info_plist") {
info_plist(target_name) {
extra_substitutions = []
@@ -222,7 +236,7 @@ template("bundle_data_xib") {
# merely built when targets depend on it, or whether it is linked as well:
# "$target_name" and "$target_name+link".
#
-# See the //build/config/mac/rules.gni:framework_bundle for a discussion
+# See the //build/config/mac/base_rules.gni:framework_bundle for a discussion
# and examples.
#
# Arguments
« no previous file with comments | « no previous file | build/config/mac/base_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698