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

Unified Diff: components/web_contents_delegate_android.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/variations/android/BUILD.gn ('k') | components/web_contents_delegate_android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_contents_delegate_android.gypi
diff --git a/components/web_contents_delegate_android.gypi b/components/web_contents_delegate_android.gypi
index fdea3b76ee2e68777e8a1a23a30443969773e9ae..fb9291268228dfd1f60d9294a7885e9b94d4e1aa 100644
--- a/components/web_contents_delegate_android.gypi
+++ b/components/web_contents_delegate_android.gypi
@@ -8,6 +8,7 @@
['OS=="android"', {
'targets': [
{
+ # GN: //components/web_contents_delegate_android:web_contents_delegate_android
'target_name': 'web_contents_delegate_android',
'type': 'static_library',
'dependencies': [
@@ -37,6 +38,7 @@
],
},
{
+ # GN: //components/web_contents_delegate_android:web_contents_delegate_android_java
'target_name': 'web_contents_delegate_android_java',
'type': 'none',
'dependencies': [
@@ -49,6 +51,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //components/web_contents_delegate_android:web_contents_delegate_android_jni_headers
'target_name': 'web_contents_delegate_android_jni_headers',
'type': 'none',
'sources': [
« no previous file with comments | « components/variations/android/BUILD.gn ('k') | components/web_contents_delegate_android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698