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

Unified Diff: ui/views/views.gyp

Issue 10831009: Change the GetSelectedTab method of the NativeTabbedPaneView to return the tab contents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 30c7dfe3a1cf08d1082271804e33c3f3842557bf..a9a2e783183317dc9b8d184e750c8c2eb6f35c55 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -523,6 +523,7 @@
'controls/single_split_view_unittest.cc',
'controls/slider_unittest.cc',
'controls/tabbed_pane/tabbed_pane_unittest.cc',
+ 'controls/tabbed_pane/tabbed_pane_win_unittest.cc',
'controls/table/table_view_unittest.cc',
'controls/textfield/native_textfield_views_unittest.cc',
'controls/textfield/textfield_views_model_unittest.cc',
@@ -577,7 +578,7 @@
'../aura/aura.gyp:test_support_aura',
],
'sources/': [
- ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'],
+ ['exclude', 'controls/tabbed_pane/tabbed_pane_win_unittest.cc'],
['exclude', 'controls/table/table_view_unittest.cc'],
['exclude', 'widget/native_widget_win_unittest.cc'],
],

Powered by Google App Engine
This is Rietveld 408576698