summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 10:19:49 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 10:19:49 +0000
commit7d4bdd6e51095266ae6fe3d3dce53546b2eadeeb (patch)
tree28f5b378ac6fa33a6eac0dc31514fe236008a63a /remoting/remoting.gyp
parentd4014208b0617f8cc64570b1720e0ee6a43dd249 (diff)
downloadchromium_src-7d4bdd6e51095266ae6fe3d3dce53546b2eadeeb.zip
chromium_src-7d4bdd6e51095266ae6fe3d3dce53546b2eadeeb.tar.gz
chromium_src-7d4bdd6e51095266ae6fe3d3dce53546b2eadeeb.tar.bz2
Add GYP flag to enable clipboard on Linux host
This CL depends on http://codereview.chromium.org/10909133/ BUG=132454 Review URL: https://chromiumcodereview.appspot.com/10928215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 5ff1b86..fbc2702 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -8,6 +8,7 @@
# duplicated from chrome.gyp
'chromium_code': 1,
+ 'remoting_host_linux_clipboard%': 1,
'remoting_multi_process%': 0,
# The version is composed from major & minor versions specific to remoting
@@ -205,6 +206,11 @@
'..', # Root of Chrome checkout
],
'conditions': [
+ ['remoting_host_linux_clipboard != 0', {
+ 'defines': [
+ 'REMOTING_HOST_LINUX_CLIPBOARD',
+ ],
+ }],
['remoting_multi_process != 0', {
'defines': [
'REMOTING_MULTI_PROCESS',