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

Side by Side Diff: chromeos-base/chromeos-chrome/chromeos-chrome-9999.ebuild

Issue 6792016: Add runtime dependency to setxkbmap, as the command is now used by chrome. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: Created 9 years, 8 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) 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
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
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 }
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