diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 08:20:20 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 08:20:20 +0000 |
commit | 75eda33a79ab30dc52c975dd3f4950585f5c3012 (patch) | |
tree | 29379da8e936648d6f9fd8236b596f152878f2ac /base/base.gyp | |
parent | 214ba2d9264bea909215b4ce1a793d9df683b6aa (diff) | |
download | chromium_src-75eda33a79ab30dc52c975dd3f4950585f5c3012.zip chromium_src-75eda33a79ab30dc52c975dd3f4950585f5c3012.tar.gz chromium_src-75eda33a79ab30dc52c975dd3f4950585f5c3012.tar.bz2 |
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
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
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': [ |