From 8e2c816dc7db6c4f53f9a87fb1a53fe93ee37609 Mon Sep 17 00:00:00 2001 From: anandc Date: Fri, 20 Mar 2015 17:22:57 -0700 Subject: Build app_streaming apps only on Linux. BUG= Review URL: https://codereview.chromium.org/1026953002 Cr-Commit-Position: refs/heads/master@{#321665} --- testing/chromoting/integration_tests.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ], -- cgit v1.1