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

Unified Diff: components/domain_reliability/BUILD.gn

Issue 1733463005: Domain Reliability: Add more Gmail domains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? :| Created 4 years, 10 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
Index: components/domain_reliability/BUILD.gn
diff --git a/components/domain_reliability/BUILD.gn b/components/domain_reliability/BUILD.gn
index a0fb15f9b8b7438dc8f460ac6d1fda80ce76e492..5834a824bcb521a24eb8b6b49ee8436589c6aeaa 100644
--- a/components/domain_reliability/BUILD.gn
+++ b/components/domain_reliability/BUILD.gn
@@ -23,7 +23,7 @@ action("bake_in_configs") {
visibility = [ ":*" ]
script = "bake_in_configs.py"
- inputs = baked_in_configs
+ inputs = baked_in_configs + [ "baked_in_configs.gypi" ]
output_file = "$target_gen_dir/baked_in_configs.cc"
outputs = [
output_file,
@@ -31,7 +31,7 @@ action("bake_in_configs") {
# The JSON file list is too long for the command line on Windows, so put
# them in a response file.
- response_file_contents = rebase_path(inputs, root_build_dir)
+ response_file_contents = rebase_path(baked_in_configs, root_build_dir)
args = [
"--file-list",
"{{response_file_name}}",

Powered by Google App Engine
This is Rietveld 408576698