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

Side by Side Diff: components/bookmarks.gypi

Issue 586383002: Add ChromeShellTestApk and other chrome/ test stuff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-shell-apk
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 unified diff | Download patch
« no previous file with comments | « chrome/test/chromedriver/test/webview_shell/BUILD.gn ('k') | no next file » | 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 # GN: //components/bookmarks/common/android:bookmarks_java
129 'target_name': 'bookmarks_java', 129 'target_name': 'bookmarks_java',
130 'type': 'none', 130 'type': 'none',
131 'dependencies': [ 131 'dependencies': [
132 '../base/base.gyp:base_java', 132 '../base/base.gyp:base_java',
133 'bookmark_type_java', 133 'bookmark_type_java',
134 ], 134 ],
135 'variables': { 135 'variables': {
136 'java_in_dir': 'bookmarks/common/android/java', 136 'java_in_dir': 'bookmarks/common/android/java',
137 }, 137 },
138 'includes': [ '../build/java.gypi' ], 138 'includes': [ '../build/java.gypi' ],
139 }, 139 },
140 { 140 {
141 # GN: //components/common/android:bookmarks_jni_headers 141 # GN: //components/bookmarks/common/android:bookmarks_jni_headers
142 'target_name': 'bookmarks_jni_headers', 142 'target_name': 'bookmarks_jni_headers',
143 'type': 'none', 143 'type': 'none',
144 'sources': [ 144 'sources': [
145 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkId.java', 145 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkId.java',
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/bookmarks/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': [ 156 'sources': [
157 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkType.template', 157 'bookmarks/common/android/java/src/org/chromium/components/bookmarks /BookmarkType.template',
158 ], 158 ],
159 'variables': { 159 'variables': {
160 'package_name': 'org/chromium/components/bookmarks', 160 'package_name': 'org/chromium/components/bookmarks',
161 'template_deps': ['bookmarks/common/android/bookmark_type_list.h'], 161 'template_deps': ['bookmarks/common/android/bookmark_type_list.h'],
162 }, 162 },
163 'includes': [ '../build/android/java_cpp_template.gypi' ], 163 'includes': [ '../build/android/java_cpp_template.gypi' ],
164 }, 164 },
165 ], 165 ],
166 }] 166 }]
167 ], 167 ],
168 } 168 }
OLDNEW
« no previous file with comments | « chrome/test/chromedriver/test/webview_shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698