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

Side by Side Diff: base/base.gyp

Issue 1294883002: Revert of [Android] Add a java.lang.System wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « base/android/java_system.cc ('k') | base/base.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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 'android/java/src/org/chromium/base/TraceEvent.java', 1374 'android/java/src/org/chromium/base/TraceEvent.java',
1375 'android/java/src/org/chromium/base/library_loader/LibraryLoader.jav a', 1375 'android/java/src/org/chromium/base/library_loader/LibraryLoader.jav a',
1376 'android/java/src/org/chromium/base/metrics/RecordHistogram.java', 1376 'android/java/src/org/chromium/base/metrics/RecordHistogram.java',
1377 'android/java/src/org/chromium/base/metrics/RecordUserAction.java', 1377 'android/java/src/org/chromium/base/metrics/RecordUserAction.java',
1378 ], 1378 ],
1379 'variables': { 1379 'variables': {
1380 'jni_gen_package': 'base', 1380 'jni_gen_package': 'base',
1381 }, 1381 },
1382 'dependencies': [ 1382 'dependencies': [
1383 'android_runtime_jni_headers', 1383 'android_runtime_jni_headers',
1384 'android_system_jni_headers',
1385 ], 1384 ],
1386 'includes': [ '../build/jni_generator.gypi' ], 1385 'includes': [ '../build/jni_generator.gypi' ],
1387 }, 1386 },
1388 { 1387 {
1389 # GN: //base:android_runtime_jni_headers 1388 # GN: //base:android_runtime_jni_headers
1390 'target_name': 'android_runtime_jni_headers', 1389 'target_name': 'android_runtime_jni_headers',
1391 'type': 'none', 1390 'type': 'none',
1392 'variables': { 1391 'variables': {
1393 'jni_gen_package': 'base', 1392 'jni_gen_package': 'base',
1394 'input_java_class': 'java/lang/Runtime.class', 1393 'input_java_class': 'java/lang/Runtime.class',
1395 }, 1394 },
1396 'includes': [ '../build/jar_file_jni_generator.gypi' ], 1395 'includes': [ '../build/jar_file_jni_generator.gypi' ],
1397 }, 1396 },
1398 { 1397 {
1399 # GN: //base:android_system_jni_headers
1400 'target_name': 'android_system_jni_headers',
1401 'type': 'none',
1402 'variables': {
1403 'jni_gen_package': 'base',
1404 'input_java_class': 'java/lang/System.class',
1405 },
1406 'includes': [ '../build/jar_file_jni_generator.gypi' ],
1407 },
1408 {
1409 # TODO(GN) 1398 # TODO(GN)
1410 'target_name': 'base_unittests_jni_headers', 1399 'target_name': 'base_unittests_jni_headers',
1411 'type': 'none', 1400 'type': 'none',
1412 'sources': [ 1401 'sources': [
1413 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java', 1402 'test/android/java/src/org/chromium/base/ContentUriTestUtils.java',
1414 'test/android/java/src/org/chromium/base/TestUiThread.java', 1403 'test/android/java/src/org/chromium/base/TestUiThread.java',
1415 ], 1404 ],
1416 'variables': { 1405 'variables': {
1417 'jni_gen_package': 'base', 1406 'jni_gen_package': 'base',
1418 }, 1407 },
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 '../build/isolate.gypi', 1625 '../build/isolate.gypi',
1637 ], 1626 ],
1638 'sources': [ 1627 'sources': [
1639 'base_unittests.isolate', 1628 'base_unittests.isolate',
1640 ], 1629 ],
1641 }, 1630 },
1642 ], 1631 ],
1643 }], 1632 }],
1644 ], 1633 ],
1645 } 1634 }
OLDNEW
« no previous file with comments | « base/android/java_system.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698