diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-06 01:02:40 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-06 01:02:40 +0000 |
commit | 2a05506d15d795c8e0bd253ba6db4b5b471cf224 (patch) | |
tree | 3f91aae3ed41c0bac282f82d286f60c812ade5cc /.gitignore | |
parent | 57d55d0a87799fb0f40b74824e98b00d8a3292db (diff) | |
download | chromium_src-2a05506d15d795c8e0bd253ba6db4b5b471cf224.zip chromium_src-2a05506d15d795c8e0bd253ba6db4b5b471cf224.tar.gz chromium_src-2a05506d15d795c8e0bd253ba6db4b5b471cf224.tar.bz2 |
chromeos: Get rid of a dependency to profile-guided optimization data.
The PGO data repository is as large as 116MB, thus not desirable
to pull unconditionally for developers.
Instead, we'll pull the dependency from chromeos-chrome ebuild file,
until we come up with a better solution to manage PGO data, not only
for Chrome OS, but also for other platforms.
BUG=108090
TEST=none. chrome builds without the data anyway.
Review URL: http://codereview.chromium.org/9113029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -79,8 +79,6 @@ v8.log /net/testserver.log /out /out_* -# Profile-guided compiler optimization files from cros.DEPS. -/profile/ /remoting/appengine/ /remoting/tools/internal/ /rlz |