diff options
author | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-17 01:21:44 +0000 |
---|---|---|
committer | rlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-17 01:21:44 +0000 |
commit | 8019b5b3ed124863f1bde454e675fe740c327c37 (patch) | |
tree | bfe693f0fdfefb5aa78a3d82c884e954f17cdcd5 /courgette/courgette.gyp | |
parent | d5425ad01f484d44d111ef05f6f6d9900c8c4b08 (diff) | |
download | chromium_src-8019b5b3ed124863f1bde454e675fe740c327c37.zip chromium_src-8019b5b3ed124863f1bde454e675fe740c327c37.tar.gz chromium_src-8019b5b3ed124863f1bde454e675fe740c327c37.tar.bz2 |
Revert 101606 - Add a basic backwards compatibility unittest.
This verifies we can still apply old patches, but does not
verify that old clients can apply new patches. That seems
important, but I'm not sure how to do it without storing
old client binaries in version control.
BUG=None
TEST=New Unittest
Review URL: http://codereview.chromium.org/7915007
TBR=dgarrett@chromium.org
Review URL: http://codereview.chromium.org/7930003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r-- | courgette/courgette.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp index 5a183e8..e9fa170 100644 --- a/courgette/courgette.gyp +++ b/courgette/courgette.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2009 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -92,7 +92,6 @@ 'image_info_unittest.cc', 'run_all_unittests.cc', 'streams_unittest.cc', - 'versioning_unittest.cc', 'third_party/paged_array_unittest.cc' ], 'dependencies': [ |