| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |