Enable leveldb build in GN world.

$ gn gn out/Debug_gn
$ ninja -C out/Debug_gn leveldatabase

BUG=None
TEST=see above, it LINKS.
[email protected]
TBR=brettw

Review URL: https://codereview.chromium.org/230073003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263506 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/BUILD.gn b/BUILD.gn
index abdbc45..0bf658e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -30,11 +30,10 @@
     #"//net",
     #"//net/third_party/nss:ssl",
     #"//sdch",
-    #"//skia",
+    "//skia",
     #"//third_party/WebKit/Source/platform",
     #"//third_party/icu:icudata",
-    #"//third_party/leveldatabase",
-    "//skia",
+    "//third_party/leveldatabase",
     "//third_party/libpng",
     "//third_party/libusb",
     "//third_party/re2",