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

Side by Side Diff: mojo/mojo.gyp

Issue 131833002: Android: moves mojo to use long for JNI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 9 'includes': [
10 'mojo_apps.gypi', 10 'mojo_apps.gypi',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'variables': { 356 'variables': {
357 'java_in_dir': '<(DEPTH)/mojo/services/native_viewport/android', 357 'java_in_dir': '<(DEPTH)/mojo/services/native_viewport/android',
358 }, 358 },
359 'includes': [ '../build/java.gypi' ], 359 'includes': [ '../build/java.gypi' ],
360 }, 360 },
361 { 361 {
362 'target_name': 'mojo_java_set_jni_headers', 362 'target_name': 'mojo_java_set_jni_headers',
363 'type': 'none', 363 'type': 'none',
364 'variables': { 364 'variables': {
365 'jni_gen_package': 'mojo', 365 'jni_gen_package': 'mojo',
366 'jni_generator_ptr_type': 'long',
366 'input_java_class': 'java/util/HashSet.class', 367 'input_java_class': 'java/util/HashSet.class',
367 }, 368 },
368 'includes': [ '../build/jar_file_jni_generator.gypi' ], 369 'includes': [ '../build/jar_file_jni_generator.gypi' ],
369 }, 370 },
370 { 371 {
371 'target_name': 'mojo_jni_headers', 372 'target_name': 'mojo_jni_headers',
372 'type': 'none', 373 'type': 'none',
373 'dependencies': [ 374 'dependencies': [
374 'mojo_java_set_jni_headers', 375 'mojo_java_set_jni_headers',
375 ], 376 ],
376 'sources': [ 377 'sources': [
377 'services/native_viewport/android/src/org/chromium/mojo/NativeViewpo rtAndroid.java', 378 'services/native_viewport/android/src/org/chromium/mojo/NativeViewpo rtAndroid.java',
378 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java', 379 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java',
379 ], 380 ],
380 'variables': { 381 'variables': {
381 'jni_gen_package': 'mojo' 382 'jni_gen_package': 'mojo',
382 }, 383 'jni_generator_ptr_type': 'long',
384 },
383 'includes': [ '../build/jni_generator.gypi' ], 385 'includes': [ '../build/jni_generator.gypi' ],
384 }, 386 },
385 { 387 {
386 'target_name': 'libmojo_shell', 388 'target_name': 'libmojo_shell',
387 'type': 'shared_library', 389 'type': 'shared_library',
388 'dependencies': [ 390 'dependencies': [
389 '../base/base.gyp:base', 391 '../base/base.gyp:base',
390 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 392 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
391 '../ui/gfx/gfx.gyp:gfx', 393 '../ui/gfx/gfx.gyp:gfx',
392 '../ui/gfx/gfx.gyp:gfx_geometry', 394 '../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 23 matching lines...) Expand all
416 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 418 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
417 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 419 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
418 'native_lib_target': 'libmojo_shell', 420 'native_lib_target': 'libmojo_shell',
419 }, 421 },
420 'includes': [ '../build/java_apk.gypi' ], 422 'includes': [ '../build/java_apk.gypi' ],
421 } 423 }
422 ], 424 ],
423 }], 425 }],
424 ], 426 ],
425 } 427 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698