aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/src/com/google/common/primitives
diff options
context:
space:
mode:
authorbenyu <benyu@google.com>2020-08-19 09:23:25 -0700
committerDavid P. Baker <dpb@google.com>2020-08-19 14:58:47 -0400
commit23be71af402328c19e00c333e370e31357308b4b (patch)
treecdcfed907ad6cc045b35e16cab482e959cb3de0b /guava-gwt/src/com/google/common/primitives
parentd8e921fd2df52184708d6eb9516e4869f548d841 (diff)
downloadguava-23be71af402328c19e00c333e370e31357308b4b.tar.gz
Switch GWT rules implementation from native to .bzl.
RELNOTES: GWT rules are now implemented in .bzl. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=327435789
Diffstat (limited to 'guava-gwt/src/com/google/common/primitives')
-rw-r--r--guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml b/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
index 4200ce499..505f45cca 100644
--- a/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
+++ b/guava-gwt/src/com/google/common/primitives/Primitives.gwt.xml
@@ -14,9 +14,13 @@
<super-source path="super"/>
<inherits name="com.google.gwt.user.User"/>
+
<inherits name="com.google.gwt.user.User"/>
+
<inherits name="com.google.common.annotations.Annotations"/>
+
<inherits name="com.google.common.base.Base"/>
+
<inherits name="com.google.gwt.core.Core"/>
</module>