| Index: components/bookmarks.gypi
|
| diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
|
| index 9d70d3350c9a98016470928d5f2d3b8a007e8737..6c96a22b0b6ba718adcd7ad27103bb4c52293d78 100644
|
| --- a/components/bookmarks.gypi
|
| +++ b/components/bookmarks.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //components/bookmarks/browser
|
| 'target_name': 'bookmarks_browser',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -73,6 +74,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //components/bookmarks/common
|
| 'target_name': 'bookmarks_common',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -89,6 +91,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //components/bookmarks/test
|
| 'target_name': 'bookmarks_test_support',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
|
|