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

Unified Diff: components/enhanced_bookmarks.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/enhanced_bookmarks.gypi
diff --git a/components/enhanced_bookmarks.gypi b/components/enhanced_bookmarks.gypi
index 36e065aee255bba7e06ef4a5abe90c842a3fa01a..ff6951e111dcad79c575b0500a261f207a114527 100644
--- a/components/enhanced_bookmarks.gypi
+++ b/components/enhanced_bookmarks.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN: //components/enhanced_bookmarks:enhanced_bookmarks
'target_name': 'enhanced_bookmarks',
'type': 'static_library',
'include_dirs': [
@@ -65,6 +66,7 @@
],
},
{
+ # GN: //components/enhanced_bookmarks:enhanced_bookmarks_test_support
'target_name': 'enhanced_bookmarks_test_support',
'type': 'static_library',
'include_dirs': [
@@ -97,6 +99,7 @@
['OS=="android"', {
'targets': [
{
+ # GN: //components/enhanced_bookmarks/android:enhanced_bookmarks_java
'target_name': 'enhanced_bookmarks_java',
'type': 'none',
'dependencies': [
@@ -108,6 +111,7 @@
'includes': [ '../build/java.gypi' ],
},
{
+ # GN: //components/enhanced_bookmarks:jni_headers
'target_name': 'enhanced_bookmarks_jni_headers',
'type': 'none',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698