diff options
author | sergeyu <sergeyu@chromium.org> | 2015-08-04 14:07:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-04 21:11:37 +0000 |
commit | a7471f6cb51311f9e8841dcce67ee425914e81ad (patch) | |
tree | c785aab8818055e22063b3c9a2f958b74e50cd77 /testing/chromoting | |
parent | ac6cdd00c17b8643f490a5473d445122af62fda9 (diff) | |
download | chromium_src-a7471f6cb51311f9e8841dcce67ee425914e81ad.zip chromium_src-a7471f6cb51311f9e8841dcce67ee425914e81ad.tar.gz chromium_src-a7471f6cb51311f9e8841dcce67ee425914e81ad.tar.bz2 |
Remove legacy CRD application types.
1. Removed CRD v1 app.
2. Removed support for native plugin from the webapp.
Review URL: https://codereview.chromium.org/1251273002
Cr-Commit-Position: refs/heads/master@{#341794}
Diffstat (limited to 'testing/chromoting')
-rw-r--r-- | testing/chromoting/chromoting_integration_tests.isolate | 1 | ||||
-rw-r--r-- | testing/chromoting/dependencies.gypi | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate index c879e56..bb32a01 100644 --- a/testing/chromoting/chromoting_integration_tests.isolate +++ b/testing/chromoting/chromoting_integration_tests.isolate @@ -49,7 +49,6 @@ 'files': [ '../test_env.py', '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', - '<(PRODUCT_DIR)/remoting/remoting.webapp/', '<(PRODUCT_DIR)/remoting/remoting.webapp.v2/', '<(PRODUCT_DIR)/remoting/browser_test_resources/', '<(PRODUCT_DIR)/resources.pak', diff --git a/testing/chromoting/dependencies.gypi b/testing/chromoting/dependencies.gypi index b2bec1e..fd74e3a 100644 --- a/testing/chromoting/dependencies.gypi +++ b/testing/chromoting/dependencies.gypi @@ -7,8 +7,7 @@ { 'dependencies': [ '../../chrome/chrome.gyp:browser_tests', - '../../remoting/remoting.gyp:remoting_webapp_v1', - '../../remoting/remoting.gyp:remoting_webapp_v2', + '../../remoting/remoting.gyp:remoting_webapp', ], 'type': 'none', 'includes': [ |