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

Unified Diff: remoting/host/installer/win/generate_clsids.gni

Issue 2308813002: Moving CRD Windows targets to subdirectories. (Closed)
Patch Set: The exec needs to be called native_messaging_host for downstream installers to work. Created 4 years, 3 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 | « remoting/host/installer/win/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/win/generate_clsids.gni
diff --git a/remoting/host/installer/win/generate_clsids.gni b/remoting/host/installer/win/generate_clsids.gni
new file mode 100644
index 0000000000000000000000000000000000000000..2a39509dbc4d3dbcad92aa1fd9e7af0dd3370d24
--- /dev/null
+++ b/remoting/host/installer/win/generate_clsids.gni
@@ -0,0 +1,19 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//remoting/build/config/remoting_build.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
+# should generate a header containing the #defines for this as well as the
+# IDL file with the values.
+clsids = exec_script("//remoting/host/win/get_clsids.py",
+ [
+ daemon_controller_guid,
+ rdp_desktop_session_guid,
+ chrome_version_full,
+ ],
+ "value")
+daemon_controller_clsid = clsids[0]
+rdp_desktop_session_clsid = clsids[1]
« no previous file with comments | « remoting/host/installer/win/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698