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

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: trybots 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 | « remoting/android/BUILD.gn ('k') | remoting/remoting_options.gni » ('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 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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 outputs = [ 748 outputs = [
749 "$root_build_dir/remoting/{{source_name_part}}", 749 "$root_build_dir/remoting/{{source_name_part}}",
750 ] 750 ]
751 751
752 args = [ 752 args = [
753 "--define", 753 "--define",
754 "ME2ME_HOST_PATH=$me2me_host_path", 754 "ME2ME_HOST_PATH=$me2me_host_path",
755 "--define", 755 "--define",
756 "IT2ME_HOST_PATH=$it2me_host_path", 756 "IT2ME_HOST_PATH=$it2me_host_path",
757 "--variables", 757 "--variables",
758 branding_path, 758 rebase_path(branding_path),
759 "--template", 759 "--template",
760 "{{source}}", 760 "{{source}}",
761 "--locale_output", 761 "--locale_output",
762 "remoting/{{source_name_part}}", 762 "remoting/{{source_name_part}}",
763 "en", 763 "en",
764 ] 764 ]
765 } 765 }
766 766
767 # TODO(crbug.com/512899) This still needs to be ported to GN. 767 # TODO(crbug.com/512899) This still needs to be ported to GN.
768 group("remoting_infoplist_strings") { 768 group("remoting_infoplist_strings") {
(...skipping 375 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 | « remoting/android/BUILD.gn ('k') | remoting/remoting_options.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698