summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-08-26 16:23:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-26 23:24:28 +0000
commitb9d14401ecbc0641a27c24fbe987a7803e258f8f (patch)
tree5de09219fac4c46b887ddd5066fa6d5096d868ae /remoting/remoting_host_srcs.gypi
parenta06466a4e0e0cf67698cd63752b719dc3f0cdd6d (diff)
downloadchromium_src-b9d14401ecbc0641a27c24fbe987a7803e258f8f.zip
chromium_src-b9d14401ecbc0641a27c24fbe987a7803e258f8f.tar.gz
chromium_src-b9d14401ecbc0641a27c24fbe987a7803e258f8f.tar.bz2
Move remoting/base/resources* to remoting/host
base/resources.h is used only in host, so it doesn't need to be in base. Review URL: https://codereview.chromium.org/1318773003 Cr-Commit-Position: refs/heads/master@{#345719}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index c506ac4..a23c7ae 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -205,6 +205,10 @@
'host/remote_input_filter.h',
'host/resizing_host_observer.cc',
'host/resizing_host_observer.h',
+ 'host/resources.h',
+ 'host/resources_linux.cc',
+ 'host/resources_mac.cc',
+ 'host/resources_win.cc',
'host/sas_injector.h',
'host/sas_injector_win.cc',
'host/screen_controls.h',