From 75eda33a79ab30dc52c975dd3f4950585f5c3012 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Tue, 24 Jul 2012 08:20:20 +0000 Subject: Revert 148055 - Move CachedRanges out and add support for checksum. This breaks the NaCL compiler, as the addition the base.gypi results in a too long command line. For the sake of getting the tree green, I'm reverting this, although the NaCL compiler is really to blame Review URL: https://chromiumcodereview.appspot.com/10796047 TBR=kaiwang@chromium.org Review URL: https://chromiumcodereview.appspot.com/10807083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148060 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base.gyp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'base/base.gyp') diff --git a/base/base.gyp b/base/base.gyp index ad68e36..54ef20a 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -433,7 +433,6 @@ 'message_loop_unittest.cc', 'message_pump_glib_unittest.cc', 'message_pump_libevent_unittest.cc', - 'metrics/bucket_ranges_unittest.cc', 'metrics/field_trial_unittest.cc', 'metrics/histogram_unittest.cc', 'metrics/stats_table_unittest.cc', @@ -564,7 +563,7 @@ # TODO(ios): Remove these as base/ is unforked. # For now, exclude everything that doesn't build as-is, just to # get a minimal target building. - # Unittests that don't pass. + # Unittests that don't pass. ['exclude', '^message_loop_unittest\\.cc$'], ], 'actions': [ -- cgit v1.1