diff options
author | shadi@chromium.org <shadi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 22:50:57 +0000 |
---|---|---|
committer | shadi@chromium.org <shadi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 22:50:57 +0000 |
commit | 867b38c53e00420ea92f4901f2afdde35bc5f551 (patch) | |
tree | 5f8473c40def76773f67d356acab9563099ddfa2 /third_party/widevine | |
parent | 2a66ebdeee717400b91f025de14e3ba2be927bf4 (diff) | |
download | chromium_src-867b38c53e00420ea92f4901f2afdde35bc5f551.zip chromium_src-867b38c53e00420ea92f4901f2afdde35bc5f551.tar.gz chromium_src-867b38c53e00420ea92f4901f2afdde35bc5f551.tar.bz2 |
Update WV test license server config to use portable sdk server.
This also makes the test server dynamically select an open port to use.
BUG=339983
Review URL: https://codereview.chromium.org/143003026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm.gyp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp index d094958..674038b 100644 --- a/third_party/widevine/cdm/widevine_cdm.gyp +++ b/third_party/widevine/cdm/widevine_cdm.gyp @@ -108,5 +108,16 @@ 'files': [ '<@(widevine_cdm_binary_files)' ], }], }, + { + 'target_name': 'widevine_test_license_server', + 'type': 'none', + 'conditions': [ + [ 'branding == "Chrome" and OS == "linux"', { + 'dependencies': [ + '<(DEPTH)/third_party/widevine/test/license_server/license_server.gyp:test_license_server', + ], + }], + ], + }, ], } |