Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: components/dom_distiller/core/BUILD.gn

Issue 371643002: GN: add missing dependencies of //components/dom_distiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index 38ce4fccdd0b02f2195bfed55d3ca84d4a65cd76..da998ae28f706e3e813755c07765d8f93a21025f 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -47,9 +47,12 @@ static_library("core") {
"//components/dom_distiller/core/proto",
"//components/resources",
"//components/strings",
+ "//net",
"//skia",
"//sync",
"//third_party/dom_distiller_js/package/proto",
+ "//ui/base",
+ "//url",
#'components.gyp:leveldb_proto', TODO(GYP)
]
@@ -74,6 +77,7 @@ static_library("test_support") {
#'components.gyp:leveldb_proto_test_support', TODO(GYP)
"//sync",
"//testing/gmock",
+ "//testing/gtest",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698