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

Side by Side Diff: components/gcm_driver.gypi

Issue 571863002: GN: Get //chrome/* mostly working on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « components/dom_distiller/core/BUILD.gn ('k') | components/gcm_driver/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/gcm_driver 8 # GN version: //components/gcm_driver
9 'target_name': 'gcm_driver', 9 'target_name': 'gcm_driver',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 # TODO(johnme): Fix the layering violation of depending on content/ 138 # TODO(johnme): Fix the layering violation of depending on content/
139 '../content/content.gyp:content_java', 139 '../content/content.gyp:content_java',
140 '../sync/sync.gyp:sync_java', 140 '../sync/sync.gyp:sync_java',
141 ], 141 ],
142 'variables': { 142 'variables': {
143 'java_in_dir': 'gcm_driver/android/java', 143 'java_in_dir': 'gcm_driver/android/java',
144 }, 144 },
145 'includes': [ '../build/java.gypi' ], 145 'includes': [ '../build/java.gypi' ],
146 }, 146 },
147 { 147 {
148 # GN version: //components/gcm_driver:jni_headers
148 'target_name': 'gcm_driver_jni_headers', 149 'target_name': 'gcm_driver_jni_headers',
149 'type': 'none', 150 'type': 'none',
150 'sources': [ 151 'sources': [
151 'gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMD river.java', 152 'gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMD river.java',
152 ], 153 ],
153 'variables': { 154 'variables': {
154 'jni_gen_package': 'components/gcm_driver', 155 'jni_gen_package': 'components/gcm_driver',
155 }, 156 },
156 'includes': [ '../build/jni_generator.gypi' ], 157 'includes': [ '../build/jni_generator.gypi' ],
157 }, 158 },
158 ], 159 ],
159 }, 160 },
160 ], 161 ],
161 ], 162 ],
162 } 163 }
OLDNEW
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698