Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: ui/views/views.gyp

Issue 9187027: Attempt 2 at: Adds a trivial views based table implementation (only supports single (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/examples/table_example.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/views/examples/table_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698