summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 5f5bab8..3dba3a5 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -215,7 +215,7 @@
'../app/throb_animation.cc',
'../app/throb_animation.h',
'../app/win_util.cc',
- '../app/win_util.h',
+ '../app/win_util.h',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -1897,6 +1897,9 @@
'app/keystone_glue.h',
'app/keystone_glue.m',
'app/scoped_ole_initializer.h',
+ 'app/tree_model.h',
+ 'app/tree_node_iterator.h',
+ 'app/tree_node_model.h',
],
'mac_bundle_resources': [
'app/nibs/en.lproj/BrowserWindow.xib',
@@ -2798,6 +2801,7 @@
'common/pref_service_unittest.cc',
'common/property_bag_unittest.cc',
'common/resource_dispatcher_unittest.cc',
+ '../app/tree_node_iterator_unittest.cc',
'common/time_format_unittest.cc',
'common/unzip_unittest.cc',
'../app/win_util_unittest.cc',
@@ -2823,7 +2827,6 @@
'test/v8_unit_test.h',
'../views/controls/label_unittest.cc',
'../views/controls/table/table_view_unittest.cc',
- '../views/controls/tree/tree_node_iterator_unittest.cc',
'../views/focus/focus_manager_unittest.cc',
'../views/grid_layout_unittest.cc',
'../views/view_unittest.cc',
@@ -3235,9 +3238,6 @@
'../views/controls/text_field.h',
'../views/controls/throbber.cc',
'../views/controls/throbber.h',
- '../views/controls/tree/tree_model.h',
- '../views/controls/tree/tree_node_iterator.h',
- '../views/controls/tree/tree_node_model.h',
'../views/controls/tree/tree_view.cc',
'../views/controls/tree/tree_view.h',
'../views/drag_utils.cc',