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

Side by Side Diff: remoting/host/installer/linux/BUILD.gn

Issue 2527713002: Revert of Add PAM session wrapper (Closed)
Patch Set: Created 4 years 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 | « no previous file | remoting/host/installer/linux/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//remoting/build/config/remoting_build.gni") 5 import("//remoting/build/config/remoting_build.gni")
6 6
7 import("//build/config/zip.gni") 7 import("//build/config/zip.gni")
8 8
9 build_deb_script = "build_deb.py" 9 build_deb_script = "build_deb.py"
10 deb_filename = "$root_build_dir/" + exec_script(build_deb_script, 10 deb_filename = "$root_build_dir/" + exec_script(build_deb_script,
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "-o", 73 "-o",
74 rebase_path("$root_build_dir"), 74 rebase_path("$root_build_dir"),
75 ] 75 ]
76 76
77 deps = [ 77 deps = [
78 "//remoting/host:remoting_me2me_host", 78 "//remoting/host:remoting_me2me_host",
79 "//remoting/host:remoting_native_messaging_host", 79 "//remoting/host:remoting_native_messaging_host",
80 "//remoting/host:remoting_native_messaging_manifests", 80 "//remoting/host:remoting_native_messaging_manifests",
81 "//remoting/host:remoting_start_host", 81 "//remoting/host:remoting_start_host",
82 "//remoting/host/it2me:remote_assistance_host", 82 "//remoting/host/it2me:remote_assistance_host",
83 "//remoting/host/linux:remoting_user_session",
84 "//remoting/resources", 83 "//remoting/resources",
85 "//third_party/icu:icudata", 84 "//third_party/icu:icudata",
86 ] 85 ]
87 } 86 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/installer/linux/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698