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

Unified Diff: printing/printing.gyp

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 | « printing/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 48e289adaedc7c9e7aee4cc4d5a158ffa12cc62c..31c0f1dea30f5adbc57a299918c48263589637e0 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -292,6 +292,7 @@
['OS == "android"', {
'targets': [
{
+ # GN: //printing:printing_jni_headers
'target_name': 'printing_jni_headers',
'type': 'none',
'sources': [
@@ -302,8 +303,9 @@
},
'includes': [ '../build/jni_generator.gypi' ],
},
- {
- 'target_name': 'printing_java',
+ {
+ # GN: //printing:printing_java
+ 'target_name': 'printing_java',
'type': 'none',
'variables': {
'java_in_dir': '../printing/android/java',
@@ -312,7 +314,7 @@
'../base/base.gyp:base_java',
],
'includes': [ '../build/java.gypi' ],
- }
+ }
]
}],
]
« no previous file with comments | « printing/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698