diff options
author | anandc <anandc@chromium.org> | 2014-10-15 17:37:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-16 00:38:24 +0000 |
commit | 292ae659c9790a5045ac830ec9f9888847fc9f8b (patch) | |
tree | 6a32791d4d4654c6f0b35943c13915b8ea518de0 | |
parent | 9602808d94fc9ff3f32fd064a4b0ec9bcf45542c (diff) | |
download | chromium_src-292ae659c9790a5045ac830ec9f9888847fc9f8b.zip chromium_src-292ae659c9790a5045ac830ec9f9888847fc9f8b.tar.gz chromium_src-292ae659c9790a5045ac830ec9f9888847fc9f8b.tar.bz2 |
Add remoting_webapp_v2 as a dependency to chromoting_integration_tests_run.
BUG=
Review URL: https://codereview.chromium.org/647053003
Cr-Commit-Position: refs/heads/master@{#299796}
-rw-r--r-- | testing/chromoting/integration_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/chromoting/integration_tests.gyp b/testing/chromoting/integration_tests.gyp index b6c801d..23fcf6f 100644 --- a/testing/chromoting/integration_tests.gyp +++ b/testing/chromoting/integration_tests.gyp @@ -12,6 +12,7 @@ 'dependencies': [ '../../chrome/chrome.gyp:browser_tests', '../../remoting/remoting.gyp:remoting_webapp_v1', + '../../remoting/remoting.gyp:remoting_webapp_v2', ], 'includes': [ '../../build/isolate.gypi', |