summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorcjhopman <cjhopman@chromium.org>2015-04-13 17:51:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-14 00:52:24 +0000
commitbd87e797d6f9ba8db300cbf4f4a167f103a4c297 (patch)
tree3971dba7e59bad12adfe2a26ce4a64d81cd322c6 /components
parent947e8d6611df52dec945fa1b7be3d8de267adf9e (diff)
downloadchromium_src-bd87e797d6f9ba8db300cbf4f4a167f103a4c297.zip
chromium_src-bd87e797d6f9ba8db300cbf4f4a167f103a4c297.tar.gz
chromium_src-bd87e797d6f9ba8db300cbf4f4a167f103a4c297.tar.bz2
Fix dom_distiller_content_java deps
NOTRY=true Review URL: https://codereview.chromium.org/1082013002 Cr-Commit-Position: refs/heads/master@{#324968}
Diffstat (limited to 'components')
-rw-r--r--components/dom_distiller/android/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/dom_distiller/android/BUILD.gn b/components/dom_distiller/android/BUILD.gn
index 2cc4dc7..833b5da 100644
--- a/components/dom_distiller/android/BUILD.gn
+++ b/components/dom_distiller/android/BUILD.gn
@@ -24,6 +24,7 @@ android_library("dom_distiller_core_java") {
android_library("dom_distiller_content_java") {
deps = [
":dom_distiller_core_java",
+ "//base:base_java",
"//content/public/android:content_java",
]
java_files = [ "java/src/org/chromium/components/dom_distiller/content/DistillablePageUtils.java" ]