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

Unified Diff: chrome/chrome_shell.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 | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_shell.gypi
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
index 81b99ccace6b7449215010f0a8b46a743169e9dd..20a7aae4fac1d58b6ef94a4eeea0316d7ca6e453 100644
--- a/chrome/chrome_shell.gypi
+++ b/chrome/chrome_shell.gypi
@@ -12,6 +12,7 @@
},
'targets': [
{
+ # GN: //chrome/android:chrome_shell_base
'target_name': 'libchromeshell_base',
'type': 'static_library',
'dependencies': [
@@ -51,6 +52,7 @@
],
},
{
+ # GN: //chrome/android:chrome_shell
'target_name': 'libchromeshell',
'type': 'shared_library',
'sources': [
@@ -65,6 +67,7 @@
],
},
{
+ # GN: //chrome/android:chrome_sync_shell
'target_name': 'libchromesyncshell',
'type': 'shared_library',
'sources': [
@@ -80,6 +83,7 @@
],
},
{
+ # GN: //chrome/android:chrome_shell_apk
'target_name': 'chrome_shell_apk',
'type': 'none',
'dependencies': [
@@ -102,6 +106,7 @@
'includes': [ '../build/java_apk.gypi', ],
},
{
+ # GN: N/A
# chrome_shell_apk creates a .jar as a side effect. Any java targets
# that need that .jar in their classpath should depend on this target,
# chrome_shell_apk_java. Dependents of chrome_shell_apk receive its
@@ -132,6 +137,7 @@
],
},
{
+ # GN: //chrome/android:chrome_sync_shell_apk
'target_name': 'chrome_sync_shell_apk',
'type': 'none',
'dependencies': [
@@ -157,6 +163,7 @@
'includes': [ '../build/java_apk.gypi', ],
},
{
+ # GN: N/A
# chrome_sync_shell_apk creates a .jar as a side effect. Any java
# targets that need that .jar in their classpath should depend on this
# target. Dependents of chrome_sync_shell_apk receive its jar path in the
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698