Commit cc5ee551 authored by jbroman@chromium.org's avatar jbroman@chromium.org

GN: add missing dependencies of //components/dom_distiller.

BUG=367595
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282730 0039d316-1c4b-4281-b951-d872f2087c98
parent ec4f1438
...@@ -47,9 +47,12 @@ static_library("core") { ...@@ -47,9 +47,12 @@ static_library("core") {
"//components/dom_distiller/core/proto", "//components/dom_distiller/core/proto",
"//components/resources", "//components/resources",
"//components/strings", "//components/strings",
"//net",
"//skia", "//skia",
"//sync", "//sync",
"//third_party/dom_distiller_js/package/proto", "//third_party/dom_distiller_js/package/proto",
"//ui/base",
"//url",
#'components.gyp:leveldb_proto', TODO(GYP) #'components.gyp:leveldb_proto', TODO(GYP)
] ]
...@@ -74,6 +77,7 @@ static_library("test_support") { ...@@ -74,6 +77,7 @@ static_library("test_support") {
#'components.gyp:leveldb_proto_test_support', TODO(GYP) #'components.gyp:leveldb_proto_test_support', TODO(GYP)
"//sync", "//sync",
"//testing/gmock", "//testing/gmock",
"//testing/gtest",
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment