Chromium Code Reviews| Index: components/enhanced_bookmarks/BUILD.gn |
| diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn |
| index 7ce7ed59fa9ac27d6ff15672fee18d71a94cc410..b4109ce6656fd8fbf54c6c61d03d9b58592d8ca7 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.enhanced_bookmarks_launch_location_java |
|
cjhopman
2015/02/04 22:00:04
nit: s/marks.enhanced/marks.gypi:enhanced/
Kibeom Kim (inactive)
2015/02/04 22:06:55
Done.
|
| + java_cpp_enum("enhanced_bookmarks_launch_location_java") { |
| + 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 |