That is the correct list of dropdown-related elements.
* core-dropdown - A generic drop-down. You provide the trigger element, and you can put whatever you want in the drop-down body.
* core-dropdown-menu - A <select>-like element implemented with core-dropdown. The drop-down body contains a menu and the trigger element shows the selected item.
* paper-dropdown-menu - The material design version of the above.
* paper-dropdown - renamed to paper-dropdown-menu to be consistent with core-dropdown-menu
Sorry about the inconvenience with the renaming. These elements are quite new and are in flux. We hope to keep this type of changes to a minimum while making sure they have the right names and API.