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

Unified Diff: components/gcm_driver.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/enhanced_bookmarks/BUILD.gn ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 9591547086684fd32e0e4df3eb0bc31a507ae87b..a908e41267af54c790846283af9e7eb402338e5b 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -135,6 +135,7 @@
['OS == "android"', {
'targets': [
{
+ # GN version: //components/gcm_driver/android:gcm_driver_java
'target_name': 'gcm_driver_java',
'type': 'none',
'dependencies': [
@@ -149,7 +150,7 @@
'includes': [ '../build/java.gypi' ],
},
{
- # GN version: //components/gcm_driver:jni_headers
+ # GN version: //components/gcm_driver/android:jni_headers
'target_name': 'gcm_driver_jni_headers',
'type': 'none',
'sources': [
« no previous file with comments | « components/enhanced_bookmarks/BUILD.gn ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698