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

Side by Side Diff: trunk/src/printing/printing.gyp

Issue 292433004: Revert 270750 "Android: cleans up jni_generator_ptr_type." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/net/net.gyp ('k') | trunk/src/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',
306 }, 307 },
307 'includes': [ '../build/jni_generator.gypi' ], 308 'includes': [ '../build/jni_generator.gypi' ],
308 }, 309 },
309 { 310 {
310 'target_name': 'printing_java', 311 'target_name': 'printing_java',
311 'type': 'none', 312 'type': 'none',
312 'variables': { 313 'variables': {
313 'java_in_dir': '../printing/android/java', 314 'java_in_dir': '../printing/android/java',
314 }, 315 },
315 'dependencies': [ 316 'dependencies': [
316 '../base/base.gyp:base_java', 317 '../base/base.gyp:base_java',
317 ], 318 ],
318 'includes': [ '../build/java.gypi' ], 319 'includes': [ '../build/java.gypi' ],
319 } 320 }
320 ] 321 ]
321 }], 322 }],
322 ] 323 ]
323 } 324 }
OLDNEW
« no previous file with comments | « trunk/src/net/net.gyp ('k') | trunk/src/remoting/remoting_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698