| OLD | NEW |
| 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 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1408 'sources': [ | 1408 'sources': [ |
| 1409 'android/java/templates/NativeLibraries.template', | 1409 'android/java/templates/NativeLibraries.template', |
| 1410 ], | 1410 ], |
| 1411 'variables': { | 1411 'variables': { |
| 1412 'package_name': 'org/chromium/base/library_loader', | 1412 'package_name': 'org/chromium/base/library_loader', |
| 1413 'template_deps': [], | 1413 'template_deps': [], |
| 1414 }, | 1414 }, |
| 1415 'includes': [ '../build/android/java_cpp_template.gypi' ], | 1415 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 1416 }, | 1416 }, |
| 1417 { | 1417 { |
| 1418 # GN: //base:base_multidex_gen | 1418 # GN: //base:base_build_config_gen |
| 1419 'target_name': 'base_multidex_gen', | 1419 'target_name': 'base_build_config_gen', |
| 1420 'type': 'none', | 1420 'type': 'none', |
| 1421 'sources': [ | 1421 'sources': [ |
| 1422 'android/java/templates/ChromiumMultiDex.template', | 1422 'android/java/templates/BuildConfig.template', |
| 1423 ], | 1423 ], |
| 1424 'variables': { | 1424 'variables': { |
| 1425 'package_name': 'org/chromium/base/multidex', | 1425 'package_name': 'org/chromium/base', |
| 1426 'template_deps': [], | 1426 'template_deps': [], |
| 1427 }, | 1427 }, |
| 1428 'includes': ['../build/android/java_cpp_template.gypi'], | 1428 'includes': ['../build/android/java_cpp_template.gypi'], |
| 1429 }, | 1429 }, |
| 1430 { | 1430 { |
| 1431 # GN: //base:base_android_java_enums_srcjar | 1431 # GN: //base:base_android_java_enums_srcjar |
| 1432 'target_name': 'base_java_library_process_type', | 1432 'target_name': 'base_java_library_process_type', |
| 1433 'type': 'none', | 1433 'type': 'none', |
| 1434 'variables': { | 1434 'variables': { |
| 1435 'source_file': 'android/library_loader/library_loader_hooks.h', | 1435 'source_file': 'android/library_loader/library_loader_hooks.h', |
| 1436 }, | 1436 }, |
| 1437 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1437 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 1438 }, | 1438 }, |
| 1439 { | 1439 { |
| 1440 # GN: //base:base_java | 1440 # GN: //base:base_java |
| 1441 'target_name': 'base_java', | 1441 'target_name': 'base_java', |
| 1442 'type': 'none', | 1442 'type': 'none', |
| 1443 'variables': { | 1443 'variables': { |
| 1444 'java_in_dir': 'android/java', | 1444 'java_in_dir': 'android/java', |
| 1445 'jar_excluded_classes': [ | 1445 'jar_excluded_classes': [ |
| 1446 '*/ChromiumMultiDex.class', | 1446 '*/BuildConfig.class', |
| 1447 '*/NativeLibraries.class', | 1447 '*/NativeLibraries.class', |
| 1448 ], | 1448 ], |
| 1449 }, | 1449 }, |
| 1450 'dependencies': [ | 1450 'dependencies': [ |
| 1451 'base_java_application_state', | 1451 'base_java_application_state', |
| 1452 'base_java_library_load_from_apk_status_codes', | 1452 'base_java_library_load_from_apk_status_codes', |
| 1453 'base_java_library_process_type', | 1453 'base_java_library_process_type', |
| 1454 'base_java_memory_pressure_level', | 1454 'base_java_memory_pressure_level', |
| 1455 'base_multidex_gen', | 1455 'base_build_config_gen', |
| 1456 'base_native_libraries_gen', | 1456 'base_native_libraries_gen', |
| 1457 '../third_party/android_tools/android_tools.gyp:android_support_mult
idex_javalib', | 1457 '../third_party/android_tools/android_tools.gyp:android_support_mult
idex_javalib', |
| 1458 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', | 1458 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', |
| 1459 ], | 1459 ], |
| 1460 'all_dependent_settings': { | 1460 'all_dependent_settings': { |
| 1461 'variables': { | 1461 'variables': { |
| 1462 'generate_multidex_config': 1, | 1462 'generate_build_config': 1, |
| 1463 }, | 1463 }, |
| 1464 }, | 1464 }, |
| 1465 'includes': [ '../build/java.gypi' ], | 1465 'includes': [ '../build/java.gypi' ], |
| 1466 }, | 1466 }, |
| 1467 { | 1467 { |
| 1468 # GN: //base:base_java_unittest_support | 1468 # GN: //base:base_java_unittest_support |
| 1469 'target_name': 'base_java_unittest_support', | 1469 'target_name': 'base_java_unittest_support', |
| 1470 'type': 'none', | 1470 'type': 'none', |
| 1471 'dependencies': [ | 1471 'dependencies': [ |
| 1472 'base_java', | 1472 'base_java', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1516 }, | 1516 }, |
| 1517 'includes': [ '../build/java.gypi' ], | 1517 'includes': [ '../build/java.gypi' ], |
| 1518 }, | 1518 }, |
| 1519 { | 1519 { |
| 1520 # TODO(jbudorick): Remove this once we roll to robolectric 3.0 and pul
l | 1520 # TODO(jbudorick): Remove this once we roll to robolectric 3.0 and pul
l |
| 1521 # in the multidex shadow library. crbug.com/522043 | 1521 # in the multidex shadow library. crbug.com/522043 |
| 1522 # GN: //base:base_junit_test_support | 1522 # GN: //base:base_junit_test_support |
| 1523 'target_name': 'base_junit_test_support', | 1523 'target_name': 'base_junit_test_support', |
| 1524 'type': 'none', | 1524 'type': 'none', |
| 1525 'dependencies': [ | 1525 'dependencies': [ |
| 1526 'base_multidex_gen', | 1526 'base_build_config_gen', |
| 1527 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1527 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1528 '../third_party/android_tools/android_tools.gyp:android_support_mult
idex_javalib', | 1528 '../third_party/android_tools/android_tools.gyp:android_support_mult
idex_javalib', |
| 1529 ], | 1529 ], |
| 1530 'variables': { | 1530 'variables': { |
| 1531 'src_paths': [ | 1531 'src_paths': [ |
| 1532 '../base/test/android/junit/src/org/chromium/base/test/shadows/Sha
dowMultiDex.java', | 1532 '../base/test/android/junit/src/org/chromium/base/test/shadows/Sha
dowMultiDex.java', |
| 1533 ], | 1533 ], |
| 1534 }, | 1534 }, |
| 1535 'includes': [ '../build/host_jar.gypi' ] | 1535 'includes': [ '../build/host_jar.gypi' ] |
| 1536 }, | 1536 }, |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1681 '../build/isolate.gypi', | 1681 '../build/isolate.gypi', |
| 1682 ], | 1682 ], |
| 1683 'sources': [ | 1683 'sources': [ |
| 1684 'base_unittests.isolate', | 1684 'base_unittests.isolate', |
| 1685 ], | 1685 ], |
| 1686 }, | 1686 }, |
| 1687 ], | 1687 ], |
| 1688 }], | 1688 }], |
| 1689 ], | 1689 ], |
| 1690 } | 1690 } |
| OLD | NEW |