Disable GSS in gerrit.

Adding gss="false" to all UiBinder files and disabling GSS
through its configuration property.

This makes gerrit compile with both GWT 2.7 and current head.

Change-Id: Ib889002535ffa0178deece736a003921d74af487
This commit is contained in:
Daniel Kurka
2015-04-24 22:37:59 +02:00
parent c16ab0df0d
commit a975495b4d
37 changed files with 39 additions and 36 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License.
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:x='urn:import:com.google.gerrit.client.ui'>
<ui:style type='com.google.gerrit.client.diff.PreferencesBox.Style'>
<ui:style gss="false" type='com.google.gerrit.client.diff.PreferencesBox.Style'>
@external .gwt-TextBox;
@external .gwt-ToggleButton .html-face;
@external .gwt-ToggleButton-up;