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

Unified Diff: components/bookmarks.gypi

Issue 659493003: Final step of the java_cpp_template -> java_cpp_enum migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 | « chrome/chrome_browser.gypi ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 6f6b770bdd61edb04430e70c31a130e4a94fb77a..b9a72687cb5911065126faaaf33669e081c33d9c 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -153,14 +153,10 @@
# GN: //components/bookmarks/common/android:bookmarks_type_javagen
'target_name': 'bookmark_type_java',
'type': 'none',
- 'sources': [
- 'bookmarks/common/android/java/src/org/chromium/components/bookmarks/BookmarkType.template',
- ],
'variables': {
- 'package_name': 'org/chromium/components/bookmarks',
- 'template_deps': ['bookmarks/common/android/bookmark_type_list.h'],
+ 'source_file': 'bookmarks/common/android/bookmark_type.h',
},
- 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
],
}]
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698