summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorspang <spang@chromium.org>2015-05-07 12:15:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-07 19:16:18 +0000
commit1a4908a60b90eeaf713a43d812c1d5584ef0ffa9 (patch)
treebb8daca1679fd384c874b694075afb35b6ab75c8 /remoting/remoting_host_srcs.gypi
parent199f66b202c942421e25ced69471f7d9d1f2c4a7 (diff)
downloadchromium_src-1a4908a60b90eeaf713a43d812c1d5584ef0ffa9.zip
chromium_src-1a4908a60b90eeaf713a43d812c1d5584ef0ffa9.tar.gz
chromium_src-1a4908a60b90eeaf713a43d812c1d5584ef0ffa9.tar.bz2
remoting: Remove last X11 dependency from ozone build
It's not possible to use Xrandr to configure the display in ozone builds. This code does not work anyway, so replace it with a stub so that we can actually compile without putting X into the build environment. BUG=484324 TEST=build for chromebook pixel with https://chromium-review.googlesource.com/#/c/269135/ Review URL: https://codereview.chromium.org/1120753009 Cr-Commit-Position: refs/heads/master@{#328813}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 7d0b4a6..930dcd7 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -71,9 +71,10 @@
'host/desktop_process.cc',
'host/desktop_process.h',
'host/desktop_resizer.h',
- 'host/desktop_resizer_linux.cc',
'host/desktop_resizer_mac.cc',
+ 'host/desktop_resizer_ozone.cc',
'host/desktop_resizer_win.cc',
+ 'host/desktop_resizer_x11.cc',
'host/desktop_session.cc',
'host/desktop_session.h',
'host/desktop_session_agent.cc',