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

Side by Side Diff: base/base.gyp

Issue 131523002: Android: moves base_unittests_jni_headers 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 | no next file » | 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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 'includes': [ '../build/jni_generator.gypi' ], 1215 'includes': [ '../build/jni_generator.gypi' ],
1216 }, 1216 },
1217 { 1217 {
1218 'target_name': 'base_unittests_jni_headers', 1218 'target_name': 'base_unittests_jni_headers',
1219 'type': 'none', 1219 'type': 'none',
1220 'sources': [ 1220 'sources': [
1221 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java', 1221 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java',
1222 ], 1222 ],
1223 'variables': { 1223 'variables': {
1224 'jni_gen_package': 'base', 1224 'jni_gen_package': 'base',
1225 'jni_generator_ptr_type': 'long',
1225 }, 1226 },
1226 'includes': [ '../build/jni_generator.gypi' ], 1227 'includes': [ '../build/jni_generator.gypi' ],
1227 }, 1228 },
1228 { 1229 {
1229 'target_name': 'base_java', 1230 'target_name': 'base_java',
1230 'type': 'none', 1231 'type': 'none',
1231 'variables': { 1232 'variables': {
1232 'java_in_dir': '../base/android/java', 1233 'java_in_dir': '../base/android/java',
1233 }, 1234 },
1234 'dependencies': [ 1235 'dependencies': [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 'base_unittests.isolate', 1361 'base_unittests.isolate',
1361 ], 1362 ],
1362 'sources': [ 1363 'sources': [
1363 'base_unittests.isolate', 1364 'base_unittests.isolate',
1364 ], 1365 ],
1365 }, 1366 },
1366 ], 1367 ],
1367 }], 1368 }],
1368 ], 1369 ],
1369 } 1370 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698