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

Side by Side 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: delete some more template files 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/bookmarks/browser 8 # GN version: //components/bookmarks/browser
9 'target_name': 'bookmarks_browser', 9 'target_name': 'bookmarks_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ], 146 ],
147 'variables': { 147 'variables': {
148 'jni_gen_package': 'components/bookmarks', 148 'jni_gen_package': 'components/bookmarks',
149 }, 149 },
150 'includes': [ '../build/jni_generator.gypi' ], 150 'includes': [ '../build/jni_generator.gypi' ],
151 }, 151 },
152 { 152 {
153 # GN: //components/common/android:bookmarks_type_javagen 153 # GN: //components/common/android:bookmarks_type_javagen
154 'target_name': 'bookmark_type_java', 154 'target_name': 'bookmark_type_java',
155 'type': 'none', 155 'type': 'none',
156 'sources': [
157 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkType.template',
158 ],
159 'variables': { 156 'variables': {
160 'package_name': 'org/chromium/components/bookmarks', 157 'source_file': 'bookmarks/common/android/bookmark_type.h',
161 'template_deps': ['bookmarks/common/android/bookmark_type_list.h'],
162 }, 158 },
163 'includes': [ '../build/android/java_cpp_template.gypi' ], 159 'includes': [ '../build/android/java_cpp_enum.gypi' ],
164 }, 160 },
165 ], 161 ],
166 }] 162 }]
167 ], 163 ],
168 } 164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698