diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 19:51:34 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 19:51:34 +0000 |
commit | 55902b55116fe36b88a719b13c15d38d9b3c08ff (patch) | |
tree | cb05a30d82fe83499e09368caad8120557b696e2 /chrome | |
parent | 7a08a49f266ca32581b95016cfa65a5679c5dcf1 (diff) | |
download | chromium_src-55902b55116fe36b88a719b13c15d38d9b3c08ff.zip chromium_src-55902b55116fe36b88a719b13c15d38d9b3c08ff.tar.gz chromium_src-55902b55116fe36b88a719b13c15d38d9b3c08ff.tar.bz2 |
Add basic checkbox support for GTK.
This also makes the Checkbox check for the native wrapper just like
NativeButton does, to prevent crashes if it hasn't been initialized yet.
Review URL: http://codereview.chromium.org/113408
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index a7e442a..8ca0259 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3350,7 +3350,6 @@ '../views/accessibility/view_accessibility.cc', '../views/controls/scrollbar/bitmap_scroll_bar.cc', '../views/controls/button/button_dropdown.cc', - '../views/controls/button/checkbox.cc', '../views/controls/button/menu_button.cc', '../views/controls/combo_box.cc', '../views/controls/hwnd_view.cc', @@ -3406,7 +3405,6 @@ '../views/accessibility/view_accessibility_wrapper.cc', '../views/controls/scrollbar/bitmap_scroll_bar.cc', '../views/controls/button/button_dropdown.cc', - '../views/controls/button/checkbox.cc', '../views/controls/menu/chrome_menu.cc', '../views/controls/combo_box.cc', '../views/focus/focus_manager.cc', |