Skip to content

Commit

Permalink
Fix GN midl template for input/output checking
Browse files Browse the repository at this point in the history
An upcoming version of GN will check that inputs to scripts are generated by public dependencies of the script. The MIDL rule is the only failing part of the Windows build.

Review URL: https://codereview.chromium.org/1152743004

Cr-Commit-Position: refs/heads/master@{#332450}
  • Loading branch information
brettw authored and Commit bot committed Jun 2, 2015
1 parent 3eec864 commit bf622f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/toolchain/win/midl.gni
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ template("midl") {
sources = process_file_template(invoker.sources,
[ "$out_dir/$interface_identifier_file" ])

deps = [
public_deps = [
":$action_name",
]
}
Expand Down

0 comments on commit bf622f6

Please sign in to comment.