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

Unified Diff: components/dom_distiller/content/browser/android/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/android/BUILD.gn
diff --git a/components/dom_distiller/content/browser/android/BUILD.gn b/components/dom_distiller/content/browser/android/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..c43e605d5c3a5c215f9e210fdd0325566c5d55e7
--- /dev/null
+++ b/components/dom_distiller/content/browser/android/BUILD.gn
@@ -0,0 +1,22 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/android/rules.gni")
+
+# GYP: //components/dom_distiller.gypi:dom_distiller_java
+android_library("dom_distiller_content_java") {
+ deps = [
+ "//base:base_java",
+ "//components/dom_distiller/core/android:dom_distiller_core_java",
+ "//content/public/android:content_java",
+ ]
+ java_files = [ "java/src/org/chromium/components/dom_distiller/content/DistillablePageUtils.java" ]
+}
+
+generate_jni("jni_headers") {
+ sources = [
+ "java/src/org/chromium/components/dom_distiller/content/DistillablePageUtils.java",
+ ]
+ jni_package = "dom_distiller_content"
+}
« no previous file with comments | « components/dom_distiller/content/browser/BUILD.gn ('k') | components/dom_distiller/content/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698