diff options
author | rogerta@google.com <rogerta@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 15:25:46 +0000 |
---|---|---|
committer | rogerta@google.com <rogerta@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 15:25:46 +0000 |
commit | 1c26217d647d823c1ce3355bc619e0ef7a68822b (patch) | |
tree | c2b9d8e34b8543ecaa5a6f3f6e4ead23d6b2ca34 /DEPS | |
parent | bcc528ed85d5fa3b4f327d2875d14de7c4506bd8 (diff) | |
download | chromium_src-1c26217d647d823c1ce3355bc619e0ef7a68822b.zip chromium_src-1c26217d647d823c1ce3355bc619e0ef7a68822b.tar.gz chromium_src-1c26217d647d823c1ce3355bc619e0ef7a68822b.tar.bz2 |
Link with RLZ library from open source repo.
In order to pass the check dependency step in the build, I added rlz to
the include_rules in DEPS. However, I am not sure this is the best solution.
TEST=Make sure that the RLZ pings from chrome are the sameas they were with
the old RLZ dll
BUG=none
Review URL: http://codereview.chromium.org/2755002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -200,6 +200,9 @@ deps_os = { "src/third_party/mingw-w64/mingw/bin": ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/mingw/bin@" + Var("nacl_revision")), + + "src/rlz": + "http://rlz.googlecode.com/svn/trunk@4", }, "mac": { "src/chrome/tools/test/reference_build/chrome_mac": @@ -251,6 +254,7 @@ include_rules = [ "+base", "+build", "+ipc", + "+rlz", # For now, we allow ICU to be included by specifying "unicode/...", although # this should probably change. |