| 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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1317 { | 1317 { |
| 1318 # GN: //base:base_java | 1318 # GN: //base:base_java |
| 1319 'target_name': 'base_java', | 1319 'target_name': 'base_java', |
| 1320 'type': 'none', | 1320 'type': 'none', |
| 1321 'variables': { | 1321 'variables': { |
| 1322 'java_in_dir': '../base/android/java', | 1322 'java_in_dir': '../base/android/java', |
| 1323 'jar_excluded_classes': [ '*/NativeLibraries.class' ], | 1323 'jar_excluded_classes': [ '*/NativeLibraries.class' ], |
| 1324 }, | 1324 }, |
| 1325 'dependencies': [ | 1325 'dependencies': [ |
| 1326 'base_java_application_state', | 1326 'base_java_application_state', |
| 1327 'base_java_library_load_from_apk_support_code', |
| 1327 'base_java_memory_pressure_level_list', | 1328 'base_java_memory_pressure_level_list', |
| 1328 'base_native_libraries_gen', | 1329 'base_native_libraries_gen', |
| 1329 ], | 1330 ], |
| 1330 'includes': [ '../build/java.gypi' ], | 1331 'includes': [ '../build/java.gypi' ], |
| 1331 'conditions': [ | 1332 'conditions': [ |
| 1332 ['android_webview_build==0', { | 1333 ['android_webview_build==0', { |
| 1333 'dependencies': [ | 1334 'dependencies': [ |
| 1334 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', | 1335 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', |
| 1335 ], | 1336 ], |
| 1336 }] | 1337 }] |
| 1337 ], | 1338 ], |
| 1338 }, | 1339 }, |
| 1339 { | 1340 { |
| 1341 # GN: //base:base_java_library_load_from_apk_support_code |
| 1342 'target_name': 'base_java_library_load_from_apk_support_code', |
| 1343 'type': 'none', |
| 1344 'sources': [ |
| 1345 'android/java/src/org/chromium/base/library_loader/LibraryLoadFromAp
kSupportCode.template', |
| 1346 ], |
| 1347 'variables': { |
| 1348 'package_name': 'org/chromium/base/library_loader', |
| 1349 'template_deps': ['android/library_loader/library_load_from_apk_supp
ort_code.h'], |
| 1350 }, |
| 1351 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 1352 }, |
| 1353 { |
| 1340 # GN: //base:base_java_unittest_support | 1354 # GN: //base:base_java_unittest_support |
| 1341 'target_name': 'base_java_unittest_support', | 1355 'target_name': 'base_java_unittest_support', |
| 1342 'type': 'none', | 1356 'type': 'none', |
| 1343 'dependencies': [ | 1357 'dependencies': [ |
| 1344 'base_java', | 1358 'base_java', |
| 1345 ], | 1359 ], |
| 1346 'variables': { | 1360 'variables': { |
| 1347 'java_in_dir': '../base/test/android/java', | 1361 'java_in_dir': '../base/test/android/java', |
| 1348 }, | 1362 }, |
| 1349 'includes': [ '../build/java.gypi' ], | 1363 'includes': [ '../build/java.gypi' ], |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1490 'dependencies': [ | 1504 'dependencies': [ |
| 1491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1505 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1492 ], | 1506 ], |
| 1493 }], | 1507 }], |
| 1494 ], | 1508 ], |
| 1495 }, | 1509 }, |
| 1496 ], | 1510 ], |
| 1497 }], | 1511 }], |
| 1498 ], | 1512 ], |
| 1499 } | 1513 } |
| OLD | NEW |