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

Side by Side Diff: printing/printing.gyp

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 | « printing/BUILD.gn ('k') | sync/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 ], 285 ],
286 }, 286 },
287 }], 287 }],
288 ], 288 ],
289 }, 289 },
290 ], 290 ],
291 'conditions': [ 291 'conditions': [
292 ['OS == "android"', { 292 ['OS == "android"', {
293 'targets': [ 293 'targets': [
294 { 294 {
295 # GN: //printing:printing_jni_headers
295 'target_name': 'printing_jni_headers', 296 'target_name': 'printing_jni_headers',
296 'type': 'none', 297 'type': 'none',
297 'sources': [ 298 'sources': [
298 'android/java/src/org/chromium/printing/PrintingContext.java', 299 'android/java/src/org/chromium/printing/PrintingContext.java',
299 ], 300 ],
300 'variables': { 301 'variables': {
301 'jni_gen_package': 'printing', 302 'jni_gen_package': 'printing',
302 }, 303 },
303 'includes': [ '../build/jni_generator.gypi' ], 304 'includes': [ '../build/jni_generator.gypi' ],
304 }, 305 },
305 » { 306 {
306 » 'target_name': 'printing_java', 307 # GN: //printing:printing_java
308 'target_name': 'printing_java',
307 'type': 'none', 309 'type': 'none',
308 'variables': { 310 'variables': {
309 'java_in_dir': '../printing/android/java', 311 'java_in_dir': '../printing/android/java',
310 }, 312 },
311 'dependencies': [ 313 'dependencies': [
312 '../base/base.gyp:base_java', 314 '../base/base.gyp:base_java',
313 ], 315 ],
314 'includes': [ '../build/java.gypi' ], 316 'includes': [ '../build/java.gypi' ],
315 » } 317 }
316 ] 318 ]
317 }], 319 }],
318 ] 320 ]
319 } 321 }
OLDNEW
« no previous file with comments | « printing/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698