Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: components/bookmarks/common/android/BUILD.gn

Issue 1932183002: Add IntDefs to generated Java enums. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update deps. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/gyp/java_cpp_enum_tests.py ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/common/android/BUILD.gn
diff --git a/components/bookmarks/common/android/BUILD.gn b/components/bookmarks/common/android/BUILD.gn
index 69bb7f9ea688db12555edf7d35e8f89056ca75aa..d121f206900ea1c0e7eebfa074e48a01ce409775 100644
--- a/components/bookmarks/common/android/BUILD.gn
+++ b/components/bookmarks/common/android/BUILD.gn
@@ -23,6 +23,7 @@ source_set("android") {
android_library("bookmarks_java") {
deps = [
"//base:base_java",
+ "//third_party/android_tools:android_support_annotations_java",
]
srcjar_deps = [ ":bookmark_type_javagen" ]
java_files = [ "java/src/org/chromium/components/bookmarks/BookmarkId.java" ]
« no previous file with comments | « build/android/gyp/java_cpp_enum_tests.py ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698