summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gyp
diff options
context:
space:
mode:
authorandresantoso <andresantoso@chromium.org>2015-05-27 13:51:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-27 20:51:42 +0000
commit0f774ac3eab74c0b3102c3f6c16e0733de0dcfa7 (patch)
tree00c859027e903f1bf9fde69ac8f08238ef8cb94c /chrome/chrome_nibs.gyp
parent8505ef356013ec9239f295501a283ec9fd43b08a (diff)
downloadchromium_src-0f774ac3eab74c0b3102c3f6c16e0733de0dcfa7.zip
chromium_src-0f774ac3eab74c0b3102c3f6c16e0733de0dcfa7.tar.gz
chromium_src-0f774ac3eab74c0b3102c3f6c16e0733de0dcfa7.tar.bz2
Mac: Update sad tab to no longer use a xib file
The xib file was used to set up the image view, replace it with code. It was also used to set an outlet to the controller, it's not really needed. Also, SadTabView does not need to be a subclass of BaseView. BUG=490139 Review URL: https://codereview.chromium.org/1158223002 Cr-Commit-Position: refs/heads/master@{#331643}
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r--chrome/chrome_nibs.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp
index a5c9bc2..1ab195f 100644
--- a/chrome/chrome_nibs.gyp
+++ b/chrome/chrome_nibs.gyp
@@ -203,10 +203,6 @@
'browser/ui/cocoa/styled_text_field_cell.mm',
'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h',
'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm',
- 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
- 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
- 'browser/ui/cocoa/tab_contents/sad_tab_view.h',
- 'browser/ui/cocoa/tab_contents/sad_tab_view.mm',
'browser/ui/cocoa/tabs/tab_controller.h',
'browser/ui/cocoa/tabs/tab_controller.mm',
'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h',