Chromium Code Reviews| Index: testing/chromoting/integration_tests.gyp |
| diff --git a/testing/chromoting/integration_tests.gyp b/testing/chromoting/integration_tests.gyp |
| index 23fcf6ff9d69bdef72ef9b50a09cb9acfa5937ab..78c136888f0a81590ffedbceaa989e732f4610f8 100644 |
| --- a/testing/chromoting/integration_tests.gyp |
| +++ b/testing/chromoting/integration_tests.gyp |
| @@ -20,6 +20,13 @@ |
| 'sources': [ |
| 'chromoting_integration_tests.isolate', |
| ], |
| + 'conditions': [ |
| + ['OS=="linux"', { |
| + 'dependencies': [ |
| + '../../remoting/remoting.gyp:remoting_me2me_host_archive', |
| + ], |
| + }], # OS=="linux" |
| + ], |
| }, |
| ], |
| }], |