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

Unified Diff: chrome/BUILD.gn

Issue 2278983002: Add resource whitelisting compatibility for offical builder scripts. (Closed)
Patch Set: Created 4 years, 4 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 | tools/resources/generate_resource_whitelist.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 1db8721f0d9a009b4328acefd8f4cb8a1f04434a..73f827c8c0e054912327d0adaff61f52d2d15aad 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1702,6 +1702,7 @@ if (enable_resource_whitelist_generation) {
"-o",
rebase_path(_outfile, root_build_dir),
"--out-dir=.",
+ "--use-existing-resource-ids",
]
}
}
« no previous file with comments | « no previous file | tools/resources/generate_resource_whitelist.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698