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

Unified Diff: chrome/chrome.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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_android.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 3a2af9f5e35392230009c87b21622d49d213682d..2b6197b4321321b5fec9211edb85cc46d5126720 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -577,6 +577,7 @@
{
'targets': [
{
+ # GN: //chrome/android:chrome_java
'target_name': 'chrome_java',
'type': 'none',
'dependencies': [
@@ -597,7 +598,6 @@
'../components/components.gyp:gcm_driver_java',
'../components/components.gyp:invalidation_java',
'../components/components.gyp:navigation_interception_java',
- '../components/components.gyp:sessions',
'../components/components.gyp:variations_java',
'../components/components.gyp:web_contents_delegate_android_java',
'../content/content.gyp:content_java',
@@ -621,6 +621,7 @@
],
},
{
+ # GN: //chrome/android:chrome_strings_grd
'target_name': 'chrome_strings_grd',
'type': 'none',
'variables': {
@@ -631,6 +632,7 @@
],
},
{
+ # GN: //chrome:page_info_connection_type_javagen
'target_name': 'page_info_connection_type_java',
'type': 'none',
'variables': {
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698