Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
|
DaleCurtis
2011/04/11 22:12:42
Automatic rev, just change -9999 version.
| |
| 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 CROS_WORKON_COMMIT="968752f7d390bfd5615a2f7e0ec8114b3e728953" | 5 CROS_WORKON_COMMIT="968752f7d390bfd5615a2f7e0ec8114b3e728953" |
| 6 | 6 |
| 7 inherit toolchain-funcs flag-o-matic cros-workon autotest | 7 inherit toolchain-funcs flag-o-matic cros-workon autotest |
| 8 | 8 |
| 9 DESCRIPTION="Autotest tests" | 9 DESCRIPTION="Autotest tests" |
| 10 HOMEPAGE="http://src.chromium.org" | 10 HOMEPAGE="http://src.chromium.org" |
| 11 SRC_URI="" | 11 SRC_URI="" |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 38 # network_3GStressEnable | 38 # network_3GStressEnable |
| 39 # network_WiFiSmokeTest | 39 # network_WiFiSmokeTest |
| 40 # network_WifiAuthenticationTests | 40 # network_WifiAuthenticationTests |
| 41 CONFLICT="chromeos-base/autotest-private-0.2.0" | 41 CONFLICT="chromeos-base/autotest-private-0.2.0" |
| 42 PDEPEND="|| ( >$CONFLICT-r29 !!~$CONFLICT )" | 42 PDEPEND="|| ( >$CONFLICT-r29 !!~$CONFLICT )" |
| 43 RDEPEND=" | 43 RDEPEND=" |
| 44 chromeos-base/autotest-deps | 44 chromeos-base/autotest-deps |
| 45 chromeos-base/autotest-deps-iotools | 45 chromeos-base/autotest-deps-iotools |
| 46 chromeos-base/autotest-deps-libaio | 46 chromeos-base/autotest-deps-libaio |
| 47 chromeos-base/autotest-deps-glbench | 47 chromeos-base/autotest-deps-glbench |
| 48 chromeos-base/autotest-deps-piglit | |
| 48 chromeos-base/flimflam-test | 49 chromeos-base/flimflam-test |
| 49 autox? ( chromeos-base/autox ) | 50 autox? ( chromeos-base/autox ) |
| 50 dev-python/pygobject | 51 dev-python/pygobject |
| 51 dev-python/pygtk | 52 dev-python/pygtk |
| 52 xset? ( x11-apps/xset ) | 53 xset? ( x11-apps/xset ) |
| 53 tpmtools? ( app-crypt/tpm-tools ) | 54 tpmtools? ( app-crypt/tpm-tools ) |
| 54 !!~$CONFLICT | 55 !!~$CONFLICT |
| 55 " | 56 " |
| 56 | 57 |
| 57 RDEPEND="${RDEPEND} | 58 RDEPEND="${RDEPEND} |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 268 | 269 |
| 269 CROS_WORKON_PROJECT=autotest | 270 CROS_WORKON_PROJECT=autotest |
| 270 CROS_WORKON_LOCALNAME=../third_party/autotest | 271 CROS_WORKON_LOCALNAME=../third_party/autotest |
| 271 CROS_WORKON_SUBDIR=files | 272 CROS_WORKON_SUBDIR=files |
| 272 | 273 |
| 273 AUTOTEST_DEPS_LIST="" | 274 AUTOTEST_DEPS_LIST="" |
| 274 AUTOTEST_CONFIG_LIST="" | 275 AUTOTEST_CONFIG_LIST="" |
| 275 AUTOTEST_PROFILERS_LIST="" | 276 AUTOTEST_PROFILERS_LIST="" |
| 276 | 277 |
| 277 AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz" | 278 AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz" |
| OLD | NEW |