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

Unified Diff: utils/generate_patch_sdk.gni

Issue 2984243002: Include platform.dill files in sdk builds (Closed)
Patch Set: fix nits Created 3 years, 5 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 | « sdk/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/generate_patch_sdk.gni
diff --git a/utils/generate_patch_sdk.gni b/utils/generate_patch_sdk.gni
index ad131f9cf20ff7f167154beea2624366c9e738d9..f1c748b72161f13e0021cb7f1b9251827a22689c 100644
--- a/utils/generate_patch_sdk.gni
+++ b/utils/generate_patch_sdk.gni
@@ -43,8 +43,10 @@ template("generate_patched_sdk") {
depfile = "$root_out_dir/${target_name}.d"
outputs = [
- # Instead of listing all outputs we list a single well-known one.
+ # Instead of listing all outputs we list those consumed by
+ # other BUILD rules.
"$root_out_dir/${invoker.patched_sdk_dir}/platform.dill",
+ "$root_out_dir/${invoker.patched_sdk_dir}/outline.dill",
]
args = [ "--quiet" ]
« no previous file with comments | « sdk/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698