| 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..945c3813cba6c3eb0f6466661d624572038399e3 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/component_jni_registrar.cc",
|
| + "android/component_jni_registrar.h",
|
| "distillable_page_utils_android.cc",
|
| "distillable_page_utils_android.h",
|
| ]
|
| - deps += [ "//components/dom_distiller/android:jni_headers" ]
|
| + deps += [ "android:jni_headers" ]
|
| }
|
| }
|
|
|
|
|