| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |