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

Unified Diff: components/variations.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/navigation_interception/android/BUILD.gn ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
diff --git a/components/variations.gypi b/components/variations.gypi
index 55b8a72da48b0c224199a58a6cac566566657b95..a3fc300c85657a7faeef21d814f45e0ee875119b 100644
--- a/components/variations.gypi
+++ b/components/variations.gypi
@@ -83,6 +83,7 @@
['OS=="android"', {
'targets': [
{
+ # GN version: //components/variations/android:variations_java
'target_name': 'variations_java',
'type': 'none',
'dependencies': [
@@ -94,7 +95,7 @@
'includes': [ '../build/java.gypi' ],
},
{
- # GN version: //components/variations:variations_java
+ # GN version: //components/variations:jni
'target_name': 'variations_jni_headers',
'type': 'none',
'sources': [
« no previous file with comments | « components/navigation_interception/android/BUILD.gn ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698