Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2746)

Unified Diff: app/app.gyp

Issue 3017023: app: Add unittests for TreeNodeModel. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app/tree_node_model_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
index 7b0c84735cf8b8a263768fd78eb19e1f98e003bf..3b1082476035befa3dfe70d7d92da90353220ab7 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': [
« no previous file with comments | « no previous file | app/tree_node_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698