diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 23:26:12 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 23:26:12 +0000 |
commit | 89cb4b8bd720933232f272d2f9705c484599f972 (patch) | |
tree | 37d8519a2147d9080141df287d44fcc34edb9289 /build | |
parent | c0bc3fd84189c8dcd598a61f0fa7fc3f1bca2a7d (diff) | |
download | chromium_src-89cb4b8bd720933232f272d2f9705c484599f972.zip chromium_src-89cb4b8bd720933232f272d2f9705c484599f972.tar.gz chromium_src-89cb4b8bd720933232f272d2f9705c484599f972.tar.bz2 |
Roll rlz 52:53, add rlz.gyp to the 'All' target on mac.
No intended behavior change on win. On mac, rlz_unittests can now
be built (and contains one whole test!).
BUG=46579
TEST=`ninja -C out/Release rlz_unittests` builds a binary.
TBR=rogerta
Review URL: http://codereview.chromium.org/9405039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 4b40d66..f902a90 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -314,6 +314,7 @@ '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', + '../rlz/rlz.gyp:*', '../sql/sql.gyp:sql_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', |