mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
18 lines
736 B
Plaintext
18 lines
736 B
Plaintext
# 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",
|
|
[
|
|
rdp_desktop_session_guid,
|
|
chrome_version_full,
|
|
],
|
|
"value")
|
|
rdp_desktop_session_clsid = clsids[0]
|