summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-20 03:43:17 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-20 03:43:17 +0000
commitdd3e02abd586bcb898a557713b2636e0f4999990 (patch)
tree297155256290f8f7dab860f5fc39620cdc6917d7 /app
parent2bb8afef2ef6048ab7b2ef79344d1c5fa21ae035 (diff)
downloadchromium_src-dd3e02abd586bcb898a557713b2636e0f4999990.zip
chromium_src-dd3e02abd586bcb898a557713b2636e0f4999990.tar.gz
chromium_src-dd3e02abd586bcb898a557713b2636e0f4999990.tar.bz2
Add missing files to app.gyp.
Patch by Thiago Farina <thiago.farina@gmail.com> 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
Diffstat (limited to 'app')
-rw-r--r--app/app.gyp9
1 files changed, 6 insertions, 3 deletions
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',
],