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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//remoting/build/config/remoting_build.gni")
6
7 # TODO(brettw) these should not be generated via exec_script. This should be
8 # part of the build process rather than the metabuild. Instead, a script
9 # should generate a header containing the #defines for this as well as the
10 # IDL file with the values.
11 clsids = exec_script("//remoting/host/win/get_clsids.py",
12 [
13 daemon_controller_guid,
14 rdp_desktop_session_guid,
15 chrome_version_full,
16 ],
17 "value")
18 daemon_controller_clsid = clsids[0]
19 rdp_desktop_session_clsid = clsids[1]
OLDNEW
« 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