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

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

Issue 1927273002: [Mac/GN] Add a BUILD.gn file for //chrome/app_shim. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-tools
Patch Set: 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 | chrome/app_shim/BUILD.gn » ('j') | chrome/app_shim/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/rules.gni
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
index 9aa1f92ae25f3c1b5dcd1129c26835cb37fd1feb..41c60c4799c7bdc9d9d3aaff6c4f913a0a09511c 100644
--- a/build/config/mac/rules.gni
+++ b/build/config/mac/rules.gni
@@ -186,6 +186,9 @@ template("mac_app_bundle") {
"output_name",
"visibility",
])
+ if (defined(add_configs)) {
+ configs += add_configs
+ }
output_name = _output_name
output_dir = "$target_out_dir/$_executable_target"
}
« no previous file with comments | « no previous file | chrome/app_shim/BUILD.gn » ('j') | chrome/app_shim/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698