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

Unified Diff: components/bookmarks.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/common/BUILD.gn ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 6c96a22b0b6ba718adcd7ad27103bb4c52293d78..ffdfd1bcef732221fad64aae601679480795ff8e 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -125,6 +125,7 @@
['OS=="android"', {
'targets': [
{
+ # GN: //components/common/android:bookmarks_java
'target_name': 'bookmarks_java',
'type': 'none',
'dependencies': [
@@ -137,6 +138,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //components/common/android:bookmarks_jni_headers
'target_name': 'bookmarks_jni_headers',
'type': 'none',
'sources': [
@@ -148,6 +150,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
+ # GN: //components/common/android:bookmarks_type_javagen
'target_name': 'bookmark_type_java',
'type': 'none',
'sources': [
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698