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

Side by Side Diff: printing/printing.gyp

Issue 288963002: Android: cleans up jni_generator_ptr_type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « net/net.gyp ('k') | remoting/remoting_android.gypi » ('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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ['OS == "android"', { 296 ['OS == "android"', {
297 'targets': [ 297 'targets': [
298 { 298 {
299 'target_name': 'printing_jni_headers', 299 'target_name': 'printing_jni_headers',
300 'type': 'none', 300 'type': 'none',
301 'sources': [ 301 'sources': [
302 'android/java/src/org/chromium/printing/PrintingContext.java', 302 'android/java/src/org/chromium/printing/PrintingContext.java',
303 ], 303 ],
304 'variables': { 304 'variables': {
305 'jni_gen_package': 'printing', 305 'jni_gen_package': 'printing',
306 'jni_generator_ptr_type': 'long',
307 }, 306 },
308 'includes': [ '../build/jni_generator.gypi' ], 307 'includes': [ '../build/jni_generator.gypi' ],
309 }, 308 },
310 { 309 {
311 'target_name': 'printing_java', 310 'target_name': 'printing_java',
312 'type': 'none', 311 'type': 'none',
313 'variables': { 312 'variables': {
314 'java_in_dir': '../printing/android/java', 313 'java_in_dir': '../printing/android/java',
315 }, 314 },
316 'dependencies': [ 315 'dependencies': [
317 '../base/base.gyp:base_java', 316 '../base/base.gyp:base_java',
318 ], 317 ],
319 'includes': [ '../build/java.gypi' ], 318 'includes': [ '../build/java.gypi' ],
320 } 319 }
321 ] 320 ]
322 }], 321 }],
323 ] 322 ]
324 } 323 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | remoting/remoting_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698