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

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

Issue 1812823002: [iOS] Define global assert_no_deps and use it to prevent regressions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@components-invalidation
Patch Set: Address comments Created 4 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 | components/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 93b8a17bb04ca4e18d5f555cc0422a98c8ac2480..87e7ff3abc163ab5df168a538415a9af1a039e31 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -100,11 +100,12 @@ template("app") {
forward_variables_from(invoker,
"*",
[
- "output_name",
+ "assert_no_deps",
"code_signing_identity",
"data_deps",
"entitlements_path",
"info_plist",
+ "output_name",
"visibility",
])
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698