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

Unified Diff: components/domain_reliability.gypi

Issue 1430043002: Support script response files in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment, random build fix Created 5 years, 1 month 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 | « chrome/installer/mini_installer/BUILD.gn ('k') | components/domain_reliability/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability.gypi
diff --git a/components/domain_reliability.gypi b/components/domain_reliability.gypi
index 4412b612aeb5a62e4e15a1c9d6ee9f0a94d0ae56..8f2f12a60d00ea8b8b40b441fe3e58c13ef8baaf 100644
--- a/components/domain_reliability.gypi
+++ b/components/domain_reliability.gypi
@@ -72,9 +72,9 @@
# bake_in_configs.py will read the filenames out of it manually.
'action': ['python',
'<(bake_in_configs_script)',
- '.',
- 'domain_reliability/baked_in_configs.gypi',
- '<(baked_in_configs_cc)'],
+ '--gypi-relative-to=.',
+ '--gypi-file=domain_reliability/baked_in_configs.gypi',
+ '--output=<(baked_in_configs_cc)'],
'process_outputs_as_sources': 1,
'message': 'Baking in Domain Reliability configs',
},
« no previous file with comments | « chrome/installer/mini_installer/BUILD.gn ('k') | components/domain_reliability/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698