summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gypi
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-11 20:29:03 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-11 20:29:03 +0000
commit26ea1215b0e85a6860fb194d00afd353231b898a (patch)
tree66d1fac4aefe4a30d93f58f60b114c8315451a1e /chrome/chrome_nibs.gypi
parent830f16b43606a397965f64dcd8aa0df636ba07a4 (diff)
downloadchromium_src-26ea1215b0e85a6860fb194d00afd353231b898a.zip
chromium_src-26ea1215b0e85a6860fb194d00afd353231b898a.tar.gz
chromium_src-26ea1215b0e85a6860fb194d00afd353231b898a.tar.bz2
mac: Move initial tab layout from a xib to code
Currently, the layout is half-code, half-xib, and changing spacing always requires changing both places. It also makes it easier to share layout constants with other platforms in the future. Replace the binding for "title" with an explicit update call, since an update hook is already running anyway. BUG=none Review URL: https://chromiumcodereview.appspot.com/11528011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gypi')
-rw-r--r--chrome/chrome_nibs.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_nibs.gypi b/chrome/chrome_nibs.gypi
index ec9e56f..65da7bd 100644
--- a/chrome/chrome_nibs.gypi
+++ b/chrome/chrome_nibs.gypi
@@ -62,7 +62,6 @@
'app/nibs/InfoBarContainer.xib',
'app/nibs/Notification.xib',
'app/nibs/Panel.xib',
- 'app/nibs/TabView.xib',
], # mac_untranslated_xibs
'mac_all_xibs': [
'<@(mac_translated_xibs)',