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

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

Issue 2791323002: Use framework style includes in ios/web_view/public. (Closed)
Patch Set: Update includes spacing. Created 3 years, 9 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 | ios/web_view/BUILD.gn » ('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 11bcd5cda930c3246ceae40420ac52379d816e0d..2cafb96c34f318713353fc42b56220da56699855 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -1169,6 +1169,12 @@ template("ios_framework_bundle") {
_compile_headers_map_target = _target_name + "_compile_headers_map"
action(_compile_headers_map_target) {
visibility = [ ":$_framework_headers_target" ]
+ forward_variables_from(invoker,
+ [
+ "deps",
+ "public_deps",
+ "testonly",
+ ])
script = "//build/config/ios/write_framework_hmap.py"
outputs = [
_header_map_filename,
@@ -1214,6 +1220,7 @@ template("ios_framework_bundle") {
}
group(_framework_headers_target) {
+ forward_variables_from(invoker, [ "testonly" ])
deps = [
":$_compile_headers_map_target",
":$_copy_public_headers_target",
« no previous file with comments | « no previous file | ios/web_view/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698