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

Side by Side Diff: base/android/jni_generator/jni_generator.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 | « android_webview/native/webview_native.gyp ('k') | base/base.gyp » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'jni_generator_py_tests', 8 'target_name': 'jni_generator_py_tests',
9 'type': 'none', 9 'type': 'none',
10 'actions': [ 10 'actions': [
(...skipping 15 matching lines...) Expand all
26 ], 26 ],
27 }, 27 },
28 { 28 {
29 'target_name': 'jni_sample_header', 29 'target_name': 'jni_sample_header',
30 'type': 'none', 30 'type': 'none',
31 'sources': [ 31 'sources': [
32 'java/src/org/chromium/example/jni_generator/SampleForTests.java', 32 'java/src/org/chromium/example/jni_generator/SampleForTests.java',
33 ], 33 ],
34 'variables': { 34 'variables': {
35 'jni_gen_package': 'example', 35 'jni_gen_package': 'example',
36 'jni_generator_ptr_type': 'long',
37 }, 36 },
38 'includes': [ '../../../build/jni_generator.gypi' ], 37 'includes': [ '../../../build/jni_generator.gypi' ],
39 }, 38 },
40 { 39 {
41 'target_name': 'jni_sample_java', 40 'target_name': 'jni_sample_java',
42 'type': 'none', 41 'type': 'none',
43 'variables': { 42 'variables': {
44 'java_in_dir': '../../../base/android/jni_generator/java', 43 'java_in_dir': '../../../base/android/jni_generator/java',
45 }, 44 },
46 'dependencies': [ 45 'dependencies': [
47 '<(DEPTH)/base/base.gyp:base_java', 46 '<(DEPTH)/base/base.gyp:base_java',
48 ], 47 ],
49 'includes': [ '../../../build/java.gypi' ], 48 'includes': [ '../../../build/java.gypi' ],
50 }, 49 },
51 { 50 {
52 'target_name': 'jni_generator_tests', 51 'target_name': 'jni_generator_tests',
53 'type': 'executable', 52 'type': 'executable',
54 'dependencies': [ 53 'dependencies': [
55 '../../base.gyp:test_support_base', 54 '../../base.gyp:test_support_base',
56 'jni_generator_py_tests', 55 'jni_generator_py_tests',
57 'jni_sample_header', 56 'jni_sample_header',
58 'jni_sample_java', 57 'jni_sample_java',
59 ], 58 ],
60 'sources': [ 59 'sources': [
61 'sample_for_tests.cc', 60 'sample_for_tests.cc',
62 ], 61 ],
63 }, 62 },
64 ], 63 ],
65 } 64 }
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698