diff options
author | kelvinp <kelvinp@chromium.org> | 2015-01-18 19:40:32 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-19 03:41:17 +0000 |
commit | fde5744f4bbba2a84bd0f249172a900082552d31 (patch) | |
tree | 1098690147b4f7f9aa8403b435a98f3a0bb9b414 /remoting/remoting_test.gypi | |
parent | 3ab6cf9381961c40d2f4fd97f80307154b6d6a74 (diff) | |
download | chromium_src-fde5744f4bbba2a84bd0f249172a900082552d31.zip chromium_src-fde5744f4bbba2a84bd0f249172a900082552d31.tar.gz chromium_src-fde5744f4bbba2a84bd0f249172a900082552d31.tar.bz2 |
Fix official build failure due to missing archive files
An earlier change has removed remoting-browser-tests.zip from the official
build files but doesn't change the archive script
BUG=449804
TBR=amineer
Review URL: https://codereview.chromium.org/843403003
Cr-Commit-Position: refs/heads/master@{#312055}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 9bfa865..cd11122 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -294,9 +294,6 @@ { 'target_name': 'remoting_browser_test_resources', 'type': 'none', - 'variables': { - 'zip_script': '../build/android/gyp/zip.py', - }, 'copies': [ { 'destination': '<(PRODUCT_DIR)/remoting/browser_test_resources', |