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

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

Issue 1888653002: [remoting android] Initialize It2Me host and implement Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/re-upload since Reitveld is confused 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
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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "win/rdp_client_unittest.cc", 341 "win/rdp_client_unittest.cc",
342 "win/worker_process_launcher_unittest.cc", 342 "win/worker_process_launcher_unittest.cc",
343 ] 343 ]
344 344
345 if (use_ozone || is_chromeos) { 345 if (use_ozone || is_chromeos) {
346 sources -= [ "local_input_monitor_unittest.cc" ] 346 sources -= [ "local_input_monitor_unittest.cc" ]
347 } 347 }
348 if (is_chromeos) { 348 if (is_chromeos) {
349 sources -= [ "linux/x_server_clipboard_unittest.cc" ] 349 sources -= [ "linux/x_server_clipboard_unittest.cc" ]
350 } 350 }
351 if (is_android) {
352 sources -= [ "it2me/it2me_native_messaging_host_unittest.cc" ]
353 }
351 354
352 configs += [ "//remoting:version" ] 355 configs += [ "//remoting:version" ]
353 356
354 deps = [ 357 deps = [
355 ":host", 358 ":host",
356 ":test_support", 359 ":test_support",
357 "//remoting/host/it2me:common", 360 "//remoting/host/it2me:common",
358 "//remoting/host/native_messaging", 361 "//remoting/host/native_messaging",
359 "//remoting/host/setup", 362 "//remoting/host/setup",
360 "//remoting/proto", 363 "//remoting/proto",
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 "--target_arch", 1141 "--target_arch",
1139 "$target_cpu", 1142 "$target_cpu",
1140 rebase_path("$root_out_dir/remoting-me2me-host-$current_os.zip", 1143 rebase_path("$root_out_dir/remoting-me2me-host-$current_os.zip",
1141 root_build_dir), 1144 root_build_dir),
1142 rebase_path(outputs[0], root_build_dir), 1145 rebase_path(outputs[0], root_build_dir),
1143 ] 1146 ]
1144 } 1147 }
1145 } 1148 }
1146 } 1149 }
1147 } 1150 }
OLDNEW
« no previous file with comments | « remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java ('k') | remoting/host/android/jni_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698