| 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': [
|
|
|