diff options
author | kjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 08:45:50 +0000 |
---|---|---|
committer | kjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 08:45:50 +0000 |
commit | bce382afab043b467bd69dfd511440522a89fd65 (patch) | |
tree | b981a79b28ad8e96d70e45569fa97ec05fa68305 /build | |
parent | 2c1f050006ebe8cc4727868ae1306805615153a3 (diff) | |
download | chromium_src-bce382afab043b467bd69dfd511440522a89fd65.zip chromium_src-bce382afab043b467bd69dfd511440522a89fd65.tar.gz chromium_src-bce382afab043b467bd69dfd511440522a89fd65.tar.bz2 |
Remove metrics_unittests isolate reference for Android.
This should have been done when removing the test in
https://codereview.chromium.org/117293002/
TBR=frankf@chromium.org
BUG=webrtc:1843
NOTRY=True
Review URL: https://codereview.chromium.org/105163004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py index 46baabd..0896973c 100644 --- a/build/android/pylib/gtest/setup.py +++ b/build/android/pylib/gtest/setup.py @@ -48,7 +48,6 @@ _WEBRTC_ISOLATE_FILE_PATHS = { 'modules/audio_coding/neteq4/audio_decoder_unittests.isolate', 'common_audio_unittests': 'common_audio/common_audio_unittests.isolate', 'common_video_unittests': 'common_video/common_video_unittests.isolate', - 'metrics_unittests': 'test/metrics_unittests.isolate', 'modules_tests': 'modules/modules_tests.isolate', 'modules_unittests': 'modules/modules_unittests.isolate', 'neteq_unittests': 'modules/audio_coding/neteq/neteq_unittests.isolate', |