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

Unified Diff: components/dom_distiller/content/browser/BUILD.gn

Issue 2252963004: Remove dom_distiller core dependency on content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test deps Created 4 years, 4 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
Index: components/dom_distiller/content/browser/BUILD.gn
diff --git a/components/dom_distiller/content/browser/BUILD.gn b/components/dom_distiller/content/browser/BUILD.gn
index efbeff503caf0aa99084b2684f6391c9cf1be8b0..dfb42c7049a2173cab4b12f5748568800b686d44 100644
--- a/components/dom_distiller/content/browser/BUILD.gn
+++ b/components/dom_distiller/content/browser/BUILD.gn
@@ -49,12 +49,12 @@ static_library("browser") {
if (is_android) {
sources += [
- "//components/dom_distiller/android/component_jni_registrar.cc",
- "//components/dom_distiller/android/component_jni_registrar.h",
+ "android/content_jni_registrar.cc",
+ "android/content_jni_registrar.h",
"distillable_page_utils_android.cc",
"distillable_page_utils_android.h",
]
- deps += [ "//components/dom_distiller/android:jni_headers" ]
+ deps += [ "android:jni_headers" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698