| 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 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 'sources': [ | 1364 'sources': [ |
| 1365 'android/java/templates/NativeLibraries.template', | 1365 'android/java/templates/NativeLibraries.template', |
| 1366 ], | 1366 ], |
| 1367 'variables': { | 1367 'variables': { |
| 1368 'package_name': 'org/chromium/base/library_loader', | 1368 'package_name': 'org/chromium/base/library_loader', |
| 1369 'template_deps': [], | 1369 'template_deps': [], |
| 1370 }, | 1370 }, |
| 1371 'includes': [ '../build/android/java_cpp_template.gypi' ], | 1371 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 1372 }, | 1372 }, |
| 1373 { | 1373 { |
| 1374 # GN: //base:base_android_java_enums_srcjar |
| 1375 'target_name': 'base_java_library_process_type', |
| 1376 'type': 'none', |
| 1377 'variables': { |
| 1378 'source_file': 'android/library_loader/library_loader_hooks.h', |
| 1379 }, |
| 1380 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 1381 }, |
| 1382 { |
| 1374 # GN: //base:base_java | 1383 # GN: //base:base_java |
| 1375 'target_name': 'base_java', | 1384 'target_name': 'base_java', |
| 1376 'type': 'none', | 1385 'type': 'none', |
| 1377 'variables': { | 1386 'variables': { |
| 1378 'java_in_dir': '../base/android/java', | 1387 'java_in_dir': '../base/android/java', |
| 1379 'jar_excluded_classes': [ '*/NativeLibraries.class' ], | 1388 'jar_excluded_classes': [ '*/NativeLibraries.class' ], |
| 1380 }, | 1389 }, |
| 1381 'dependencies': [ | 1390 'dependencies': [ |
| 1382 'base_java_application_state', | 1391 'base_java_application_state', |
| 1383 'base_java_library_load_from_apk_status_codes', | 1392 'base_java_library_load_from_apk_status_codes', |
| 1393 'base_java_library_process_type', |
| 1384 'base_java_memory_pressure_level', | 1394 'base_java_memory_pressure_level', |
| 1385 'base_native_libraries_gen', | 1395 'base_native_libraries_gen', |
| 1386 ], | 1396 ], |
| 1387 'includes': [ '../build/java.gypi' ], | 1397 'includes': [ '../build/java.gypi' ], |
| 1388 'conditions': [ | 1398 'conditions': [ |
| 1389 ['android_webview_build==0', { | 1399 ['android_webview_build==0', { |
| 1390 'dependencies': [ | 1400 'dependencies': [ |
| 1391 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', | 1401 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', |
| 1392 ], | 1402 ], |
| 1393 }] | 1403 }] |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1544 'dependencies': [ | 1554 'dependencies': [ |
| 1545 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1555 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1546 ], | 1556 ], |
| 1547 }], | 1557 }], |
| 1548 ], | 1558 ], |
| 1549 }, | 1559 }, |
| 1550 ], | 1560 ], |
| 1551 }], | 1561 }], |
| 1552 ], | 1562 ], |
| 1553 } | 1563 } |
| OLD | NEW |