From dd3e02abd586bcb898a557713b2636e0f4999990 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Tue, 20 Oct 2009 03:43:17 +0000 Subject: Add missing files to app.gyp. Patch by Thiago Farina BUG=None TEST=None Review URL: http://codereview.chromium.org/295002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29494 0039d316-1c4b-4281-b951-d872f2087c98 --- app/app.gyp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'app/app.gyp') diff --git a/app/app.gyp b/app/app.gyp index 329eb04..09add61 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -153,13 +153,16 @@ 'sql/statement.h', 'sql/transaction.cc', 'sql/transaction.h', + 'table_model.cc', + 'table_model.h', + 'table_model_observer.h', 'theme_provider.cc', 'theme_provider.h', 'throb_animation.cc', 'throb_animation.h', - 'table_model.cc', - 'table_model.h', - 'table_model_observer.h', + 'tree_model.h', + 'tree_node_iterator.h', + 'tree_node_model.h', 'win/window_impl.cc', 'win/window_impl.h', ], -- cgit v1.1