summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 22:58:52 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 22:58:52 +0000
commit2bb12ce481d5fd5cb4ba371efeb4d52601e822ee (patch)
treed45d7ba2d7d07e9358c7a365a01f0c996049f414 /views/views.gyp
parent3f74cc7cc9f89afb269369a5cc4ec8cefb0ba6b3 (diff)
downloadchromium_src-2bb12ce481d5fd5cb4ba371efeb4d52601e822ee.zip
chromium_src-2bb12ce481d5fd5cb4ba371efeb4d52601e822ee.tar.gz
chromium_src-2bb12ce481d5fd5cb4ba371efeb4d52601e822ee.tar.bz2
Revert 71230 to see if it is related to hang on linux interactive_ui_tests.
Original CL description: Streamline the layout of the BrowserView's children TabContents views. Modify SingleSplitView to calculate its children view's bounds, but do not actually resize them and change BrowserViewLayout accordingly (BrowserViewLayout resizes all views now). Do all reserved contents rect calculations before resizing TabContents views. Rationale: to do all BrowserView layout related actions in the context of BrowserViewLayout::Layout call and to minimize actual contents re-layouts. BUG=51084 TEST=All tests should pass Review URL: http://codereview.chromium.org/5606012 TBR=alekseys@chromium.org Review URL: http://codereview.chromium.org/6121007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 191fc7d..b8d75f9 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -428,7 +428,6 @@
'box_layout_unittest.cc',
'controls/label_unittest.cc',
'controls/progress_bar_unittest.cc',
- 'controls/single_split_view_unittest.cc',
'controls/tabbed_pane/tabbed_pane_unittest.cc',
'controls/table/table_view_unittest.cc',
'controls/textfield/native_textfield_views_unittest.cc',