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

Side by Side Diff: components/bookmarks.gypi

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen 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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm', 118 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm',
119 ], 119 ],
120 }], 120 }],
121 ], 121 ],
122 }, 122 },
123 ], 123 ],
124 'conditions' : [ 124 'conditions' : [
125 ['OS=="android"', { 125 ['OS=="android"', {
126 'targets': [ 126 'targets': [
127 { 127 {
128 # GN: //components/common/android:bookmarks_java
128 'target_name': 'bookmarks_java', 129 'target_name': 'bookmarks_java',
129 'type': 'none', 130 'type': 'none',
130 'dependencies': [ 131 'dependencies': [
131 '../base/base.gyp:base_java', 132 '../base/base.gyp:base_java',
132 'bookmark_type_java', 133 'bookmark_type_java',
133 ], 134 ],
134 'variables': { 135 'variables': {
135 'java_in_dir': 'bookmarks/common/android/java', 136 'java_in_dir': 'bookmarks/common/android/java',
136 }, 137 },
137 'includes': [ '../build/java.gypi' ], 138 'includes': [ '../build/java.gypi' ],
138 }, 139 },
139 { 140 {
141 # GN: //components/common/android:bookmarks_jni_headers
140 'target_name': 'bookmarks_jni_headers', 142 'target_name': 'bookmarks_jni_headers',
141 'type': 'none', 143 'type': 'none',
142 'sources': [ 144 'sources': [
143 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkId.java', 145 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkId.java',
144 ], 146 ],
145 'variables': { 147 'variables': {
146 'jni_gen_package': 'components/bookmarks', 148 'jni_gen_package': 'components/bookmarks',
147 }, 149 },
148 'includes': [ '../build/jni_generator.gypi' ], 150 'includes': [ '../build/jni_generator.gypi' ],
149 }, 151 },
150 { 152 {
153 # GN: //components/common/android:bookmarks_type_javagen
151 'target_name': 'bookmark_type_java', 154 'target_name': 'bookmark_type_java',
152 'type': 'none', 155 'type': 'none',
153 'sources': [ 156 'sources': [
154 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkType.template', 157 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkType.template',
155 ], 158 ],
156 'variables': { 159 'variables': {
157 'package_name': 'org/chromium/components/bookmarks', 160 'package_name': 'org/chromium/components/bookmarks',
158 'template_deps': ['bookmarks/common/android/bookmark_type_list.h'], 161 'template_deps': ['bookmarks/common/android/bookmark_type_list.h'],
159 }, 162 },
160 'includes': [ '../build/android/java_cpp_template.gypi' ], 163 'includes': [ '../build/android/java_cpp_template.gypi' ],
161 }, 164 },
162 ], 165 ],
163 }] 166 }]
164 ], 167 ],
165 } 168 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/bookmarks/common/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698