Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: chromeos-base/autotest-tests/autotest-tests-9999.ebuild

Issue 4076002: Add audiovideo_Microphone autotest (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: Add audiovideo_Microphone autotest. Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2 2 # Distributed under the terms of the GNU General Public License v2
3 3
4 EAPI=2 4 EAPI=2
5 5
6 inherit toolchain-funcs flag-o-matic cros-workon autotest 6 inherit toolchain-funcs flag-o-matic cros-workon autotest
7 7
8 DESCRIPTION="Autotest tests" 8 DESCRIPTION="Autotest tests"
9 HOMEPAGE="http://src.chromium.org" 9 HOMEPAGE="http://src.chromium.org"
10 SRC_URI="" 10 SRC_URI=""
(...skipping 30 matching lines...) Expand all
41 +tests_disktest 41 +tests_disktest
42 +tests_fsx 42 +tests_fsx
43 +tests_hackbench 43 +tests_hackbench
44 +tests_iperf 44 +tests_iperf
45 tests_ltp 45 tests_ltp
46 +tests_netperf2 46 +tests_netperf2
47 +tests_netpipe 47 +tests_netpipe
48 +tests_sleeptest 48 +tests_sleeptest
49 +tests_unixbench 49 +tests_unixbench
50 +tests_audiovideo_FFMPEG 50 +tests_audiovideo_FFMPEG
51 +tests_audiovideo_Microphone
51 +tests_audiovideo_PlaybackRecordSemiAuto 52 +tests_audiovideo_PlaybackRecordSemiAuto
52 +tests_audiovideo_V4L2 53 +tests_audiovideo_V4L2
53 +tests_build_RootFilesystemSize 54 +tests_build_RootFilesystemSize
54 +tests_desktopui_ChromeFirstRender 55 +tests_desktopui_ChromeFirstRender
55 +tests_desktopui_ChromeSemiAuto 56 +tests_desktopui_ChromeSemiAuto
56 +tests_desktopui_FlashSanityCheck 57 +tests_desktopui_FlashSanityCheck
57 +tests_desktopui_IBusTest 58 +tests_desktopui_IBusTest
58 +tests_desktopui_ImeTest 59 +tests_desktopui_ImeTest
59 +tests_desktopui_KillRestart 60 +tests_desktopui_KillRestart
60 +tests_desktopui_ScreenLocker 61 +tests_desktopui_ScreenLocker
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 222
222 CROS_WORKON_PROJECT=autotest 223 CROS_WORKON_PROJECT=autotest
223 CROS_WORKON_LOCALNAME=../third_party/autotest 224 CROS_WORKON_LOCALNAME=../third_party/autotest
224 CROS_WORKON_SUBDIR=files 225 CROS_WORKON_SUBDIR=files
225 226
226 AUTOTEST_DEPS_LIST="" 227 AUTOTEST_DEPS_LIST=""
227 AUTOTEST_CONFIG_LIST="" 228 AUTOTEST_CONFIG_LIST=""
228 AUTOTEST_PROFILERS_LIST="" 229 AUTOTEST_PROFILERS_LIST=""
229 230
230 AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz" 231 AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz"
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698