summaryrefslogtreecommitdiffstats
path: root/courgette/courgette.gyp
diff options
context:
space:
mode:
authordgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-17 00:33:37 +0000
committerdgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-17 00:33:37 +0000
commitdc07cbc53bbc59170c1e1a8368893d80711e82cb (patch)
tree95f5bf6f6c26c6fbc4eba054f728ef4e47ae4647 /courgette/courgette.gyp
parent92e1b7e9feaf90c23af9ff0441cb4ed6ee6b1c3a (diff)
downloadchromium_src-dc07cbc53bbc59170c1e1a8368893d80711e82cb.zip
chromium_src-dc07cbc53bbc59170c1e1a8368893d80711e82cb.tar.gz
chromium_src-dc07cbc53bbc59170c1e1a8368893d80711e82cb.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r--courgette/courgette.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index e9fa170..5a183e8 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 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,6 +92,7 @@
'image_info_unittest.cc',
'run_all_unittests.cc',
'streams_unittest.cc',
+ 'versioning_unittest.cc',
'third_party/paged_array_unittest.cc'
],
'dependencies': [