From 8abe765d6e082259fd79c2c1cb4834733651a677 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Fri, 6 Aug 2010 02:29:37 +0000 Subject: app: Add unittests for TreeNodeModel. BUG=None TEST=out/Debug/app_unittests --gtest_filter=TreeNodeModelTest.* Signed-off-by: Thiago Farina Review URL: http://codereview.chromium.org/3017023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55179 0039d316-1c4b-4281-b951-d872f2087c98 --- app/app.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/app.gyp') diff --git a/app/app.gyp b/app/app.gyp index 7b0c847..3b10824 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2010 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. @@ -53,6 +53,7 @@ 'test_suite.h', 'text_elider_unittest.cc', 'tree_node_iterator_unittest.cc', + 'tree_node_model_unittest.cc', 'win_util_unittest.cc', ], 'include_dirs': [ -- cgit v1.1