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

Unified Diff: components/dom_distiller.gypi

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen Created 6 years, 2 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 | « components/bookmarks/common/android/BUILD.gn ('k') | components/dom_distiller/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 3cab978a24e10def77f41546f30da4562a6dff19..b720fab5bb53e7c28e1646096822ff38f81dbd38 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -175,6 +175,7 @@
['OS=="android"', {
'targets': [
{
+ # GN: //components/dom_distiller/android:dom_distiller_core_java
'target_name': 'dom_distiller_core_java',
'type': 'none',
'dependencies': [
@@ -188,6 +189,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //components/dom_distiller/android:dom_distiller_core_font_family_javagen
'target_name': 'dom_distiller_core_font_family_java',
'type': 'none',
'sources': [
@@ -200,6 +202,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //components/dom_distiller/core:jni_headers
'target_name': 'dom_distiller_core_jni_headers',
'type': 'none',
'sources': [
@@ -213,6 +216,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ # GN: //components/dom_distiller/android:dom_distiller_core_theme_javagen
'target_name': 'dom_distiller_core_theme_java',
'type': 'none',
'sources': [
« no previous file with comments | « components/bookmarks/common/android/BUILD.gn ('k') | components/dom_distiller/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698