From 19b8d82f61d84ec8423e3f1c0223410501d35a93 Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Thu, 29 Jan 2009 19:18:57 +0000 Subject: Add a Version class and matching unit tests, roughly based on chrome/installer/util/version.*. This version has more flexible parsing rules and is more robust to detecting bogus versions, supporting arbitrary numbers of version components rather than just dotted quads. It's possible that we should switch chrome installer to use this version. Review URL: http://codereview.chromium.org/19667 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8901 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base_lib.scons | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/base_lib.scons') diff --git a/base/base_lib.scons b/base/base_lib.scons index 02467e3..afb82ea 100644 --- a/base/base_lib.scons +++ b/base/base_lib.scons @@ -250,6 +250,8 @@ input_files = ChromeFileList([ 'tuple.h', 'values.cc', 'values.h', + 'version.cc', + 'version.h', 'waitable_event.h', 'waitable_event_watcher.h', 'waitable_event_watcher_win.cc', -- cgit v1.1