Index: build/toolchain/win/midl.gni |
diff --git a/build/toolchain/win/midl.gni b/build/toolchain/win/midl.gni |
index 96acd66ea0939f8bf416036e406e2dd0f52f323b..ff5899c8c7840cc57d6a0434454e1317d23c5b32 100644 |
--- a/build/toolchain/win/midl.gni |
+++ b/build/toolchain/win/midl.gni |
@@ -6,7 +6,8 @@ assert(is_win) |
import("//build/config/win/visual_studio_version.gni") |
-# This template defines a rule to invoke the MS IDL compiler. |
+# This template defines a rule to invoke the MS IDL compiler. The generated |
+# source code will be compiled and linked into targets that depend on this. |
# |
# Parameters |
# |