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

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

Issue 1947923002: remoting: fix out-of-tree build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | remoting/remoting_options.gni » ('j') | remoting/remoting_options.gni » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//build/util/version.gni") 8 import("//build/util/version.gni")
9 import("//remoting/remoting_enable.gni") 9 import("//remoting/remoting_enable.gni")
10 import("//remoting/remoting_locales.gni") 10 import("//remoting/remoting_locales.gni")
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 action_foreach("remoting_native_messaging_manifests") { 727 action_foreach("remoting_native_messaging_manifests") {
728 if (is_mac) { 728 if (is_mac) {
729 assert(false, "not implemented on mac yet") 729 assert(false, "not implemented on mac yet")
730 } else { 730 } else {
731 me2me_host_path = 731 me2me_host_path =
732 "/opt/google/chrome-remote-desktop/native-messaging-host" 732 "/opt/google/chrome-remote-desktop/native-messaging-host"
733 it2me_host_path = 733 it2me_host_path =
734 "/opt/google/chrome-remote-desktop/remote-assistance-host" 734 "/opt/google/chrome-remote-desktop/remote-assistance-host"
735 } 735 }
736 736
737 script = "../tools/build/remoting_localize.py" 737 script = rebase_path("//remoting/tools/build/remoting_localize.py")
brettw 2016/05/04 16:41:39 I don't understand this change. "script" is a buil
Paweł Hajdan Jr. 2016/05/05 13:22:55 It wasn't needed. Removed these changes. I didn't
738 738
739 sources = [ 739 sources = [
740 "it2me/com.google.chrome.remote_assistance.json.jinja2", 740 "it2me/com.google.chrome.remote_assistance.json.jinja2",
741 "setup/com.google.chrome.remote_desktop.json.jinja2", 741 "setup/com.google.chrome.remote_desktop.json.jinja2",
742 ] 742 ]
743 743
744 inputs = [ 744 inputs = [
745 branding_path, 745 branding_path,
746 ] 746 ]
747 747
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 "--target_arch", 1144 "--target_arch",
1145 "$target_cpu", 1145 "$target_cpu",
1146 rebase_path("$root_out_dir/remoting-me2me-host-$current_os.zip", 1146 rebase_path("$root_out_dir/remoting-me2me-host-$current_os.zip",
1147 root_build_dir), 1147 root_build_dir),
1148 rebase_path(outputs[0], root_build_dir), 1148 rebase_path(outputs[0], root_build_dir),
1149 ] 1149 ]
1150 } 1150 }
1151 } 1151 }
1152 } 1152 }
1153 } 1153 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_options.gni » ('j') | remoting/remoting_options.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698