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. |
| 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 cros-workon autotest-deponly | 6 inherit cros-workon autotest-deponly |
| 7 | 7 |
| 8 DESCRIPTION="Autotest common deps" | 8 DESCRIPTION="Autotest common deps" |
| 9 HOMEPAGE="http://src.chromium.org" | 9 HOMEPAGE="http://src.chromium.org" |
| 10 SRC_URI="" | 10 SRC_URI="" |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 29 # NOTE: For deps, we need to keep *.a | 29 # NOTE: For deps, we need to keep *.a |
| 30 AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz" | 30 AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz" |
| 31 | 31 |
| 32 # deps/gtest | 32 # deps/gtest |
| 33 RDEPEND=" | 33 RDEPEND=" |
| 34 dev-cpp/gtest | 34 dev-cpp/gtest |
| 35 " | 35 " |
| 36 | 36 |
| 37 RDEPEND="${RDEPEND} | 37 RDEPEND="${RDEPEND} |
| 38 chromeos-base/autotest-deps-libaio | 38 chromeos-base/autotest-deps-libaio |
| 39 chromeos-base/autotest-deps-piglit | |
|
zbehan
2011/04/11 23:37:20
I don't think this is needed or relevant. -libaio
ilja
2011/04/11 23:51:44
Done.
| |
| 39 " | 40 " |
| 40 | 41 |
| 41 # deps/chrome_test | 42 # deps/chrome_test |
| 42 #RDEPEND="${RDEPEND} | 43 #RDEPEND="${RDEPEND} |
| 43 # chromeos-base/chromeos-chrome | 44 # chromeos-base/chromeos-chrome |
| 44 #" | 45 #" |
| 45 | 46 |
| 46 # deps/ibusclient | 47 # deps/ibusclient |
| 47 RDEPEND="${RDEPEND} | 48 RDEPEND="${RDEPEND} |
| 48 app-i18n/ibus | 49 app-i18n/ibus |
| 49 dev-libs/glib | 50 dev-libs/glib |
| 50 sys-apps/dbus | 51 sys-apps/dbus |
| 51 " | 52 " |
| 52 | 53 |
| 53 # deps/iwcap | 54 # deps/iwcap |
| 54 RDEPEND="${RDEPEND} | 55 RDEPEND="${RDEPEND} |
| 55 dev-libs/libnl | 56 dev-libs/libnl |
| 56 " | 57 " |
| 57 | 58 |
| 58 DEPEND="${RDEPEND}" | 59 DEPEND="${RDEPEND}" |
| 59 | 60 |
| OLD | NEW |