| Index: components/enhanced_bookmarks/BUILD.gn
|
| diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn
|
| index 7ce7ed59fa9ac27d6ff15672fee18d71a94cc410..11462c450631b87d6038c972920debf35be4a897 100644
|
| --- a/components/enhanced_bookmarks/BUILD.gn
|
| +++ b/components/enhanced_bookmarks/BUILD.gn
|
| @@ -2,6 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +if (is_android) {
|
| + import("//build/config/android/config.gni")
|
| + import("//build/config/android/rules.gni")
|
| +}
|
| +
|
| # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks
|
| source_set("enhanced_bookmarks") {
|
| sources = [
|
| @@ -49,6 +54,18 @@ source_set("enhanced_bookmarks") {
|
| }
|
| }
|
|
|
| +if (is_android) {
|
| + # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_launch_location_srcjar
|
| + java_cpp_enum("enhanced_bookmarks_launch_location_srcjar") {
|
| + sources = [
|
| + "enhanced_bookmark_utils.h",
|
| + ]
|
| + outputs = [
|
| + "org/chromium/chrome/browser/enhancedbookmark/LaunchLocation.java",
|
| + ]
|
| + }
|
| +}
|
| +
|
| # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support
|
| source_set("test_support") {
|
| testonly = true
|
|
|