summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 17:58:48 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 17:58:48 +0000
commit47b0020ecef88161e807530ab788c2e386371c39 (patch)
tree1535a55813495a30f390af1a4dbe22e70c3324ce /remoting/remoting.gyp
parent51282b7d18b97a1530a629848250d376071daa2b (diff)
downloadchromium_src-47b0020ecef88161e807530ab788c2e386371c39.zip
chromium_src-47b0020ecef88161e807530ab788c2e386371c39.tar.gz
chromium_src-47b0020ecef88161e807530ab788c2e386371c39.tar.bz2
Remove REMOTING_HOST_LINUX_CLIPBOARD build setting
Review URL: https://chromiumcodereview.appspot.com/11881040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176932 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index b8dd104..2b6b1de 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -19,7 +19,6 @@
],
},
- 'remoting_host_linux_clipboard%': 1,
'remoting_multi_process%': '<(remoting_multi_process)',
# The |major|, |build| and |patch| versions are inherited from Chrome.
@@ -236,11 +235,6 @@
'..', # Root of Chrome checkout
],
'conditions': [
- ['remoting_host_linux_clipboard != 0', {
- 'defines': [
- 'REMOTING_HOST_LINUX_CLIPBOARD',
- ],
- }],
['remoting_multi_process != 0', {
'defines': [
'REMOTING_MULTI_PROCESS',