| Index: components/bookmarks/common/android/BUILD.gn
|
| diff --git a/components/bookmarks/common/android/BUILD.gn b/components/bookmarks/common/android/BUILD.gn
|
| index aa628827861d87629c4b4a9f793ac8221b70ddc9..2ab3eb8e3da5f0ab2cef2a3ecb709a2b815df1cf 100644
|
| --- a/components/bookmarks/common/android/BUILD.gn
|
| +++ b/components/bookmarks/common/android/BUILD.gn
|
| @@ -4,6 +4,18 @@
|
|
|
| import("//build/config/android/rules.gni")
|
|
|
| +# GYP: //components/bookmarks.gyp:bookmarks_browser (android part)
|
| +source_set("android") {
|
| + sources = [
|
| + "bookmark_id.cc",
|
| + "bookmark_id.h",
|
| + "bookmark_type_list.h",
|
| + "component_jni_registrar.cc",
|
| + "component_jni_registrar.h",
|
| + ]
|
| + deps = [ ":bookmarks_jni_headers" ]
|
| +}
|
| +
|
| # GYP: //components/bookmarks.gyp:bookmarks_java
|
| android_library("bookmarks_java") {
|
| deps = [
|
|
|