Sync back changes to dev/BUILD.

Change-Id: I55d7945bdf36f881aa309585a354bb1c6912c183
diff --git a/dev/BUILD b/dev/BUILD
index 89ea1cc..01ffe59 100644
--- a/dev/BUILD
+++ b/dev/BUILD
@@ -78,7 +78,6 @@
         exclude = [
             "**/junit/**",
             "**/super/**",
-            "**/package-info.java",
         ],
     ),
     deps = [
@@ -125,12 +124,10 @@
 # They must be jarjar-ed and dependencies stripped before exposing to google3.
 java_library(
     name = "gwt-dev-bare",
-    srcs = glob(
-        ["core/src/**/*.java"],
-        exclude = ["**/package-info.java"],
-    ),
+    srcs = glob(["core/src/**/*.java"]),
     deps = [
         ":compiler.standalone.super",
+        "//third_party/java/gson",
         "//third_party/java_src/gwt/svn/tools:dev_deps",
         "//third_party/java_src/gwt/svn/tools:servlet_api_3",
     ],
@@ -155,10 +152,6 @@
             "core/src/**/*.txt",
             "core/src/com/google/gwt/dev/js/globals/globals.html",  # for testing
         ],
-        exclude = [
-            "**/package-info.java",
-            "README.txt",
-        ],
     ),
     root = "core/src",
 )
@@ -202,6 +195,7 @@
     ),
     deps = [
         ":compiler.standalone.super",
+        "//third_party/java/gson",
         "//third_party/java_src/gwt/svn/tools:compiler_deps",
     ],
 )
@@ -215,7 +209,6 @@
         ["core/super/**/*.java"],
         exclude = [
             "core/super/com/google/gwt/dev/jjs/intrinsic/**",
-            "**/package-info.java",
         ],
     ),
     compatible_with = ["//buildenv/target:android"],
@@ -230,7 +223,6 @@
             "core/super/**/*.java",
             "core/super/**/*.xml",
         ],
-        exclude = ["**/package-info.java"],
     ),
     root = "core/super",
 )
@@ -303,6 +295,7 @@
     deps = [
         ":compiler.standalone.super",
         ":gwt-dev-bare",
+        "//third_party/java/gson",
         "//third_party/java/junit",
         "//third_party/java_src/gwt/svn/tools:dev_deps",
     ],