Index: ui/views/views.gyp |
diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
index 8fa0304147084cc32352c12ba2a11348502168d2..fec9a00fc0386ebc0e878249de3b4b68ae1e50ba 100644 |
--- a/ui/views/views.gyp |
+++ b/ui/views/views.gyp |
@@ -1,4 +1,4 @@ |
-# Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+# Copyright (c) 2012 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. |
{ |
@@ -207,10 +207,14 @@ |
'controls/tabbed_pane/tabbed_pane_listener.h', |
'controls/table/group_table_model.h', |
'controls/table/group_table_view.h', |
+ 'controls/table/group_table_view_views.cc', |
+ 'controls/table/group_table_view_views.h', |
'controls/table/group_table_view_win.cc', |
'controls/table/group_table_view_win.h', |
'controls/table/table_view.h', |
'controls/table/table_view_observer.h', |
+ 'controls/table/table_view_views.cc', |
+ 'controls/table/table_view_views.h', |
'controls/table/table_view_win.cc', |
'controls/table/table_view_win.h', |
'controls/textfield/gtk_views_entry.cc', |
@@ -437,6 +441,10 @@ |
'controls/menu/menu_config_views.cc', |
'controls/menu/menu_item_view_views.cc', |
'controls/menu/menu_separator_views.cc', |
+ 'controls/table/group_table_view_views.cc', |
+ 'controls/table/group_table_view_views.h', |
+ 'controls/table/table_view_views.cc', |
+ 'controls/table/table_view_views.h', |
'controls/tree/tree_view_views.cc', |
'controls/tree/tree_view_views.h', |
], |
@@ -540,6 +548,9 @@ |
], |
}], |
], |
+ 'sources/': [ |
+ ['exclude', 'controls/table/table_view_unittest.cc'], |
+ ], |
}], |
['OS=="win"', { |
'link_settings': { |
@@ -659,17 +670,6 @@ |
'include_dirs': [ |
'../third_party/wtl/include', |
], |
- }, { # OS!="win" |
- 'sources/': [ |
- ['exclude', 'examples/table_example.cc'], |
- ['exclude', 'examples/table_example.h'], |
- ], |
- }], |
- ['use_aura==1', { |
- 'sources/': [ |
- ['exclude', 'examples/table_example.cc'], |
- ['exclude', 'examples/table_example.h'], |
- ], |
}], |
], |
}, # target_name: views_examples_lib |