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

Unified Diff: remoting/host/BUILD.gn

Issue 1440693003: Unify mc.exe calling in GN, set environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/win/message_compiler.py ('k') | remoting/tools/build/message_compiler.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 8bf1c5e878e893570e63871e81945b70aa2b0f67..f62a03f33701ad567ee7f4c063b7228cf2de6629 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -336,7 +336,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
if (is_win) {
import("//build/toolchain/win/midl.gni")
- import("//remoting/tools/build/message_compiler.gni")
+ import("//build/win/message_compiler.gni")
# TODO(brettw) these should not be generated via exec_script. This should be
# part of the build process rather than the metabuild. Instead, a script
« no previous file with comments | « build/win/message_compiler.py ('k') | remoting/tools/build/message_compiler.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698