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

Unified Diff: build/toolchain/win/midl.gni

Issue 969173002: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « build/config/linux/gtk/BUILD.gn ('k') | chrome/browser/ui/libgtk2ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/win/midl.gni
diff --git a/build/toolchain/win/midl.gni b/build/toolchain/win/midl.gni
index 30bcbf779cef688f4ee149ad0b1d18ca4901848f..748b0fc83fedb0bec63c9d88592bb7779255eea5 100644
--- a/build/toolchain/win/midl.gni
+++ b/build/toolchain/win/midl.gni
@@ -16,6 +16,7 @@ import("//build/config/win/visual_studio_version.gni")
# out_dir (optional)
# Directory to write the generated files to. Defaults to target_gen_dir.
#
+# deps (optional)
# visibility (optional)
template("midl") {
@@ -82,6 +83,10 @@ template("midl") {
idl_target_platform,
"/Oicf",
]
+
+ if (defined(invoker.deps)) {
+ deps = invoker.deps
+ }
}
source_set(target_name) {
« no previous file with comments | « build/config/linux/gtk/BUILD.gn ('k') | chrome/browser/ui/libgtk2ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698