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

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

Issue 756643006: Remote assistance on Chrome OS Part IX - Input injection on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Ozone_input_injection
Patch Set: Fix rotation on X11 devices Created 6 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
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("//remoting/remoting_version.gni") 7 import("//remoting/remoting_version.gni")
8 8
9 static_library("host") { 9 static_library("host") {
10 gypi_values = exec_script( 10 gypi_values = exec_script(
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 if (use_ash) { 67 if (use_ash) {
68 deps += [ "//ash" ] 68 deps += [ "//ash" ]
69 } 69 }
70 70
71 if (use_ozone) { 71 if (use_ozone) {
72 sources -= [ 72 sources -= [
73 "input_injector_x11.cc", 73 "input_injector_x11.cc",
74 "local_input_monitor_x11.cc", 74 "local_input_monitor_x11.cc",
75 ] 75 ]
76 deps += [ "//ui/ozone" ]
76 } else { 77 } else {
77 sources -= [ 78 sources -= [
78 "chromeos/mouse_cursor_monitor_aura.cc", 79 "chromeos/mouse_cursor_monitor_aura.cc",
79 "chromeos/mouse_cursor_monitor_aura.h", 80 "chromeos/mouse_cursor_monitor_aura.h",
80 "clipboard_x11.cc", 81 "clipboard_x11.cc",
81 "input_injector_chromeos.cc", 82 "input_injector_chromeos.cc",
82 "input_injector_chromeos.h", 83 "input_injector_chromeos.h",
83 "linux/x_server_clipboard.cc", 84 "linux/x_server_clipboard.cc",
84 "linux/x_server_clipboard.h", 85 "linux/x_server_clipboard.h",
85 "local_input_monitor_chromeos.cc", 86 "local_input_monitor_chromeos.cc",
(...skipping 27 matching lines...) Expand all
113 if (enable_webrtc) { 114 if (enable_webrtc) {
114 deps += [ 115 deps += [
115 "//third_party/libjingle:libpeerconnection", 116 "//third_party/libjingle:libpeerconnection",
116 "//third_party/webrtc/modules/desktop_capture", 117 "//third_party/webrtc/modules/desktop_capture",
117 ] 118 ]
118 119
119 sources += rebase_path( 120 sources += rebase_path(
120 gypi_values.remoting_cast_sources, ".", "//remoting") 121 gypi_values.remoting_cast_sources, ".", "//remoting")
121 } 122 }
122 } 123 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/chromeos/display_transform_util.h » ('j') | remoting/host/chromeos/display_transform_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698