diff options
-rw-r--r-- | app/app.gyp | 9 |
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', ], |