diff options
author | asharif@chromium.org <asharif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-27 21:51:12 +0000 |
---|---|---|
committer | asharif@chromium.org <asharif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-27 21:51:12 +0000 |
commit | 2e787cd6adf919eb07ccab35758d5c9ff857f5cc (patch) | |
tree | dbf52c67955fd90728a6cc9e5bb5e3543fe982fe /tools/cros.DEPS/DEPS | |
parent | db6b517beeb6de98960681b028ad761e331cc145 (diff) | |
download | chromium_src-2e787cd6adf919eb07ccab35758d5c9ff857f5cc.zip chromium_src-2e787cd6adf919eb07ccab35758d5c9ff857f5cc.tar.gz chromium_src-2e787cd6adf919eb07ccab35758d5c9ff857f5cc.tar.bz2 |
Added checking out of the chromiumos profile repository.
This repository stores .gcda files produced by Chrome when it runs PageCycler.
These profile files can then be fed in to do profile-guided optimization. During
my experiments PageCycler shows up to 22% performance improvement when these
files are used for PGO.
BUG=none
TEST=gclient sync && ls src/profile shows that the repo has been checked out.
Review URL: http://codereview.chromium.org/8991009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS/DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 17afff2..352069b 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -8,5 +8,7 @@ deps_os = { Var("chromiumos_git") + "/platform/cros.git@c709d59a", "src/third_party/cros_system_api": Var("chromiumos_git") + "/platform/system_api.git@58d34158", + "src/profile": + Var("chromiumos_git") + "/profile/chromium.git@77bf68a260d", } } |