| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2009 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 # Usage: by default, downloads chromium browser from the build server. | 4 # Usage: by default, downloads chromium browser from the build server. |
| 5 # If CHROME_ORIGIN is set to one of {SERVER_SOURCE, LOCAL_SOURCE}, | 5 # If CHROME_ORIGIN is set to one of {SERVER_SOURCE, LOCAL_SOURCE}, |
| 6 # The build comes from the chromimum source repository (gclient sync), \ | 6 # The build comes from the chromimum source repository (gclient sync), \ |
| 7 # build server, locally provided source, or locally provided binary | 7 # build server, locally provided source, or locally provided binary |
| 8 # If you are using SERVER_SOURCE, a gclient tempalte file that is in the files | 8 # If you are using SERVER_SOURCE, a gclient tempalte file that is in the files |
| 9 # directory, which will be copied automatically during the build and used as | 9 # directory, which will be copied automatically during the build and used as |
| 10 # the .gclient for 'gclient sync' | 10 # the .gclient for 'gclient sync' |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 >=media-libs/alsa-lib-1.0.19 | 134 >=media-libs/alsa-lib-1.0.19 |
| 135 media-libs/fontconfig | 135 media-libs/fontconfig |
| 136 media-libs/freetype | 136 media-libs/freetype |
| 137 media-libs/jpeg | 137 media-libs/jpeg |
| 138 media-libs/libpng | 138 media-libs/libpng |
| 139 media-libs/mesa | 139 media-libs/mesa |
| 140 net-misc/wget | 140 net-misc/wget |
| 141 sys-libs/zlib | 141 sys-libs/zlib |
| 142 x86? ( !chrome_internal? ( www-plugins/adobe-flash ) ) | 142 x86? ( !chrome_internal? ( www-plugins/adobe-flash ) ) |
| 143 >=x11-libs/gtk+-2.14.7 | 143 >=x11-libs/gtk+-2.14.7 |
| 144 » x11-libs/libXScrnSaver" | 144 » x11-libs/libXScrnSaver |
| 145 » x11-apps/setxkbmap" |
| 145 | 146 |
| 146 DEPEND="${DEPEND} | 147 DEPEND="${DEPEND} |
| 147 ${RDEPEND} | 148 ${RDEPEND} |
| 148 >=dev-util/gperf-3.0.3 | 149 >=dev-util/gperf-3.0.3 |
| 149 >=dev-util/pkgconfig-0.23" | 150 >=dev-util/pkgconfig-0.23" |
| 150 | 151 |
| 151 AUTOTEST_COMMON="src/chrome/test/chromeos/autotest/files" | 152 AUTOTEST_COMMON="src/chrome/test/chromeos/autotest/files" |
| 152 AUTOTEST_CLIENT_SITE_TESTS="${AUTOTEST_COMMON}/client/site_tests" | 153 AUTOTEST_CLIENT_SITE_TESTS="${AUTOTEST_COMMON}/client/site_tests" |
| 153 AUTOTEST_DEPS="${AUTOTEST_COMMON}/client/deps" | 154 AUTOTEST_DEPS="${AUTOTEST_COMMON}/client/deps" |
| 154 AUTOTEST_DEPS_LIST="chrome_test" | 155 AUTOTEST_DEPS_LIST="chrome_test" |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 else | 717 else |
| 717 die No internal Flash plugin. | 718 die No internal Flash plugin. |
| 718 fi | 719 fi |
| 719 else | 720 else |
| 720 # Use Flash from www-plugins/adobe-flash package. | 721 # Use Flash from www-plugins/adobe-flash package. |
| 721 dosym /opt/netscape/plugins/libflashplayer.so \ | 722 dosym /opt/netscape/plugins/libflashplayer.so \ |
| 722 "${CHROME_DIR}"/plugins/libflashplayer.so | 723 "${CHROME_DIR}"/plugins/libflashplayer.so |
| 723 fi | 724 fi |
| 724 fi | 725 fi |
| 725 } | 726 } |
| OLD | NEW |