diff options
author | dgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 02:33:44 +0000 |
---|---|---|
committer | dgarrett@chromium.org <dgarrett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 02:33:44 +0000 |
commit | 000791bfcfeccbf8f13ea9caccf48c3845d7582f (patch) | |
tree | 2bf84e86d490982b46f91ff723d116f9bb6a1221 /courgette/courgette.gyp | |
parent | eaacd1f30dce47cbd261c950af3aa9588c753799 (diff) | |
download | chromium_src-000791bfcfeccbf8f13ea9caccf48c3845d7582f.zip chromium_src-000791bfcfeccbf8f13ea9caccf48c3845d7582f.tar.gz chromium_src-000791bfcfeccbf8f13ea9caccf48c3845d7582f.tar.bz2 |
Add a backwards compatibility unittest.
This is a resubmit of CL 7915007.
BUG=None
TEST=New Unittest
Review URL: http://codereview.chromium.org/7976035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r-- | courgette/courgette.gyp | 3 |
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': [ |