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

Unified Diff: mojo/public/mojo_application.gni

Issue 1361633004: GN: Do not use forward_dependent_configs_from variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync fix Created 5 years, 3 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 | « build/config/ios/rules.gni ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index 0dfcefaf71abaf9ab9f65bf7ec5f1535adc0c401..33d25d4db9ad671494fc42f7731cdaad235bb4bb 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -96,9 +96,6 @@ template("mojo_native_application") {
".",
mojo_root)
deps += mojo_deps
- if (defined(invoker.forward_dependent_configs_from)) {
- forward_dependent_configs_from = invoker.forward_dependent_configs_from
- }
if (defined(invoker.public_deps)) {
public_deps = invoker.public_deps
}
@@ -214,9 +211,6 @@ template("mojo_native_application") {
".",
mojo_root)
deps += mojo_deps
- if (defined(invoker.forward_dependent_configs_from)) {
- forward_dependent_configs_from = invoker.forward_dependent_configs_from
- }
if (defined(invoker.public_deps)) {
public_deps = invoker.public_deps
}
« no previous file with comments | « build/config/ios/rules.gni ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698