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

Unified Diff: chrome/chrome_browser.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_android.gypi ('k') | chrome/chrome_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0274a792578e4298afee8b12afc53e5f8ab375cf..9b4f0fc131cbed428f91b4249eda71819c8f81f8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3493,6 +3493,7 @@
['OS=="android"', {
'targets': [
{
+ # GN: //chrome/browser:jni_headers
'target_name': 'chrome_browser_jni_headers',
'type': 'none',
'sources': [ '<@(chrome_browser_jni_sources)' ],
@@ -3502,6 +3503,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ # GN: //chrome/android:activity_type_ids_javagen
'target_name': 'activity_type_ids_java',
'type': 'none',
'sources': [
@@ -3514,6 +3516,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //chrome/android:app_banner_metrics_ids_javagen
'target_name': 'app_banner_metrics_ids_java',
'type': 'none',
'sources': [
@@ -3526,6 +3529,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //chrome/android:resource_id_javagen
'target_name': 'resource_id_java',
'type': 'none',
'sources': [
@@ -3538,6 +3542,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //chrome/android/profile_account_management_metrics_javagen
'target_name': 'profile_account_management_metrics_java',
'type': 'none',
'sources': [
@@ -3550,6 +3555,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //chrome/android:profile_sync_service_model_type_selection_javagen
'target_name': 'profile_sync_service_model_type_selection_java',
'type': 'none',
'sources': [
@@ -3562,6 +3568,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //chrome/android:toolbar_model_security_levels_javagen
'target_name': 'toolbar_model_security_levels_java',
'type': 'none',
'sources': [
@@ -3574,6 +3581,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //chrome/android:tab_load_status_javagen
'target_name': 'tab_load_status_java',
'type': 'none',
'sources': [
« no previous file with comments | « chrome/chrome_android.gypi ('k') | chrome/chrome_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698