summaryrefslogtreecommitdiffstats
path: root/testing/chromoting/integration_tests.gyp
diff options
context:
space:
mode:
authoranandc <anandc@chromium.org>2015-03-20 17:22:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-21 00:24:23 +0000
commit8e2c816dc7db6c4f53f9a87fb1a53fe93ee37609 (patch)
treec82ef81bb1be470f0c58a8db77c25033ad0387c7 /testing/chromoting/integration_tests.gyp
parent4baa58f7573b1be55872bb30ece372c617915544 (diff)
downloadchromium_src-8e2c816dc7db6c4f53f9a87fb1a53fe93ee37609.zip
chromium_src-8e2c816dc7db6c4f53f9a87fb1a53fe93ee37609.tar.gz
chromium_src-8e2c816dc7db6c4f53f9a87fb1a53fe93ee37609.tar.bz2
Build app_streaming apps only on Linux.
BUG= Review URL: https://codereview.chromium.org/1026953002 Cr-Commit-Position: refs/heads/master@{#321665}
Diffstat (limited to 'testing/chromoting/integration_tests.gyp')
-rw-r--r--testing/chromoting/integration_tests.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/chromoting/integration_tests.gyp b/testing/chromoting/integration_tests.gyp
index d87b230..b50c3c6 100644
--- a/testing/chromoting/integration_tests.gyp
+++ b/testing/chromoting/integration_tests.gyp
@@ -16,7 +16,6 @@
'../../chrome/chrome.gyp:browser_tests',
'../../remoting/remoting.gyp:remoting_webapp_v1',
'../../remoting/remoting.gyp:remoting_webapp_v2',
- '../../remoting/webapp/app_remoting/internal/app_remoting_all.gyp:app_remoting_all_apps',
],
'includes': [
'../../build/isolate.gypi',
@@ -28,6 +27,7 @@
['OS=="linux"', {
'dependencies': [
'../../remoting/remoting.gyp:remoting_me2me_host_archive',
+ '../../remoting/webapp/app_remoting/internal/app_remoting_all.gyp:app_remoting_all_apps',
],
}], # OS=="linux"
],