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

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: Created 6 years, 3 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
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index c7531a9222045bf1c1779ab8d7f558589fcee39f..0c238b6f093478ce35d2b76aa65a04611343bd15 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -131,6 +131,7 @@
['OS == "android"', {
'targets': [
{
+ # GN version: //components/gcm_driver/android:gcm_driver_java
'target_name': 'gcm_driver_java',
'type': 'none',
'dependencies': [
@@ -145,7 +146,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': [

Powered by Google App Engine
This is Rietveld 408576698